summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite/qsql_sqlite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-1/+1
|\
| * Minor optimization use QString midRef instead of mid.Jędrzej Nowacki2014-01-151-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-10/+18
|\|
| * Fix evaluation of SQLite driver optionsTobias Koenig2013-12-011-10/+18
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-12-011-0/+15
|\|
| * Fix sub-second handling in SQLite driverTobias Koenig2013-11-281-0/+15
* | Allow temporary databases in sqlite driverNicolas Cornu2013-11-301-2/+0
|/
* Add QSQLITE_OPEN_URI database connection flagTobias Koenig2013-11-041-0/+2
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-041-7/+9
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-3/+3
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-2/+30
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1
| * Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-011-0/+28
* | Fix for Sql query aliases with dotsMarko Kangas2013-03-131-2/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-281-0/+1
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-061-4/+6
* Convert Boolean value into integerHonglei Zhang2012-04-021-0/+4
* Fix memory leak when sqlite3_open_v2 failsHonglei Zhang2012-03-131-0/+5
* Improve type detection for query resultsAndy Shaw2012-03-071-4/+29
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-10/+2
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+11
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Check driver validity before using itHonglei Zhang2011-12-121-1/+3
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+7
* SQLite support only one statement at a timeHonglei Zhang2011-11-231-2/+9
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+709