summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/tds/qsql_tds.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-071-881/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-051-11/+24
* qsql: add missing Q_DECL_OVERRIDEMark Brand2015-11-301-5/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QTDSDriver: fix index out of rangeMark Brand2013-04-041-1/+1
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-041-6/+10
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-3/+3
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-011-0/+22
* Fix warning about type-punned pointersThiago Macieira2013-01-261-18/+24
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix error reporting in TDS SQL driver.Aaron McCarthy2012-11-181-2/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* sql: Include own headers firstSergio Ahumada2012-09-191-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-3/+3
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-12/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+12
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix compiler warnings.Friedemann Kleint2011-09-281-0/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+832