summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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