summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* create interface QSqlDriver::cancelQuery()Sune Vuorela2012-11-202-1/+27
* SQL: Fix OCI driver's compile errors.Caroline Chao2012-11-201-1/+1
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* Enable the "#include <QSql>" camel-case header, for the QSql namespaceSze Howe Koh2012-10-271-1/+0
* QtSql: Correct documented default precision policy.Mark Brand2012-10-151-8/+4
* correct spelling in QtSql documentationMark Brand2012-10-151-1/+1
* QSqlQuery::value string overloadThiago A. Correa2012-10-082-0/+19
* Fix QSqlQuery::value to use proper index checkThiago A. Correa2012-10-051-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2223-542/+542
* sql: Include own headers firstSergio Ahumada2012-09-191-1/+2
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-082-4/+4
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* Fix doc errors.Frederik Gladhorn2012-08-283-9/+1
* Doc: Adding a landing page for Qt SQL.Jerome Pasion2012-08-062-2/+2
* Fix some typos.Frederik Schwarzer2012-07-262-2/+2
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-295-0/+13
* 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