index
:
~jbarnes/qt-wayland
4.5
4.6
4.6-stable
4.7
4.7-stable
master
master-stable
Patches to support Qt on Wayland
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sql
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-20
Fix sqlite driver doesn't return error message RAISE by a trigger.
Bill King
1
-0
/
+1
2010-03-25
Fix ODBC compilation for ODBC versions < 3.5
Bill King
1
-0
/
+2
2010-03-25
Unicode fixes for ODBC SQL Driver.
Bill King
1
-38
/
+117
2010-03-12
Ensure that the entire CLOB can be returned from an Oracle database
Andy Shaw
1
-2
/
+2
2010-03-05
Fixes: Mysql truncation of integer values + some autotest cleanup
Bill King
1
-0
/
+17
2010-03-05
Update documentation with warning about setForwardOnly
Bill King
2
-0
/
+6
2010-03-03
Updating SQL binding docs to reflect reality.
Bill King
2
-1
/
+17
2010-03-03
Fix compile.
Bill King
1
-30
/
+30
2010-03-02
Fixes: ODBC Driver expects 16bit when system is 32bit
Bill King
3
-109
/
+169
2010-02-11
Revert "(ODBC) Use wchar_t instead of assuming 2 bytes."
Bill King
1
-27
/
+10
2010-02-10
(ODBC) Use wchar_t instead of assuming 2 bytes.
Bill King
1
-10
/
+27
2010-02-09
(sqlite) Allow shared cache mode
Bill King
2
-28
/
+20
2010-02-01
optimization: get rid of QString::fromUtf16() usage
Oswald Buddenhagen
2
-3
/
+3
2010-01-11
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
51
-51
/
+51
2010-01-11
(Sqlite2) Fix for QTBUG-6421
Bill King
1
-4
/
+12
2010-01-07
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
51
-51
/
+51
2010-01-07
Update copyright year to 2010
Jason McDonald
51
-51
/
+51
2010-01-05
(ODBC) Handle drivers that return SQL_NO_DATA for exec success.
Bill King
1
-1
/
+6
2009-12-17
(OCI) Fixes problem with clobs being handled as binary
Bill King
1
-2
/
+2
2009-12-15
(ODBC) Fixes segfault when error string is larger than 256 chars.
Bill King
1
-6
/
+17
2009-12-08
Proper fix for QTBUG-6421
Bill King
2
-5
/
+17
2009-12-04
Revert previous commit as it breaks an sqlite assumption.
Bill King
1
-5
/
+0
2009-12-04
Fixes: QOCI setForwardOnly(true) accumulating values.
Bill King
1
-0
/
+5
2009-12-03
Fixes: OCI QSqlDatabase.tables() does not work with system tables.
Bill King
1
-31
/
+52
2009-12-01
remove unused line of code
Derick Hawcroft
1
-1
/
+0
2009-12-01
Fixed QSqlRelationalTableModel doesn't correctly work with relation in other ...
Bill King
1
-1
/
+1
2009-11-23
Handle errors and data truncation in QMYSQLResult::fetchNext()
Derick Hawcroft
1
-5
/
+13
2009-11-09
Don't reset view if a query fails.
Derick Hawcroft
1
-4
/
+5
2009-11-05
Merge branch '4.5' into 4.6
Morten Johan Sørvig
2
-2
/
+2
2009-11-05
Fix retrieval of SQL type "TIME" information for PostgreSQL
Derick Hawcroft
1
-1
/
+1
2009-11-05
Check success of query.
Derick Hawcroft
1
-1
/
+1
2009-11-04
Fixed lastError() for QTDS driver. Previously, no lastError was available on ...
Mark Brand
1
-5
/
+16
2009-11-02
Fixed handling of database level precision policy for sqlite driver.
Yuecel Ahi
1
-5
/
+1
2009-11-02
Fixes Floating point number truncation in qsqlpsql plugin under linux
Bill King
1
-1
/
+1
2009-10-29
Merge commit origin/4.6 into team-widgets/4.6
Olivier Goffart
1
-2
/
+9
2009-10-27
Fixes Oracle batchExec using strings as out params.
Bill King
1
-2
/
+9
2009-10-26
Fixed crash when setting header data in QSqlQueryModel.
Gabriel de Dietrich
1
-1
/
+1
2009-10-19
ODBC: Retrieved in ascii, should be stored in ascii.
Bill King
1
-1
/
+1
2009-10-13
Doc: clarified what addDatabase() returns if the driver cannot be loaded
Stian Sandvik Thomassen
1
-0
/
+2
2009-10-13
Fixes issue with multiple lookups to same table/field
Bill King
1
-1
/
+2
2009-09-30
(TDS) Fixes improper formatting of date values
Bill King
1
-1
/
+3
2009-09-30
(TDS) Fixes missing field/table name escaping.
Bill King
2
-0
/
+13
2009-09-17
Fixes issue of forward only datasets failing when not set so.
Bill King
1
-0
/
+10
2009-10-06
Update documentation for setForwardOnly.
Bill King
2
-3
/
+13
2009-09-30
Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6
Simon Hausmann
2
-1
/
+16
2009-09-30
(ODBC) Better fix for readonly result set
Bill King
2
-5
/
+13
2009-09-22
Add reconnection option to the mysql driver.
Bill King
2
-0
/
+14
2009-09-17
Merge branch '4.5' into 4.6
Tom Cooksey
1
-0
/
+10
2009-09-15
Merge commit 'origin/4.5' into 4.6
Bill King
2
-4
/
+8
2009-09-15
Fixes QSqlTableModel: trying to delete the wrong row.
Bill King
1
-4
/
+5
[next]