summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqlquery
Commit message (Collapse)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Fixes false fails in interbase autotests.Bill King2009-08-111-0/+2
|
* linker fix for WinCEMaurice Kalinowski2009-07-231-1/+2
| | | | | | | | - link against correct library - theoretically it should be ok to use QHostInfo::localHostName(), but for this test it is fine Reviewed-by: Thomas Hartmann
* Get more sql autotests passing or expect-failing.Bill King2009-07-101-0/+2
|
* Merge commit 'origin/4.5'Bill King2009-07-081-6/+34
|\ | | | | | | | | | | | | | | | | | | 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
| * make test behave like othersDerick Hawcroft2009-07-081-1/+1
| |
| * Make the table actually delete before the autotestBill King2009-07-081-1/+1
| |
| * Cleanup more SQL autotest failures.Bill King2009-07-081-11/+9
| |
| * safely drop tables.Derick Hawcroft2009-07-081-1/+3
| |
| * Auto test for task 233829Derick Hawcroft2009-07-071-1/+29
| | | | | | | | | | | | - postgreSQL specific autotest. Task-number:233829
* | Merge branch '4.5'Marius Storm-Olsen2009-06-301-6/+4
|\ \ | |/
| * bug fixDerick Hawcroft2009-06-291-6/+4
| | | | | | | | | | Task-number: 217003 Reviewed-by: Bill King
* | Cleanup of db test cases.Bill King2009-06-231-54/+11
|/ | | | | Mostly cleanup of dropping of tables to a consistent place. Also enable itemmodel tests.
* add SqlQuery unit test for task: 234422Derick Hawcroft2009-06-161-1/+40
|
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* unit test for task 229811Derick Hawcroft2009-06-151-7/+55
|
* Fixes a segfault from out of order cleanup of mysql resources.Bill King2009-05-131-2/+20
| | | | | | | If a QSqlQuery survived the lifetime of removal of a mysql db connection (that failed), the cleanup code would cause a segfault because it was using an out of date pointer that was pointing at memory that'd been freed by the removeDatabase() call. Revby: Justin McPherson Task-number: 205701
* Fixes long strings getting truncated by the ODBC Driver.Bill King2009-04-161-0/+34
| | | | | | | This test has always been wrong/confusing. Fix it to work, and make sense. Task-number: 250026 Revby: Lincoln Ramsay
* DB Autotest cleanupBill King2009-04-011-72/+23
| | | | | | 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.
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+2745