- Timestamp:
- 06/28/11 23:31:33 (12 years ago)
- Branches:
- master, qt5
- Children:
- bdeb1ff
- Parents:
- 0145b04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/orm/ormrecord.h
r0145b04 rcf385cd 152 152 throw OrmSqlException(query.lastError().text()); 153 153 } 154 else155 {156 /*qDebug() << "SQL OK";*/157 }158 154 } 159 155 … … 163 159 objects << hydrate(query.record()); 164 160 } 165 /*qDebug() << "Fetch done";*/166 161 return objects; 167 162 }
Note: See TracChangeset
for help on using the changeset viewer.