summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* fix binding of bool type in mysql driverMark Brand2012-11-131-1/+6
* QtSql: Correct documented default precision policy.Mark Brand2012-10-171-8/+4
* correct spelling in QtSql documentationMark Brand2012-10-171-1/+1
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-10-081-4/+42
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2953-1262/+1262
* documentation: grammar nitpickMark Brand2012-08-311-3/+3
* Update contact information in license headers.Sergio Ahumada2012-08-0153-106/+106
* Doc: Fix typo foreigh -> foreignSergio Ahumada2012-07-161-1/+1
* QSqlTM: respect generated flag in insertRecord() and setRecord()Mark Brand2012-07-131-1/+4
* Fix memory leak in 64-bits ODBC driverHonglei Zhang2012-04-271-1/+2
* QSqlQueryModel::fetchMore() documentation fixMark Brand2012-04-241-1/+1
* Fix for memory leak in 64 bit ODBC driver's call to SQLGetStmtAttr()Yan Shapochnik2012-04-201-1/+2
* Memory leak fix of sqlite driver when close failedHonglei Zhang2012-04-032-3/+12
* Improve type detection for query resultsAndy Shaw2012-03-121-4/+29
* Ensure that QSqlDatabase::database() is still thread-safeAndy Shaw2012-02-071-4/+1
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-2/+3
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-01-261-0/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-1153-53/+53
* Revert "Fix sqlite driver memory eating due to close failure"Sinan Tanilkan2011-12-071-7/+0
* QSqlRelationalTableModel doesn't follow relations on the first columnHonglei Zhang2011-12-051-1/+1
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+7
* QSQLITE support only one statement at a timeHonglei Zhang2011-11-302-2/+15
* retreving -> retrievingAlbert Astals Cid2011-09-281-3/+3
* Added correct licence headers to symsql source filesTimo Kauppinen2011-09-212-36/+36
* Release Symbian SQL driverHonglei Zhang2011-09-211-175/+124
* Fixed a typo found by static checkerTimo Kauppinen2011-09-211-1/+1
* Added SQL driver plugin implementation for Symbian.Timo Kauppinen2011-09-213-0/+1373
* Merge remote-tracking branch 'mainline/4.8'Oswald Buddenhagen2011-08-261-10/+18
|\
| * Doc: Fixed qdoc warnings.David Boddie2011-08-151-9/+17
| * Doc: Fixed qdoc warnings.David Boddie2011-08-151-2/+2
* | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-2/+2
|/
* Make it possible to update a related table after an external updateAndy Shaw2011-07-271-2/+34
* Add docs for QSqlRelationalTableModel::JoinModeCharles Yin2011-07-191-0/+12
* Fixed behavior on NULL foreign keysDaNiMoTh2011-07-192-12/+57
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-2451-860/+860
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1351-860/+860
* | Doc: Documented the value returned when no field can be found.David Boddie2011-05-111-1/+2
|/
* Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-291-2/+6
|\
| * Fixed QTBUG-11935 : "With MySQL version > 50000 the QMYSQLDriver::Emmanuel BOURGERIE2011-04-271-4/+4
| * Fixed QTBUG-11935Emmanuel BOURGERIE2011-04-271-2/+6
* | let generated flag control SQL generationMark Brand2011-03-295-32/+53
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-02-192-3/+3
|\|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-182-3/+3
| |\
| | * Fix an issue with removing rows in a table model.Michael Goddard2011-02-182-3/+3
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-106-14/+39
|\| |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-101-3/+6
| |\ \
| | * | Change paging attributes for Symbian binariesIain2011-02-091-3/+6
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-054-10/+32
| |\ \ \ | | | |/ | | |/|
| | * | Namespace compilation - OCI typedefs should be outside Qt namespace.Michael Goddard2011-02-041-3/+3
| | * | Fix some removeRows issues with QSqlTableModel.Michael Goddard2011-02-041-2/+5