summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* QSqlQueryModel::setQuery() don't use deprecated reset()Mark Brand2012-04-232-74/+34
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-0/+32
* fix QSqlQuery ODBC auto testsMark Brand2012-04-171-8/+22
* QTBUG-1363: fix QSqlField.length() for ODBCMark Brand2012-04-131-0/+4
* Convert Boolean value into integerHonglei Zhang2012-04-021-0/+61
* Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-311-4/+6
* Expand QtSql tests covering boundValues and boundValueNameMatt Newell2012-03-311-12/+75
* Fix postgres notification support in the QPSQLDriver.Matt Newell2012-03-301-6/+5
* Fix crash when an invalid filter is setHonglei Zhang2012-03-301-0/+23
* Allow named bind values to be used multiple times per queryMatt Newell2012-03-301-4/+18
* Fix compilation of tst_QSqlThread: no need to use QBasicAtomicInt hereThiago Macieira2012-03-241-1/+1
* QSqlTableModel::removeRows() enforce edit strategyMark Brand2012-03-151-1/+8
* QSqlTableModel::setData(): no longer autosubmit for OnRowChangeMark Brand2012-03-152-0/+22
* QSqlTableModel: disallow insert if changes are pendingMark Brand2012-03-151-0/+4
* QSqlTableModel::setData()/setRecord(): fix incorrect rowMark Brand2012-03-151-4/+68
* QSqlTableModel::isDirty(): new overloaded methodMark Brand2012-03-121-0/+162
* Make tst_qsql.cpp independent of QtWidgetsDebao Zhang2012-03-112-3/+3
* Improve type detection for query resultsAndy Shaw2012-03-071-0/+118
* QSqlTableModel: use selectRow() for field and row edit strategiesMark Brand2012-03-072-14/+76
* QSqlTableModel: handle changes between submit and selectMark Brand2012-03-071-4/+4
* restore previously non-working disabled testMark Brand2012-02-281-2/+1
* QSqlTableModel::commitAll(): replace row removal hackMark Brand2012-02-151-3/+7
* update comment on testMark Brand2012-02-141-1/+1
* QSqlTableModel::setRecord(): emit dataChanged() consistentlyMark Brand2012-02-081-3/+3
* QSqlTableModel::setRecord(): do not try to detect value changesMark Brand2012-02-081-3/+3
* QSqlTableModel::removeRows(): don't emit extra beforeDeleteMark Brand2012-02-071-4/+3
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-032-1/+31
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3012-12/+12
* Update contact information in license headers.Jason McDonald2012-01-2312-12/+12
* Update copyright year in license headers.Jason McDonald2012-01-0512-12/+12
* Check driver validity before using itHonglei Zhang2011-12-121-2/+7
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0610-35/+0
* Fix tst_qsql crashes on Mac OS XHonglei Zhang2011-12-022-13/+15
* QSqlRelationalTableModel doesn't follow relations on the first columnHonglei Zhang2011-12-021-0/+55
* 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
* Re-enable the sql autotests on Mac OS XBradley T. Hughes2011-11-211-0/+1
* Fix QtSQL auto test server addressesHonglei Zhang2011-10-251-2/+8
* all remaining tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-2510-20/+30
* test: Split `qsqlquery' unit and benchmark testSergio Ahumada2011-10-232-39/+4
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-219-90/+90
* Move the non-atomic and implicit functions from QBasicAtomicXXXThiago Macieira2011-10-201-1/+1
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-191-6/+0
* Remove redundant qWarning's.Jason McDonald2011-10-072-6/+2
* No need to return after QSKIP.Jason McDonald2011-10-073-31/+12
* Tidy qsqldatabase autotestJason McDonald2011-10-061-39/+18
* Remove Symbian-specific code from tests.Jason McDonald2011-09-2911-115/+2
* Fix autotest gui/widgets dependenciesKent Hansen2011-09-197-6/+7
* Moved sql autotests into new directory structureJo Asplin2011-09-0637-0/+11910