summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/ibase/qsql_ibase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-071-1948/+0
* QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* qsql: remove empty Result destructorsMark Brand2015-12-051-5/+0
* qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-051-17/+30
* qsql: add missing Q_DECL_OVERRIDEMark Brand2015-11-301-8/+8
* Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* qsql_ibase: use virtual createResultMark Brand2015-11-231-1/+1
* Fixing error with reading Time fields by qibase sql driver.Roman Bogolyubov2015-06-081-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qsql ibase: fix memory corruption due to LONG being 4 bytes in firebird.David Faure2014-09-101-5/+9
* [QtSql]QIBASE]add support for prepared queries in numRowsAffectedIsrael Lins Albuquerque2014-03-291-2/+12
* Fix QByteArray memory corruption in QIBaseDriver::open().Friedemann Kleint2014-03-191-20/+15
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* 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
* Add two enums that weren't handled in the ibase SQL driverThiago Macieira2013-10-031-0/+4
* Construct a valid QTime when creating timestamps for iBase SQL driver.Mitch Curtis2013-08-211-1/+1
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-041-10/+20
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-3/+3
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1
* qsql ibase: remove duplicate class definitionMark Brand2013-02-051-23/+0
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-011-0/+49
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-2/+2
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+1
|\
| * Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-311-1/+1
* | QSqlDriver functions made virtualMatt Newell2012-04-021-3/+3
|/
* SQL driver implementation to signal notification sourcesTorben Dannhauer2012-02-011-1/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1886