| Commit message (Expand) | Author | Age | Files | Lines |
| * | Always compile sql drivers as plugins | Lars Knoll | 2016-04-07 | 1 | -2639/+0 |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7 | Liang Qi | 2016-03-13 | 1 | -1/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-11 | 1 | -1/+6 |
| | |\ |
|
| | | * | ODBC: Fix a memory leak when open() fails. | HyungDon Lee | 2016-03-05 | 1 | -1/+6 |
| * | | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2016-03-12 | 1 | -4/+4 |
| |/ / |
|
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | qsql_odbc: remove forwardOnly override | Mark Brand | 2015-12-09 | 1 | -15/+5 |
| * | | qsql: apply Qt's PIMPL idiom to Q*ResultPrivate | Mark Brand | 2015-12-05 | 1 | -37/+56 |
| * | | qsql: add missing Q_DECL_OVERRIDE | Mark Brand | 2015-11-30 | 1 | -19/+19 |
| * | | qsql: move Q<driver>Result out of header | Mark Brand | 2015-11-27 | 1 | -0/+36 |
| * | | qsql_odbc: rename QODBCPrivate to QODBCResultPrivate | Mark Brand | 2015-11-25 | 1 | -9/+9 |
| |/ |
|
| * | QtSql: Fix const correctness in old style casts | Thiago Macieira | 2015-03-11 | 1 | -19/+19 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2015-01-21 | 1 | -1/+11 |
| |\ |
|
| | * | QODBC: fix converted string values empty SQLServer 2012 | Maximilian Hrabowski | 2014-12-30 | 1 | -1/+11 |
| * | | Retrieve auto-value for ODBC fields. | Friedemann Kleint | 2014-10-27 | 1 | -0/+14 |
| * | | Split up function qMakeFieldInfo() in ODBC plugin. | Friedemann Kleint | 2014-10-27 | 1 | -13/+51 |
| * | | Fix MSVC warnings about integer conversions in ODBC driver. | Friedemann Kleint | 2014-10-24 | 1 | -5/+5 |
| * | | Remove non-UNICODE code branches from ODBC plugin. | Friedemann Kleint | 2014-10-24 | 1 | -97/+4 |
| |/ |
|
| * | Expose QSqlDriverPrivate dbmsType in public QSqlDriver api | Matt Broadstone | 2014-09-24 | 1 | -15/+15 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Initialize the count variable used in SQLNumResultCols to 0 | Andy Shaw | 2014-05-27 | 1 | -3/+3 |
| * | Fix access of tmpStorage in QODBCResult::exec(). | Friedemann Kleint | 2014-04-03 | 1 | -25/+20 |
| * | Remove use of QFlag in the SQL drivers | Thiago Macieira | 2013-08-24 | 1 | -14/+14 |
| * | qsql_odbc: fix SQLGetStmtAtt usage | Mark Brand | 2013-04-24 | 1 | -7/+5 |
| * | QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE | Mark Brand | 2013-04-04 | 1 | -19/+25 |
| * | Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers | Andy Shaw | 2013-04-02 | 1 | -7/+4 |
| * | ODBC: lost info about column metadata on SQL_NO_DATA | Israel Lins | 2013-03-20 | 1 | -5/+0 |
| * | Merge "Merge branch 'dev' into stable" into refs/staging/stable | Sergio Ahumada | 2013-03-20 | 1 | -13/+57 |
| |\ |
|
| | * | Merge branch 'dev' into stable | Oswald Buddenhagen | 2013-03-20 | 1 | -13/+57 |
| | |\ |
|
| | | * | ODBC: implementation of lastInsertId() | Israel Lins | 2013-02-27 | 1 | -1/+37 |
| | | * | ODBC: improve detection of DBMS | Israel Lins | 2013-02-26 | 1 | -11/+19 |
| | | * | Rename the SQL driver header files to _p.h (make private) | Thiago Macieira | 2013-02-26 | 1 | -1/+1 |
| * | | | ODBC: fixed consistence of return of QODBCResult::exec() | Israel Lins | 2013-03-20 | 1 | -1/+1 |
| |/ / |
|
| * / | ODBC: fix loss of milliseconds when binding QDateTime | Israel Lins | 2013-03-13 | 1 | -1/+1 |
| |/ |
|
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix warnings in the SQL drivers found by GCC 4.7 | Thiago Macieira | 2012-12-28 | 1 | -13/+14 |
| * | Fix msvc2010 compiler warnings of switch with default but no case labels | Thiago A. Correa | 2012-11-18 | 1 | -4/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Use QStringList::join(QChar) overload where applicable [QtSql] | Marc Mutz | 2012-09-03 | 1 | -1/+1 |
| * | Fix error when inserting to tables with datetime fields with QODBC | Thiago A. Correa | 2012-07-16 | 1 | -4/+42 |
| * | QSqlResult: replace virtual hooks with virtual functions | Mark Brand | 2012-06-06 | 1 | -8/+6 |
| * | Fix memory leaks in 64-bits ODBC driver | Honglei Zhang | 2012-04-26 | 1 | -2/+4 |
| * | remove useless workaround | Mark Brand | 2012-04-17 | 1 | -2/+1 |
| * | QTBUG-18435 fix stored procedure output parameters on ODBC | Mark Brand | 2012-04-17 | 1 | -5/+6 |
| * | Merge remote-tracking branch 'origin/master' into api_changes | Lars Knoll | 2012-04-16 | 1 | -5/+5 |
| |\ |
|
| | * | QTBUG-1363: fix QSqlField.length() for ODBC | Mark Brand | 2012-04-13 | 1 | -5/+5 |
| * | | QSqlDriver functions made virtual | Matt Newell | 2012-04-02 | 1 | -1/+1 |
| |/ |
|
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |