Changeset 2dcbb2c
- Timestamp:
- 08/15/11 14:41:19 (11 years ago)
- Branches:
- master, qt5
- Children:
- 3a6ca60
- Parents:
- 09a5663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sql/sqlengine.cpp
r09a5663 r2dcbb2c 110 110 if(!confId) // conference 'aConference' isn't in the table => insert 111 111 { 112 // HACK 113 // When city is empty, assign a dummy value. We probably want to find a way to change the database scheme ... 114 // cf. #32 115 if (aConference["city"] == "") aConference["city"] = "n/a"; 116 112 117 QSqlQuery query(db); 113 118 query.prepare("INSERT INTO CONFERENCE (title,url,subtitle,venue,city,start,end,days,"
Note: See TracChangeset
for help on using the changeset viewer.