summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/odbc
Commit message (Expand)AuthorAgeFilesLines
* QtSql: Fix const correctness in old style castsThiago Macieira2015-03-111-19/+19
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+11
|\
| * QODBC: fix converted string values empty SQLServer 2012Maximilian Hrabowski2014-12-301-1/+11
* | Retrieve auto-value for ODBC fields.Friedemann Kleint2014-10-271-0/+14
* | Split up function qMakeFieldInfo() in ODBC plugin.Friedemann Kleint2014-10-271-13/+51
* | Fix MSVC warnings about integer conversions in ODBC driver.Friedemann Kleint2014-10-241-5/+5
* | Remove non-UNICODE code branches from ODBC plugin.Friedemann Kleint2014-10-241-97/+4
|/
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-15/+15
* Update license headers and add new license filesMatti Paaso2014-09-242-37/+21
* Initialize the count variable used in SQLNumResultCols to 0Andy Shaw2014-05-271-3/+3
* Fix access of tmpStorage in QODBCResult::exec().Friedemann Kleint2014-04-031-25/+20
* Remove use of QFlag in the SQL driversThiago Macieira2013-08-241-14/+14
* qsql_odbc: fix SQLGetStmtAtt usageMark Brand2013-04-241-7/+5
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-042-21/+26
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-7/+4
* ODBC: lost info about column metadata on SQL_NO_DATAIsrael Lins2013-03-201-5/+0
* Merge "Merge branch 'dev' into stable" into refs/staging/stableSergio Ahumada2013-03-203-23/+70
|\
| * Merge branch 'dev' into stableOswald Buddenhagen2013-03-203-23/+70
| |\
| | * ODBC: implementation of lastInsertId()Israel Lins2013-02-272-1/+38
| | * ODBC: improve detection of DBMSIsrael Lins2013-02-261-11/+19
| | * Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-261-5/+11
| | * Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-263-2/+2
| | * Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* | | ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-03-201-1/+1
|/ /
* / ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-03-131-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Remove the QtSql driver headers from the APIThiago Macieira2013-01-141-0/+5
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-281-13/+14
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* remove mentions of borland from project filesOswald Buddenhagen2012-09-191-2/+1
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-4/+42
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-062-8/+7
* Fix memory leaks in 64-bits ODBC driverHonglei Zhang2012-04-261-2/+4
* remove useless workaroundMark Brand2012-04-171-2/+1
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-5/+6
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-5/+5
|\
| * QTBUG-1363: fix QSqlField.length() for ODBCMark Brand2012-04-131-5/+5
* | QSqlDriver functions made virtualMatt Newell2012-04-022-3/+2
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Fix compiler warnings.Friedemann Kleint2011-10-271-6/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-242-34/+34
* Initial import from the monolithic Qt.Qt by Nokia2011-04-273-0/+2728