| Commit message (Expand) | Author | Age | Files | Lines |
| * | Always compile sql drivers as plugins | Lars Knoll | 2016-04-07 | 1 | -828/+0 |
| * | QtSql: eradicate remaining Q_FOREACH loops | Marc Mutz | 2016-02-17 | 1 | -2/+1 |
| * | Reduce allocations in QSQLiteDriver::open()'s connection options parsing | Marc Mutz | 2016-02-15 | 1 | -7/+11 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | qsql_sqlite: fix segfault in dtor of orphan result | Mark Brand | 2015-12-09 | 1 | -1/+2 |
| * | qsql_sqlite and qsql_sqlite2: don't hold driver data in result | Mark Brand | 2015-12-09 | 1 | -12/+9 |
| * | qsql: apply Qt's PIMPL idiom to Q*ResultPrivate | Mark Brand | 2015-12-05 | 1 | -18/+32 |
| * | Libraries: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -11/+11 |
| * | sqlite: don't use deprecated QSqlError constructor | Shawn Rutledge | 2014-11-26 | 1 | -1/+1 |
| * | Expose QSqlDriverPrivate dbmsType in public QSqlDriver api | Matt Broadstone | 2014-09-24 | 1 | -1/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-01-20 | 1 | -1/+1 |
| |\ |
|
| | * | Minor optimization use QString midRef instead of mid. | Jędrzej Nowacki | 2014-01-15 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-12-05 | 1 | -10/+18 |
| |\| |
|
| | * | Fix evaluation of SQLite driver options | Tobias Koenig | 2013-12-01 | 1 | -10/+18 |
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi... | Frederik Gladhorn | 2013-12-01 | 1 | -0/+15 |
| |\| |
|
| | * | Fix sub-second handling in SQLite driver | Tobias Koenig | 2013-11-28 | 1 | -0/+15 |
| * | | Allow temporary databases in sqlite driver | Nicolas Cornu | 2013-11-30 | 1 | -2/+0 |
| |/ |
|
| * | Add QSQLITE_OPEN_URI database connection flag | Tobias Koenig | 2013-11-04 | 1 | -0/+2 |
| * | QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE | Mark Brand | 2013-04-04 | 1 | -7/+9 |
| * | Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers | Andy Shaw | 2013-04-02 | 1 | -3/+3 |
| * | Merge branch 'dev' into stable | Oswald Buddenhagen | 2013-03-20 | 1 | -2/+30 |
| |\ |
|
| | * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -1/+1 |
| | * | Rename the SQL driver header files to _p.h (make private) | Thiago Macieira | 2013-02-26 | 1 | -1/+1 |
| | * | Remove dependency of DB driver headers on qsqlcachedresult_p.h. | Friedemann Kleint | 2013-02-01 | 1 | -0/+28 |
| * | | Fix for Sql query aliases with dots | Marko Kangas | 2013-03-13 | 1 | -2/+1 |
| |/ |
|
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix warnings in the SQL drivers found by GCC 4.7 | Thiago Macieira | 2012-12-28 | 1 | -0/+1 |
| * | Fix msvc2010 compiler warnings of switch with default but no case labels | Thiago A. Correa | 2012-11-18 | 1 | -4/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | QSqlResult: replace virtual hooks with virtual functions | Mark Brand | 2012-06-06 | 1 | -4/+6 |
| * | Convert Boolean value into integer | Honglei Zhang | 2012-04-02 | 1 | -0/+4 |
| * | Fix memory leak when sqlite3_open_v2 fails | Honglei Zhang | 2012-03-13 | 1 | -0/+5 |
| * | Improve type detection for query results | Andy Shaw | 2012-03-07 | 1 | -4/+29 |
| * | Introduce Q_DECLARE_OPAQUE_POINTER | João Abecasis | 2012-02-09 | 1 | -10/+2 |
| * | Handle the 'real' datatype correctly in the SQLite driver | Andy Shaw | 2012-02-03 | 1 | -0/+1 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Store the is-a QObject fact with the metatype declaration. | Stephen Kelly | 2012-01-24 | 1 | -0/+11 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Check driver validity before using it | Honglei Zhang | 2011-12-12 | 1 | -1/+3 |
| * | Fix sqlite driver memory eating due to close failure | Honglei Zhang | 2011-11-30 | 1 | -0/+7 |
| * | SQLite support only one statement at a time | Honglei Zhang | 2011-11-23 | 1 | -2/+9 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+709 |