summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the SQL testsAndy Shaw2013-04-257-325/+325
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-058-337/+354
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-028-16/+16
* QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-2812-12/+0
* Merge "Merge branch 'dev' into stable" into refs/staging/stableSergio Ahumada2013-03-202-75/+75
|\
| * Merge branch 'dev' into stableOswald Buddenhagen2013-03-202-75/+75
| |\
| | * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-75/+73
| | * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-182-0/+39
| | |\
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-144-35/+283
| | |\ \
| | * | | Fix warning about unhandled enumeration values in tst_sqldriver.Friedemann Kleint2013-01-281-0/+2
* | | | | 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
| |_|/ |/| |
* | | QSqlResult: fix parsing of bound SQL statementsIsrael Lins2013-02-152-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
* | fix QSqlTableModel:revert() for OnFieldChangeMark Brand2013-02-091-0/+79
* | QSqlTableModel: support refreshing inserted rows with auto columnsMark Brand2013-02-061-0/+68
* | QSqlTableModel::setData(): fix non-change detectionMark Brand2013-02-061-0/+73
* | fix QSqlTableModel::headerData() for empty query with inserted rowMark Brand2013-02-061-0/+8
* | QSqlError test: Fix isValid()-check for constructed QSqlError.Marcel Krems2013-02-041-1/+1
* | tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-18/+18
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1814-14/+14
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-032-2/+0
* Fix QSqlQuery test in relation to PSQL supportAndy Shaw2012-12-222-14/+28
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Fix some typosSergio Ahumada2012-12-211-1/+1
* SQL: Fix autotests for MinGWKai Koehne2012-12-142-0/+4
* SQL: Change in QSqlResultPrivate::positionalToNamedBinding()Caroline Chao2012-12-104-0/+177
* Remove warnings from qtbase.Mitch Curtis2012-11-211-0/+1
* Fix error reporting in TDS SQL driver.Aaron McCarthy2012-11-181-0/+32
* fix binding of bool type in mysql driverMark Brand2012-11-091-0/+35
* normalise signal/slot signatures [QtSql tests]Marc Mutz2012-10-193-12/+12
* QSqlQuery::value string overloadThiago A. Correa2012-10-081-0/+1
* QSqlTableModel::selectRow(): don't expand cache if there is no changeMark Brand2012-10-052-2/+21
* QSqlTableModel: record(row) must use virtual data()Mark Brand2012-10-051-0/+41
* QSqlTableModel: restore use of virtual setData() in setRecord()Mark Brand2012-10-051-9/+48
* QSqlTableModel: don't cache unchanged value in setData()Mark Brand2012-10-051-0/+8
* QSqlTableModel: fix segfault when overriding selectRow()Mark Brand2012-10-051-0/+49
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* QSqlTableModel::selectRow(): fix failure on uncached rowsMark Brand2012-09-241-0/+45
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2212-288/+288
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* QSqlQueryModel: fix nested beginResetModel/endResetModelMark Brand2012-08-301-0/+57
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0111-0/+11
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-1/+27
* Make sql autotests build without widgetsKent Hansen2012-06-071-0/+2
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-285-0/+5