summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/ibase
Commit message (Expand)AuthorAgeFilesLines
* Fixing error with reading Time fields by qibase sql driver.Roman Bogolyubov2015-06-081-1/+1
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* 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-242-38/+22
* 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-042-15/+22
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-3/+3
* 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
* qsql ibase: remove duplicate class definitionMark Brand2013-02-051-23/+0
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-012-25/+49
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+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/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* remove mentions of borland from project filesOswald Buddenhagen2012-09-191-2/+1
* 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-022-7/+6
|/
* SQL driver implementation to signal notification sourcesTorben Dannhauer2012-02-011-1/+3
* 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/+2028