Changeset fbc1646 for src/orm/ormrecord.h
- Timestamp:
- 01/18/10 18:15:45 (13 years ago)
- Branches:
- master, qt5
- Children:
- a35aa83
- Parents:
- 28d9e28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/orm/ormrecord.h
r28d9e28 rfbc1646 140 140 if (!query.exec()) 141 141 { 142 qDebug() << "Error: " << query.lastError().driverText() << "; Type: " << query.lastError().type(); 142 143 throw new OrmSqlException(query.lastError().text()); 143 144 }
Note: See TracChangeset
for help on using the changeset viewer.