summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-251-1/+1
* Remove QFactoryInterface from sql driversLars Knoll2012-06-073-22/+10
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-064-33/+28
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-1/+1
* QtSql: remove \link usagesGiuseppe D'Angelo2012-05-111-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-5/+5
* No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-9/+10
* Doc: Fix most qdoc errors in QtSql.Casper van Donderen2012-04-288-152/+118
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-104-62/+46
|\
| * Documentation cleanupDebao Zhang2012-03-311-24/+0
| * Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-312-3/+4
| * Fix postgres notification support in the QPSQLDriver.Matt Newell2012-03-301-1/+1
| * Allow named bind values to be used multiple times per queryMatt Newell2012-03-301-35/+42
* | QSqlDriver functions made virtualMatt Newell2012-04-022-186/+31
* | QtSql: make some constructors explicitMarc Mutz2012-03-123-5/+5
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-023-113/+113
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Ensure that QSqlDatabase::database() is still thread-safeAndy Shaw2012-02-171-4/+1
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-021-2/+3
* SQL driver implementation to signal notification sourcesTorben Dannhauer2012-02-012-4/+15
* Interface definition to provide notifications with a source information.Torben Dannhauer2012-02-012-0/+13
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3023-23/+23
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2510-10/+0
* Update contact information in license headers.Jason McDonald2012-01-2323-23/+23
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-191-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-0523-23/+23
* Check driver validity before using itHonglei Zhang2011-12-121-3/+4
* Fix typos in Sqlite docs.Stephen Kelly2011-12-051-2/+2
* SQLite support only one statement at a timeHonglei Zhang2011-11-231-0/+6
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-312-7/+4
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-3/+3
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-2/+2
* Add operator== and operator!= to qsqlerror classAntonis Tsiapaliokas2011-08-242-0/+22
* Remove QT3_SUPPORT from qsql, qxmlGabriel de Dietrich2011-07-0612-222/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2423-384/+384
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2724-0/+8470