| Commit message (Expand) | Author | Age | Files | Lines |
* | postgresql driver: escape backslashes only when server requires it | Mark Brand | 2013-05-28 | 1 | -5/+33 |
|
|
* | qsql_odbc: fix SQLGetStmtAtt usage | Mark Brand | 2013-04-24 | 1 | -5/+3 |
|
|
* | ODBC: lost info about column metadata on SQL_NO_DATA | Israel Lins | 2013-04-24 | 1 | -5/+0 |
|
|
* | ODBC: fixed consistence of return of QODBCResult::exec() | Israel Lins | 2013-04-24 | 1 | -1/+1 |
|
|
* | ODBC: fix loss of milliseconds when binding QDateTime | Israel Lins | 2013-04-24 | 1 | -1/+1 |
|
|
* | Fix for Sql query aliases with dots | Marko Kangas | 2013-04-23 | 1 | -2/+1 |
|
|
* | Add support for SQLSTATE error codes | Andras Mantia | 2013-02-28 | 1 | -12/+18 |
|
|
* | Fix DB2 driver X64 Linux Build | Karim Pinter | 2013-02-24 | 1 | -1/+1 |
|
|
* | remove misleading statement from ~QSqlDatabase() | Mark Brand | 2013-02-05 | 1 | -3/+0 |
|
|
* | don't prematurely reduce LIBS when adding sql link lists | Mark Brand | 2013-01-29 | 4 | -4/+4 |
|
|
* | Fix postgres notification support in the QPSQLDriver. | Matt Newell | 2013-01-27 | 1 | -37/+51 |
|
|
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 53 | -53/+53 |
|
|
* | QSqlTableModel: fix dataChanged() index for removed edited row | Mark Brand | 2013-01-10 | 1 | -1/+1 |
|
|
* | Fix error reporting in TDS SQL driver. | Aaron McCarthy | 2012-11-23 | 1 | -2/+4 |
|
|
* | fix binding of bool type in mysql driver | Mark Brand | 2012-11-13 | 1 | -1/+6 |
|
|
* | QtSql: Correct documented default precision policy. | Mark Brand | 2012-10-17 | 1 | -8/+4 |
|
|
* | correct spelling in QtSql documentation | Mark Brand | 2012-10-17 | 1 | -1/+1 |
|
|
* | Fix error when inserting to tables with datetime fields with QODBC | Thiago A. Correa | 2012-10-08 | 1 | -4/+42 |
|
|
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 53 | -1262/+1262 |
|
|
* | documentation: grammar nitpick | Mark Brand | 2012-08-31 | 1 | -3/+3 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 53 | -106/+106 |
|
|
* | Doc: Fix typo foreigh -> foreign | Sergio Ahumada | 2012-07-16 | 1 | -1/+1 |
|
|
* | QSqlTM: respect generated flag in insertRecord() and setRecord() | Mark Brand | 2012-07-13 | 1 | -1/+4 |
|
|
* | Fix memory leak in 64-bits ODBC driver | Honglei Zhang | 2012-04-27 | 1 | -1/+2 |
|
|
* | QSqlQueryModel::fetchMore() documentation fix | Mark Brand | 2012-04-24 | 1 | -1/+1 |
|
|
* | Fix for memory leak in 64 bit ODBC driver's call to SQLGetStmtAttr() | Yan Shapochnik | 2012-04-20 | 1 | -1/+2 |
|
|
* | Memory leak fix of sqlite driver when close failed | Honglei Zhang | 2012-04-03 | 2 | -3/+12 |
|
|
* | Improve type detection for query results | Andy Shaw | 2012-03-12 | 1 | -4/+29 |
|
|
* | Ensure that QSqlDatabase::database() is still thread-safe | Andy Shaw | 2012-02-07 | 1 | -4/+1 |
|
|
* | Various Qt documentation bug fixes (wk 42) | artoka | 2012-01-30 | 1 | -2/+3 |
|
|
* | Handle the 'real' datatype correctly in the SQLite driver | Andy Shaw | 2012-01-26 | 1 | -0/+1 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 53 | -53/+53 |
|
|
* | Revert "Fix sqlite driver memory eating due to close failure" | Sinan Tanilkan | 2011-12-07 | 1 | -7/+0 |
|
|
* | QSqlRelationalTableModel doesn't follow relations on the first column | Honglei Zhang | 2011-12-05 | 1 | -1/+1 |
|
|
* | Fix sqlite driver memory eating due to close failure | Honglei Zhang | 2011-11-30 | 1 | -0/+7 |
|
|
* | QSQLITE support only one statement at a time | Honglei Zhang | 2011-11-30 | 2 | -2/+15 |
|
|
* | retreving -> retrieving | Albert Astals Cid | 2011-09-28 | 1 | -3/+3 |
|
|
* | Added correct licence headers to symsql source files | Timo Kauppinen | 2011-09-21 | 2 | -36/+36 |
|
|
* | Release Symbian SQL driver | Honglei Zhang | 2011-09-21 | 1 | -175/+124 |
|
|
* | Fixed a typo found by static checker | Timo Kauppinen | 2011-09-21 | 1 | -1/+1 |
|
|
* | Added SQL driver plugin implementation for Symbian. | Timo Kauppinen | 2011-09-21 | 3 | -0/+1373 |
|
|
* | Merge remote-tracking branch 'mainline/4.8' | Oswald Buddenhagen | 2011-08-26 | 1 | -10/+18 |
|\ |
|
| * | Doc: Fixed qdoc warnings. | David Boddie | 2011-08-15 | 1 | -9/+17 |
|
|
| * | Doc: Fixed qdoc warnings. | David Boddie | 2011-08-15 | 1 | -2/+2 |
|
|
* | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' | suzuki toshiya | 2011-08-18 | 1 | -2/+2 |
|/ |
|
* | Make it possible to update a related table after an external update | Andy Shaw | 2011-07-26 | 1 | -2/+34 |
|
|
* | Add docs for QSqlRelationalTableModel::JoinMode | Charles Yin | 2011-07-19 | 1 | -0/+12 |
|
|
* | Fixed behavior on NULL foreign keys | DaNiMoTh | 2011-07-19 | 2 | -12/+57 |
|
|
* | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt | David Boddie | 2011-05-24 | 51 | -860/+860 |
|\ |
|
| * | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 51 | -860/+860 |
|
|