summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/oci
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-073-2840/+0
* QOCIDriver: optimize string handling in tables()Marc Mutz2016-02-171-31/+49
* Updated license headersJani Heikkinen2016-01-152-28/+40
* qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-052-57/+72
* qsql: add missing Q_DECL_OVERRIDEMark Brand2015-11-302-27/+27
* qsql: add missing Q_EXPORT_SQLDRIVER_* macrosMark Brand2015-11-271-1/+1
* qsql: remove stray includes and forward declsMark Brand2015-11-261-3/+1
* qsql_oci: fix option typesMark Brand2015-11-231-2/+2
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Fix compilation of OCI driverTobias Koenig2013-12-011-0/+1
* Use Q_DECLARE_PRIVATE for Oracle and DB2 pluginsAndy Shaw2013-04-092-7/+17
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-022-6/+7
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
* Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-261-5/+11
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-263-2/+2
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-012-28/+28
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Remove the QtSql driver headers from the APIThiago Macieira2013-01-141-0/+5
* SQL: Fix OCI driver's compile errors.Caroline Chao2012-11-201-2/+4
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transactionMark Brand2012-08-131-7/+2
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-062-3/+8
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-242-34/+34
* Initial import from the monolithic Qt.Qt by Nokia2011-04-273-0/+2795