summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldatabase
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-162-16/+22
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-162-4/+4
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Fixes to get some MS Sql Server tests running again + new db definitions.Bill King2009-06-162-1/+10
| | |
| | * BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-151-11/+8
| | | | | | | | | | | | | | | This reverts commit bb7bddc47dd0748b45d22180d9e3c8e5209010b3 due to forward binary compatibility issues in a point release.
| * | Stage 1 of incorporating database level precision policy.Bill King2009-06-151-10/+16
| |/ | | | | | | | | | | | | | | Queries now ask the database object what precision they should be, allows for setting precision policies on sql models, where previously this was not available. Also fixes some failing precisionpolicy implementations, as well as working around the fact qstring can't convert from "123.00" to an int based type.
* | Fixed qsqldatabase test case compilation.Janne Anttila2009-05-271-1/+0
| | | | | | | | Unterminated `#if_ conditional, probably due to bad merge
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-111-4/+15
|\| | | | | | | | | Conflicts: tests/auto/qtemporaryfile/qtemporaryfile.pro
| * Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-081-4/+15
| | | | | | | | Task-number: 246808
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-272-141/+141
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure.exe recompiled with MSVC6. Conflicts: configure.exe examples/network/network.pro src/gui/dialogs/qfiledialog_p.h src/gui/dialogs/qfilesystemmodel_p.h src/gui/kernel/qapplication.cpp tests/auto/_Categories/qmake.txt tests/auto/qfile/test/test.pro tests/auto/qfile/tst_qfile.cpp tests/auto/qlibrary/tst_qlibrary.cpp tests/auto/qline/tst_qline.cpp tests/auto/qstyle/tst_qstyle.cpp tests/auto/qtextstream/tst_qtextstream.cpp tests/auto/qtranslator/qtranslator.pro tests/auto/qwaitcondition/tst_qwaitcondition.cpp translations/qt_ja_JP.ts
| * Miscellaneous cleanups for Sql tests.Bill King2009-04-201-12/+31
| |
| * Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-151-18/+19
| | | | | | | | | | | | | | | | | | | | | | If no quotes around identifiers are provided by the programmer, identifiers are treated identically to how the underlying engine would behave. i.e. some engines uppercase the identifiers others lowercase them. If the programmer wants case sensitivty and/or use whitespaces they will need to quote their identifiers. The previous (incorrect) behaviour always quoted the identifiers. Reviewed-by: Bill King
| * Make compile when Qt3Support is turned offBill King2009-04-071-0/+2
| |
| * Fixes: QSqlTableModel does not handle updates when one of the fields hasBill King2009-04-071-0/+28
| | | | | | | | | | | | a NULL value Task-number: 189093
| * Cleanup and minor fixes of db testcase support codeBill King2009-04-021-20/+19
| |
| * DB Autotest cleanupBill King2009-04-011-120/+38
| | | | | | | | | | | | Make db autotest data set generation more consistent, slightly faster. Also, add ability to easily generate a set of a single databases entries worth of criteria to test.
| * Fixes: QPSQL: datetime or time fields with negative time zoneBill King2009-03-311-3/+37
| | | | | | | | | | | | | | | | | | offsets not handled correctly Now also removes negative timestamps. Task-number: 249059 Reviewed-by: Justin McPherson
| * Long live Qt 4.5!Lars Knoll2009-03-235-0/+2794
|
* Long live Qt for S60!axis2009-04-245-0/+2805