summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldatabase/tst_qsqldatabase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes more sql autotestsBill King2009-07-151-10/+12
|
* Fixes autotest to match the new code (db level precisionPolicy).Bill King2009-07-131-1/+1
|
* Merge commit 'origin/4.5'Bill King2009-07-081-2/+14
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/sql/drivers/ibase/qsql_ibase.cpp tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp tests/auto/qsqldatabase/tst_databases.h tests/auto/qsqldatabase/tst_qsqldatabase.cpp translations/qt_ru.ts
| * Cleanup more SQL autotest failures.Bill King2009-07-081-1/+6
| |
| * Fix up two more qsqldatabase autotests.Bill King2009-07-031-1/+8
| |
* | Merge branch '4.5'Thiago Macieira2009-07-021-2/+11
|\ \ | |/
| * Get more autotests passing/fixed up.Bill King2009-07-021-2/+12
| |
* | Fixes more DB autotests for testing against SQL ServerBill King2009-06-301-2/+2
| |
* | Cleanup of db test cases.Bill King2009-06-231-6/+2
| | | | | | | | | | Mostly cleanup of dropping of tables to a consistent place. Also enable itemmodel tests.
* | Stage 2 of incorporating database level precision policy.Bill King2009-06-211-3/+19
| | | | | | | | All autotests pass now for all databases except DB2 (untested).
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+5
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
| * Fixes to get some MS Sql Server tests running again + new db definitions.Bill King2009-06-161-0/+3
| |
* | 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.
* Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-071-4/+15
| | | | Task-number: 246808
* Make compile when Qt3Support is turned offBill King2009-04-061-0/+2
|
* Fixes: QSqlTableModel does not handle updates when one of the fields hasBill King2009-04-061-0/+28
| | | | | | a NULL value Task-number: 189093
* 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-231-0/+2319