Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | Revert '80dba8b8': Fixing default constructor problem with RVCT. | Jason Barron | 2009-08-12 | 3 | -16/+5 |
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 4 | -4/+4 |
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 2 | -31/+26 |
|\ \ \ | |/ / | |||||
| * | | Fixes casing issue in the PSQL driver. | Bill King | 2009-08-05 | 1 | -5/+5 |
| * | | Fixes failed queries when mysql auto-prepares | Bill King | 2009-08-04 | 1 | -26/+21 |
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 5 | -6/+5 |
|\ \ \ | |||||
| * | | | Trailing whitespace and tab/space fixes for QtSql | Janne Anttila | 2009-08-04 | 1 | -2/+1 |
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 4 | -4/+4 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 1 | -3/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -3/+3 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixes hack around show queries not allowed to be prepared. | Bill King | 2009-07-30 | 1 | -3/+3 |
| | * | | Fixed compile on certain Solaris versions. | Rohan McGovern | 2009-07-20 | 1 | -1/+1 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-30 | 1 | -1/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixes various db2 autotest issues. | Bill King | 2009-07-29 | 1 | -1/+3 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 7 | -70/+91 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Fix compilation for db2 driver after win9x removal spree | Bill King | 2009-07-20 | 1 | -0/+2 |
| * | | Doc: add \since 4.6 for new APIs | Volker Hilsheimer | 2009-07-19 | 2 | -20/+34 |
| * | | Fix (some) spelling and grammatical errors in translatable strings. | Volker Hilsheimer | 2009-07-16 | 2 | -3/+3 |
| * | | Merge commit 'origin/4.5' | Bill King | 2009-07-13 | 2 | -15/+24 |
| |\ \ | | |/ | |||||
| | * | Fixes failure when table has null fields to update | Bill King | 2009-07-13 | 1 | -1/+1 |
| | * | emit dataChanged() signal | Derick Hawcroft | 2009-07-09 | 1 | -0/+1 |
| | * | Plugged possible memory leak in getPSQLVersion() | Stian Sandvik Thomassen | 2009-07-09 | 1 | -2/+2 |
| | * | Hopefully fix isnan/isinf for good (for all platforms) | Bill King | 2009-07-08 | 1 | -12/+20 |
| * | | Fixes merge mixup. | Bill King | 2009-07-12 | 1 | -2/+2 |
| * | | Fixes a heisenbug when using two ODBC connections with diff quoters. | Bill King | 2009-07-10 | 1 | -7/+9 |
| * | | Merge commit 'origin/4.5' | Bill King | 2009-07-08 | 3 | -7/+36 |
| |\ \ | | |/ | |||||
| | * | Fixes Dericks inf/nan patch for msvc | Bill King | 2009-07-08 | 1 | -0/+13 |
| | * | remove debug | Derick Hawcroft | 2009-07-07 | 1 | -1/+0 |
| | * | Handle special number cases (nan,{+-}infinity) in PostgreSQL | Derick Hawcroft | 2009-07-07 | 1 | -0/+17 |
| * | | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 2 | -3/+8 |
| |\ \ | |||||
| * \ \ | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 2 | -37/+2 |