summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery
Commit message (Expand)AuthorAgeFilesLines
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-051-117/+119
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-1/+1
* QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0
* ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-03-201-0/+4
* ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-03-131-3/+8
* Fix for Sql query aliases with dotsMarko Kangas2013-03-131-0/+39
* QSqlQuery tests: fix create table failuresMark Brand2013-02-121-7/+16
* QSqlQuery tests: fix bool test for postgresqlMark Brand2013-02-121-4/+6
* QSqlQuery tests: fix mysql problemsMark Brand2013-02-121-5/+14
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix QSqlQuery test in relation to PSQL supportAndy Shaw2012-12-221-14/+21
* Fix some typosSergio Ahumada2012-12-211-1/+1
* fix binding of bool type in mysql driverMark Brand2012-11-091-0/+35
* QSqlQuery::value string overloadThiago A. Correa2012-10-081-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-1/+27
* Fix encoding mismatches in tst_QSqlQueryThiago Macieira2012-05-071-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-2/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-0/+32
* fix QSqlQuery ODBC auto testsMark Brand2012-04-171-8/+22
* Convert Boolean value into integerHonglei Zhang2012-04-021-0/+61
* Expand QtSql tests covering boundValues and boundValueNameMatt Newell2012-03-311-12/+75
* Allow named bind values to be used multiple times per queryMatt Newell2012-03-301-4/+18
* Improve type detection for query resultsAndy Shaw2012-03-071-0/+118
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-0/+30
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Check driver validity before using itHonglei Zhang2011-12-121-2/+7
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-2/+0
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+49
* SQLite support only one statement at a timeHonglei Zhang2011-11-231-0/+47
* test: Split `qsqlquery' unit and benchmark testSergio Ahumada2011-10-232-39/+4
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-38/+38
* No need to return after QSKIP.Jason McDonald2011-10-071-27/+9
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-10/+0
* Moved sql autotests into new directory structureJo Asplin2011-09-063-0/+3293