summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of temporary directories in SQL tests.Friedemann Kleint2014-04-049-25/+50
* [QtSql]QIBASE]add support for prepared queries in numRowsAffectedIsrael Lins Albuquerque2014-03-291-0/+12
* Fix positional binding values order in QSqlQueryTobias Koenig2014-03-201-0/+23
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-074-2/+6
|\
| * Enable running sql model tests in parallelFrederik Gladhorn2014-01-294-2/+6
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-174-4/+4
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-134-170/+170
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-243-5/+26
|\|
| * fix parsing of bound SQL statements for PostgreSQLIsrael Lins Albuquerque2013-12-163-5/+26
* | Enable QSqlError to handle alphanumeric error codes.Marcel Krems2013-12-202-4/+22
* | QSqlQuery::isNull string overloadTasuku Suzuki2013-12-011-0/+5
* | Fix a bug in QSqlQuery::isNull documentationTasuku Suzuki2013-10-221-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-112-8/+8
|\|
| * don't unnecessarily use qtguiOswald Buddenhagen2013-10-082-8/+8
* | WinRT: Fix various test compilationsAndrew Knight2013-10-021-2/+5
|/
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-10/+10
* Remove Nokia-domains in commented-out test code.Friedemann Kleint2013-07-121-21/+21
* 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