summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-073-937/+0
* QtSql: eradicate remaining Q_FOREACH loopsMarc Mutz2016-02-171-2/+1
* Reduce allocations in QSQLiteDriver::open()'s connection options parsingMarc Mutz2016-02-151-7/+11
* Updated license headersJani Heikkinen2016-01-152-28/+40
* qsql_sqlite: fix segfault in dtor of orphan resultMark Brand2015-12-091-1/+2
* qsql_sqlite and qsql_sqlite2: don't hold driver data in resultMark Brand2015-12-091-12/+9
* qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-052-19/+33
* qsql: remove stray includes and forward declsMark Brand2015-11-261-2/+1
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-23/+23
* sqlite: don't use deprecated QSqlError constructorShawn Rutledge2014-11-261-1/+1
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* 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-042-10/+10
* 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-203-39/+42
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-261-5/+11
| * Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-263-2/+2
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
| |\
| * | Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-012-27/+28
| * | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* | | Fix for Sql query aliases with dotsMarko Kangas2013-03-131-2/+1
| |/ |/|
* | don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-281-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Remove the QtSql driver headers from the APIThiago Macieira2013-01-141-0/+6
* 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-222-48/+48
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-062-4/+7
* 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-302-2/+2
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+11
* Remove Symbian specific code from QtSql.Xizhi Zhu2012-01-231-2/+0
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Check driver validity before using itHonglei Zhang2011-12-121-1/+3