summaryrefslogtreecommitdiff
path: root/src/sql
AgeCommit message (Expand)AuthorFilesLines
2010-04-20Fix sqlite driver doesn't return error message RAISE by a trigger.Bill King1-0/+1
2010-03-25Fix ODBC compilation for ODBC versions < 3.5Bill King1-0/+2
2010-03-25Unicode fixes for ODBC SQL Driver.Bill King1-38/+117
2010-03-12Ensure that the entire CLOB can be returned from an Oracle databaseAndy Shaw1-2/+2
2010-03-05Fixes: Mysql truncation of integer values + some autotest cleanupBill King1-0/+17
2010-03-05Update documentation with warning about setForwardOnlyBill King2-0/+6
2010-03-03Updating SQL binding docs to reflect reality.Bill King2-1/+17
2010-03-03Fix compile.Bill King1-30/+30
2010-03-02Fixes: ODBC Driver expects 16bit when system is 32bitBill King3-109/+169
2010-02-11Revert "(ODBC) Use wchar_t instead of assuming 2 bytes."Bill King1-27/+10
2010-02-10(ODBC) Use wchar_t instead of assuming 2 bytes.Bill King1-10/+27
2010-02-09(sqlite) Allow shared cache modeBill King2-28/+20
2010-02-01optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2-3/+3
2010-01-11Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System51-51/+51
2010-01-11(Sqlite2) Fix for QTBUG-6421Bill King1-4/+12
2010-01-07Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System51-51/+51
2010-01-07Update copyright year to 2010Jason McDonald51-51/+51
2010-01-05(ODBC) Handle drivers that return SQL_NO_DATA for exec success.Bill King1-1/+6
2009-12-17(OCI) Fixes problem with clobs being handled as binaryBill King1-2/+2
2009-12-15(ODBC) Fixes segfault when error string is larger than 256 chars.Bill King1-6/+17
2009-12-08Proper fix for QTBUG-6421Bill King2-5/+17
2009-12-04Revert previous commit as it breaks an sqlite assumption.Bill King1-5/+0
2009-12-04Fixes: QOCI setForwardOnly(true) accumulating values.Bill King1-0/+5
2009-12-03Fixes: OCI QSqlDatabase.tables() does not work with system tables.Bill King1-31/+52
2009-12-01remove unused line of codeDerick Hawcroft1-1/+0
2009-12-01Fixed QSqlRelationalTableModel doesn't correctly work with relation in other ...Bill King1-1/+1
2009-11-23Handle errors and data truncation in QMYSQLResult::fetchNext()Derick Hawcroft1-5/+13
2009-11-09Don't reset view if a query fails.Derick Hawcroft1-4/+5
2009-11-05Merge branch '4.5' into 4.6Morten Johan Sørvig2-2/+2
2009-11-05Fix retrieval of SQL type "TIME" information for PostgreSQLDerick Hawcroft1-1/+1
2009-11-05Check success of query.Derick Hawcroft1-1/+1
2009-11-04Fixed lastError() for QTDS driver. Previously, no lastError was available on ...Mark Brand1-5/+16
2009-11-02Fixed handling of database level precision policy for sqlite driver.Yuecel Ahi1-5/+1
2009-11-02Fixes Floating point number truncation in qsqlpsql plugin under linuxBill King1-1/+1
2009-10-29Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart1-2/+9
2009-10-27Fixes Oracle batchExec using strings as out params.Bill King1-2/+9
2009-10-26Fixed crash when setting header data in QSqlQueryModel.Gabriel de Dietrich1-1/+1
2009-10-19ODBC: Retrieved in ascii, should be stored in ascii.Bill King1-1/+1
2009-10-13Doc: clarified what addDatabase() returns if the driver cannot be loadedStian Sandvik Thomassen1-0/+2
2009-10-13Fixes issue with multiple lookups to same table/fieldBill King1-1/+2
2009-09-30(TDS) Fixes improper formatting of date valuesBill King1-1/+3
2009-09-30(TDS) Fixes missing field/table name escaping.Bill King2-0/+13
2009-09-17Fixes issue of forward only datasets failing when not set so.Bill King1-0/+10
2009-10-06Update documentation for setForwardOnly.Bill King2-3/+13
2009-09-30Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2-1/+16
2009-09-30(ODBC) Better fix for readonly result setBill King2-5/+13
2009-09-22Add reconnection option to the mysql driver.Bill King2-0/+14
2009-09-17Merge branch '4.5' into 4.6Tom Cooksey1-0/+10
2009-09-15Merge commit 'origin/4.5' into 4.6Bill King2-4/+8
2009-09-15Fixes QSqlTableModel: trying to delete the wrong row.Bill King1-4/+5