| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' into 4.6 | Morten Johan Sørvig | 2009-11-05 | 2 | -2/+2 |
|\ |
|
| * | Fix retrieval of SQL type "TIME" information for PostgreSQL | Derick Hawcroft | 2009-11-05 | 1 | -1/+1 |
|
|
| * | Check success of query. | Derick Hawcroft | 2009-11-05 | 1 | -1/+1 |
|
|
* | | Fixed lastError() for QTDS driver. Previously, no lastError was available on ... | Mark Brand | 2009-11-04 | 1 | -5/+16 |
|
|
* | | Fixed handling of database level precision policy for sqlite driver. | Yuecel Ahi | 2009-11-02 | 1 | -5/+1 |
|
|
* | | Fixes Floating point number truncation in qsqlpsql plugin under linux | Bill King | 2009-11-02 | 1 | -1/+1 |
|
|
* | | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-29 | 1 | -2/+9 |
|\ \ |
|
| * | | Fixes Oracle batchExec using strings as out params. | Bill King | 2009-10-27 | 1 | -2/+9 |
|
|
* | | | Fixed crash when setting header data in QSqlQueryModel. | Gabriel de Dietrich | 2009-10-26 | 1 | -1/+1 |
|/ / |
|
* | | ODBC: Retrieved in ascii, should be stored in ascii. | Bill King | 2009-10-19 | 1 | -1/+1 |
|
|
* | | Doc: clarified what addDatabase() returns if the driver cannot be loaded | Stian Sandvik Thomassen | 2009-10-13 | 1 | -0/+2 |
|
|
* | | Fixes issue with multiple lookups to same table/field | Bill King | 2009-10-13 | 1 | -1/+2 |
|
|
* | | Update documentation for setForwardOnly. | Bill King | 2009-10-06 | 2 | -3/+13 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-09-30 | 2 | -1/+16 |
|\ \
| |/ |
|
| * | (TDS) Fixes improper formatting of date values | Bill King | 2009-09-30 | 1 | -1/+3 |
|
|
| * | (TDS) Fixes missing field/table name escaping. | Bill King | 2009-09-30 | 2 | -0/+13 |
|
|
* | | (ODBC) Better fix for readonly result set | Bill King | 2009-09-30 | 2 | -5/+13 |
|
|
* | | Add reconnection option to the mysql driver. | Bill King | 2009-09-22 | 2 | -0/+14 |
|
|
* | | Merge branch '4.5' into 4.6 | Tom Cooksey | 2009-09-17 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Fixes issue of forward only datasets failing when not set so. | Bill King | 2009-09-17 | 1 | -0/+10 |
|
|
* | | Merge commit 'origin/4.5' into 4.6 | Bill King | 2009-09-14 | 2 | -4/+8 |
|\ \
| |/ |
|
| * | Fixes QSqlTableModel: trying to delete the wrong row. | Bill King | 2009-09-14 | 1 | -4/+5 |
|
|
| * | Fixes crash when calling numRows on unknown query type (ibase) | Bill King | 2009-09-14 | 1 | -0/+3 |
|
|
| * | Fixes determination of end of odbc string on deficient driver | Bill King | 2009-09-10 | 1 | -6/+6 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 50 | -200/+200 |
|
|
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 51 | -204/+204 |
|\ \ |
|
| * | | Update license headers again. | Jason McDonald | 2009-09-09 | 51 | -204/+204 |
|
|
* | | | Fixed 'argument 'type' is not used in function' warning for Nokia X86 | Janne Anttila | 2009-09-08 | 1 | -0/+1 |
|/ / |
|
* | | DB2 - Don't return an error when the table is just empty. | Bill King | 2009-09-07 | 1 | -2/+3 |
|
|
* | | Adds OCI support for synonyms to tables created by another user. | Bill King | 2009-09-03 | 1 | -5/+24 |
|
|
* | | Fixes build with older versions of mysql client | Bill King | 2009-09-02 | 1 | -0/+4 |
|
|
* | | Fixes mysql not knowing the difference between tables and views. | Bill King | 2009-09-02 | 1 | -16/+31 |
|
|
* | | Fixes determination of end of odbc string on deficient driver | Bill King | 2009-09-01 | 1 | -6/+6 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 51 | -663/+663 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 50 | -650/+650 |
|
|
* | | Fixes compile for my last change. | Bill King | 2009-08-31 | 1 | -1/+1 |
|
|
* | | Adds ability to open sqlite databases readonly. | Bill King | 2009-08-31 | 2 | -6/+19 |
|
|
* | | Fixes race condition on reopening an ODBC connection. | Bill King | 2009-08-31 | 1 | -11/+11 |
|
|
* | | Fixes invalid use of statics | Bill King | 2009-08-27 | 1 | -30/+24 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 2 | -9/+15 |
|\ \
| |/ |
|
| * | Fix a SQLITE whitespace in identifiers issue. | Derick Hawcroft | 2009-08-18 | 1 | -8/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 50 | -50/+50 |
|
|
| * | Fixes formatting of date strings in psql driver | Bill King | 2009-08-10 | 1 | -1/+1 |
|
|
| * | Missing break when formatting from a time value | Bill King | 2009-08-10 | 1 | -0/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 3 | -2/+141 |
|\ \ |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 3 | -2/+141 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 50 | -62/+56 |
|\ \ \
| |/ / |
|
| * | | Fixes proper quoting under odbc. | Bill King | 2009-08-13 | 1 | -11/+5 |
|
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 50 | -50/+50 |
|
|
| * | | Fixes coverity warning of uninit variable. | Bill King | 2009-08-10 | 1 | -1/+1 |
|
|