- Timestamp:
- 09/06/11 21:14:21 (11 years ago)
- Branches:
- master, qt5
- Children:
- 3655d06
- Parents:
- 55ee953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/orm/ormrecord.h
r55ee953 r4bf728f 94 94 95 95 // updates specified column 'col' 96 // if the value is not specified 97 // it's taken from the re ford itself96 // if the value is not specified as an argument, 97 // it's taken from the record itself 98 98 // see also: setValue() method for more details 99 99 template <typename T> … … 107 107 query.bindValue(":col", convertToDb(this->value(col), this->value(col).type())); 108 108 query.bindValue(":id", this->value("id")); 109 //query.bindValue(":id", convertToDb(value("id"), QVariant::Int));110 109 query.exec(); 111 110 }
Note: See TracChangeset
for help on using the changeset viewer.