summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/odbc/qsql_odbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Fix access of tmpStorage in QODBCResult::exec().Friedemann Kleint2014-04-071-27/+22
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* qsql_odbc: fix SQLGetStmtAtt usageMark Brand2013-04-241-5/+3
* ODBC: lost info about column metadata on SQL_NO_DATAIsrael Lins2013-04-241-5/+0
* ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-04-241-1/+1
* ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-04-241-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-10-081-4/+42
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix memory leak in 64-bits ODBC driverHonglei Zhang2012-04-271-1/+2
* Fix for memory leak in 64 bit ODBC driver's call to SQLGetStmtAttr()Yan Shapochnik2012-04-201-1/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-1/+1
|\
| * Fix warning in ODBC driver: passing NULL to non-pointer.Thiago Macieira2011-01-261-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | fix two more "comparison between signed and unsigned integer expressions" war...Konstantin Ritt2011-01-111-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-1/+1
|\|
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-261-1/+1
| |\
| | * Fix the broken unicode detection of ODBC driver.Charles Yin2010-08-241-1/+1
* | | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-23/+14
|/ /
* | Fix compilation on WinXP MinGW32;lit-uriy2010-06-021-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-38/+119
|\|
| * 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
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-071-106/+163
|\|
| * 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
* | improve sql support for mingw64Thierry Bastian2010-02-231-1/+1
* | optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-161-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma...Pulse Build System2010-01-221-20/+0
|\ \ | |/ |/|
| * Merge remote branch 'origin/master'Olivier Goffart2010-01-081-7/+23
| |\
| * | Remove obsolete code for unsupported platformsBill King2009-12-161-20/+0
* | | 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