summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-242-9/+15
|\
| * Fix a SQLITE whitespace in identifiers issue.Derick Hawcroft2009-08-181-8/+13
| * Update license headers.Jason McDonald2009-08-1150-50/+50
| * Fixes formatting of date strings in psql driverBill King2009-08-111-1/+1
| * Missing break when formatting from a time valueBill King2009-08-111-0/+1
* | Merge commit 'qt/master'Jason Barron2009-08-183-2/+141
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-173-2/+141
* | | Merge commit 'qt/master'Jason Barron2009-08-1350-62/+56
|\| |
| * | Fixes proper quoting under odbc.Bill King2009-08-131-11/+5
| * | Update contact URL in license headers.Jason McDonald2009-08-1250-50/+50
| * | Fixes coverity warning of uninit variable.Bill King2009-08-111-1/+1
* | | Revert '80dba8b8': Fixing default constructor problem with RVCT.Jason Barron2009-08-123-16/+5
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-064-4/+4
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-062-31/+26
|\| |
| * | Fixes casing issue in the PSQL driver.Bill King2009-08-051-5/+5
| * | Fixes failed queries when mysql auto-preparesBill King2009-08-041-26/+21
* | | Merge commit 'origin/master'Jason Barron2009-08-045-6/+5
|\ \ \
| * | | Trailing whitespace and tab/space fixes for QtSqlJanne Anttila2009-08-041-2/+1
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-034-4/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.5'Thiago Macieira2009-08-031-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Fixes hack around show queries not allowed to be prepared.Bill King2009-07-301-3/+3
| | * | Fixed compile on certain Solaris versions.Rohan McGovern2009-07-211-1/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-1/+3
|\| | |
| * | | Fixes various db2 autotest issues.Bill King2009-07-291-1/+3
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-277-70/+91
|\| | | | |_|/ |/| |
| * | Fix compilation for db2 driver after win9x removal spreeBill King2009-07-201-0/+2
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-192-20/+34
| * | Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-162-3/+3
| * | Merge commit 'origin/4.5'Bill King2009-07-132-15/+24
| |\|
| | * Fixes failure when table has null fields to updateBill King2009-07-131-1/+1
| | * emit dataChanged() signalDerick Hawcroft2009-07-091-0/+1
| | * Plugged possible memory leak in getPSQLVersion()Stian Sandvik Thomassen2009-07-091-2/+2
| | * Hopefully fix isnan/isinf for good (for all platforms)Bill King2009-07-091-12/+20
| * | Fixes merge mixup.Bill King2009-07-131-2/+2
| * | Fixes a heisenbug when using two ODBC connections with diff quoters.Bill King2009-07-101-7/+9
| * | Merge commit 'origin/4.5'Bill King2009-07-093-7/+36
| |\|
| | * Fixes Dericks inf/nan patch for msvcBill King2009-07-081-0/+13
| | * remove debugDerick Hawcroft2009-07-081-1/+0
| | * Handle special number cases (nan,{+-}infinity) in PostgreSQLDerick Hawcroft2009-07-081-0/+17
| * | Merge branch '4.5'Thiago Macieira2009-07-022-3/+8
| |\ \
| * \ \ Merge branch '4.5'Thiago Macieira2009-07-021-1/+1
| |\ \ \
| * | | | src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-012-37/+2
| * | | | Merge branch '4.5'Marius Storm-Olsen2009-06-302-1/+5
| |\ \ \ \
* | \ \ \ \ Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-095-12/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-074-11/+17
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Handle all PostgreSQL notifications sitting in the queueDerick Hawcroft2009-07-071-4/+4
| | * | | | | Fixes ::record for dialect 3 named tables in interbase/firebird.Bill King2009-07-031-2/+2
| | * | | | | Fixes invalid length for numeric fields in oracle.Bill King2009-07-031-1/+1
| | | |_|_|/ | | |/| | |
| | * | | | Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3