summaryrefslogtreecommitdiff
path: root/src/sql/drivers/odbc/qsql_odbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-12-041-10/+11
* Fix the broken unicode detection of ODBC driver.Charles Yin2011-06-091-1/+1
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
* Fix ODBC compilation for ODBC versions < 3.5Bill King2010-03-251-0/+2
* Unicode fixes for ODBC SQL Driver.Bill King2010-03-251-38/+117
* Fix compile.Bill King2010-03-031-30/+30
* Fixes: ODBC Driver expects 16bit when system is 32bitBill King2010-03-021-105/+168
* Revert "(ODBC) Use wchar_t instead of assuming 2 bytes."Bill King2010-02-111-27/+10
* (ODBC) Use wchar_t instead of assuming 2 bytes.Bill King2010-02-101-10/+27
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | (ODBC) Handle drivers that return SQL_NO_DATA for exec success.Bill King2010-01-051-1/+6
|/
* (ODBC) Fixes segfault when error string is larger than 256 chars.Bill King2009-12-151-6/+17
* ODBC: Retrieved in ascii, should be stored in ascii.Bill King2009-10-191-1/+1
* (ODBC) Better fix for readonly result setBill King2009-09-301-5/+12
* Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-0/+10
|\
| * Fixes issue of forward only datasets failing when not set so.Bill King2009-09-171-0/+10
| * Fixes determination of end of odbc string on deficient driverBill King2009-09-101-6/+6
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Fixes determination of end of odbc string on deficient driverBill King2009-09-011-6/+6
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Fixes race condition on reopening an ODBC connection.Bill King2009-08-311-11/+11
* | Fixes invalid use of staticsBill King2009-08-271-30/+24
* | Fixes proper quoting under odbc.Bill King2009-08-131-11/+5
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-161-1/+1
* | Fixes a heisenbug when using two ODBC connections with diff quoters.Bill King2009-07-101-7/+9
* | Merge branch '4.5'Thiago Macieira2009-07-021-1/+3
|\ \ | |/
| * Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3
* | Merge branch '4.5'Thiago Macieira2009-07-021-1/+1
|\ \ | |/
| * Don assume QVariant::String data is going to always be unicode in QODBCDerick Hawcroft2009-07-011-1/+1
* | src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-8/+1
* | Merge branch '4.5'Marius Storm-Olsen2009-06-301-0/+1
|\ \ | |/
| * bug fixDerick Hawcroft2009-06-301-0/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-241-19/+1
|\ \
| * \ Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-19/+1
| |\ \ | | |/
| | * make the last checkin compile.Bill King2009-06-231-2/+0
| | * Fixes non-unicode strings should be strings, not bytearrays.Bill King2009-06-231-17/+1
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | * BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-151-128/+0
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-221-0/+1
|\ \ \ | |/ /
| * | Make previous checkin compile.Bill King2009-06-221-3/+0
| * | Fix the behaviour of sql classes regarding quoted identifiersBill King2009-06-221-0/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
|\ \ \ | |/ /
| * | Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-161-8/+8
|\ \ \ | |/ /
| * | Fix build error on Mac (Cocoa 64)Prasanth Ullattil2009-06-151-1/+1