- Timestamp:
- 01/21/10 15:41:03 (13 years ago)
- Branches:
- master, qt5
- Children:
- e89b296
- Parents:
- 9d8946b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sql/sqlengine.cpp
r9d8946b re493054 128 128 result.bindValue(3,aEvent["abstract"]); 129 129 result.bindValue(4,aEvent["description"]); 130 qDebug() << result.lastQuery();131 130 result.exec(); 132 131 } … … 248 247 alarm INTEGER DEFAULT 0, \ 249 248 PRIMARY KEY (xid_conference,id), \ 250 FOREIGN KEY(xid_conference) REFERENCES CONFERENCE(id) \249 FOREIGN KEY(xid_conference) REFERENCES CONFERENCE(id), \ 251 250 FOREIGN KEY(xid_track) REFERENCES TRACK(id))"); 252 251
Note: See TracChangeset
for help on using the changeset viewer.