summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* fix parsing of bound SQL statements for PostgreSQLIsrael Lins Albuquerque2013-12-162-2/+6
* Add QSQLITE_OPEN_URI database connection flagTobias Koenig2013-11-041-0/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-088-93/+93
* fix off-by-one index checkMark Brand2013-07-011-1/+1
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-043-2/+10
* QSqlDriverPrivate clean-upMark Brand2013-04-041-15/+10
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-023-24/+93
* QSqlTableModel: expose methods for getting primary valuesMark Brand2013-04-022-0/+16
* make QSqlResultPrivate::fieldSerial() virtualMark Brand2013-04-022-12/+7
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-7/+7
* QSqlResult: private d -> protected d_ptrMark Brand2013-03-062-6/+43
* add QSqlResult constructor suitable for inheritanceMark Brand2013-03-062-0/+12
* QSqlResultPrivate: private q -> protected q_ptrMark Brand2013-03-062-3/+4
* prepare QSqlResultPrivate() to allow subclassingMark Brand2013-03-062-6/+7
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-9/+9
* Deprecate QSqlError setters.Marcel Krems2013-02-242-13/+42
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-182-37/+74
|\
| * QSqlResult: fix parsing of bound SQL statementsIsrael Lins2013-02-151-21/+54
| * QSqlResultPrivate: parameterize fieldSerial function for parsingMark Brand2013-02-152-3/+8
| * QSqlResultPrivate: parameterize input query for parsingMark Brand2013-02-152-15/+15
| * move qFieldSerial() to static QSqlResultPrivate::fieldSerial()Mark Brand2013-02-152-6/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-144-103/+150
|\|
| * move QSqlResultPrivate to private headerMark Brand2013-02-113-68/+140
| * QSqlResult::savePrepare() simplify logicMark Brand2013-02-091-6/+5
| * QSqlResult: consolidate SQL parsing for bindingIsrael Lins2013-02-091-26/+3
| * QSqlResult: note in doc about misnamed methodMark Brand2013-02-091-0/+2
| * remove misleading statement from ~QSqlDatabase()Mark Brand2013-02-051-3/+0
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
|\|
| * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2910-40/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1823-23/+23
* SQL: Change in QSqlResultPrivate::positionalToNamedBinding()Caroline Chao2012-12-101-2/+0
* Docs: Fix some warningsChristian Stenger2012-12-061-0/+1
* Doc: Remove obsolete statementChristian Stenger2012-12-061-3/+0
* create interface QSqlDriver::cancelQuery()Sune Vuorela2012-11-202-1/+27
* SQL: Fix OCI driver's compile errors.Caroline Chao2012-11-201-1/+1
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* Enable the "#include <QSql>" camel-case header, for the QSql namespaceSze Howe Koh2012-10-271-1/+0
* QtSql: Correct documented default precision policy.Mark Brand2012-10-151-8/+4
* correct spelling in QtSql documentationMark Brand2012-10-151-1/+1
* QSqlQuery::value string overloadThiago A. Correa2012-10-082-0/+19
* Fix QSqlQuery::value to use proper index checkThiago A. Correa2012-10-051-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2223-542/+542
* sql: Include own headers firstSergio Ahumada2012-09-191-1/+2
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-082-4/+4
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* Fix doc errors.Frederik Gladhorn2012-08-283-9/+1
* Doc: Adding a landing page for Qt SQL.Jerome Pasion2012-08-062-2/+2
* Fix some typos.Frederik Schwarzer2012-07-262-2/+2