summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Minor optimization use QString midRef instead of mid.Jędrzej Nowacki2014-01-151-1/+1
* fix parsing of bound SQL statements for PostgreSQLIsrael Lins Albuquerque2013-12-162-2/+6
* Doc: invalid reference to Qt for Linux/X11Nico Vertriest2013-12-031-9/+7
* Clear isOpenError flag on successful open callTobias Koenig2013-12-021-0/+1
* Support custom port number in IBASE SQL driverTobias Koenig2013-12-011-2/+6
* Fix compilation of OCI driverTobias Koenig2013-12-011-0/+1
* Fix evaluation of SQLite driver optionsTobias Koenig2013-12-011-10/+18
* Fix sub-second handling in SQLite driverTobias Koenig2013-11-281-0/+15
* Fix sub-second handling in MySQL driverTobias Koenig2013-11-281-1/+1
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Add QSQLITE_OPEN_URI database connection flagTobias Koenig2013-11-042-0/+3
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+1
* Fix - psql driver must format qdatetime using isoCristian Tarsoaga2013-10-261-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0813-126/+126
* Add two enums that weren't handled in the ibase SQL driverThiago Macieira2013-10-031-0/+4
* Merge branch 'stable' into devSergio Ahumada2013-09-211-2/+2
|\
| * Fix QSqlDriver::handle casting examplesGiuseppe D'Angelo2013-09-171-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+1
|\|
| * Construct a valid QTime when creating timestamps for iBase SQL driver.Mitch Curtis2013-08-211-1/+1
* | Remove use of QFlag in the SQL driversThiago Macieira2013-08-242-23/+23
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-112-2/+2
|\|
| * fix off-by-one index checkMark Brand2013-07-011-1/+1
| * Fix comma warning found by ICCThiago Macieira2013-07-011-1/+1
* | Doc: Adding navigation configs in the module qdocconf files.Jerome Pasion2013-06-251-0/+3
|/
* Improve support for <MODULE>_PATH optionsMatt Fischer2013-05-101-7/+2
* Doc: Removed pages from "qt-sql" group.Jerome Pasion2013-05-073-10/+0
* Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+3
* Doc: Give C++ class lists consistent titlesSze Howe Koh2013-04-292-3/+3
* qsql_odbc: fix SQLGetStmtAtt usageMark Brand2013-04-241-7/+5
* Use Q_DECLARE_PRIVATE for Oracle and DB2 pluginsAndy Shaw2013-04-094-12/+31
* QSQLITE2Driver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-082-11/+15
* QTDSDriver: fix index out of rangeMark Brand2013-04-041-1/+1
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-0415-106/+154
* QSqlDriverPrivate clean-upMark Brand2013-04-041-15/+10
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-0213-61/+129
* QSqlTableModel: expose methods for getting primary valuesMark Brand2013-04-025-29/+41
* make QSqlResultPrivate::fieldSerial() virtualMark Brand2013-04-023-14/+9
* QPSQLResultPrivate inherit QSqlResultPrivateMark Brand2013-04-022-12/+29
* QPSQLResultPrivate: do not duplicate reference to private driverMark Brand2013-04-022-17/+19
* 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-2052-392/+498
|\
| * Merge branch 'dev' into stableOswald Buddenhagen2013-03-2052-392/+498
| |\
| | * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
| | * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1611-30/+30
| | * 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