Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get more sql autotests passing or expect-failing. | Bill King | 2009-07-10 | 1 | -0/+2 |
| | |||||
* | Merge commit 'origin/4.5' | Bill King | 2009-07-08 | 1 | -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 others | Derick Hawcroft | 2009-07-08 | 1 | -1/+1 |
| | | |||||
| * | Make the table actually delete before the autotest | Bill King | 2009-07-08 | 1 | -1/+1 |
| | | |||||
| * | Cleanup more SQL autotest failures. | Bill King | 2009-07-08 | 1 | -11/+9 |
| | | |||||
| * | safely drop tables. | Derick Hawcroft | 2009-07-08 | 1 | -1/+3 |
| | | |||||
| * | Auto test for task 233829 | Derick Hawcroft | 2009-07-07 | 1 | -1/+29 |
| | | | | | | | | | | | | - postgreSQL specific autotest. Task-number:233829 | ||||
* | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 1 | -6/+4 |
|\ \ | |/ | |||||
| * | bug fix | Derick Hawcroft | 2009-06-29 | 1 | -6/+4 |
| | | | | | | | | | | Task-number: 217003 Reviewed-by: Bill King | ||||
* | | Cleanup of db test cases. | Bill King | 2009-06-23 | 1 | -54/+11 |
|/ | | | | | Mostly cleanup of dropping of tables to a consistent place. Also enable itemmodel tests. | ||||
* | add SqlQuery unit test for task: 234422 | Derick Hawcroft | 2009-06-16 | 1 | -1/+40 |
| | |||||
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | unit test for task 229811 | Derick Hawcroft | 2009-06-15 | 1 | -7/+55 |
| | |||||
* | Fixes a segfault from out of order cleanup of mysql resources. | Bill King | 2009-05-13 | 1 | -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 King | 2009-04-16 | 1 | -0/+34 |
| | | | | | | | This test has always been wrong/confusing. Fix it to work, and make sense. Task-number: 250026 Revby: Lincoln Ramsay | ||||
* | DB Autotest cleanup | Bill King | 2009-04-01 | 1 | -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 Knoll | 2009-03-23 | 3 | -0/+2745 |