summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Expand)Author
2013-12-20typo fixesAndras Timar
2013-12-18STROAGE->STORAGECaolán McNamara
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-09fdo#65108 inter-module includes <>Lionel Elie Mamane
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane
2013-11-07WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist
2013-11-07fdo#65108 inter-module includes <>Lionel Elie Mamane
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-01Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet
2013-10-27Remove redundant comment.Andrzej J.R. Hunt
2013-10-27Firebird: Use explicit integer sizes.Andrzej J.R. Hunt
2013-10-27FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini
2013-10-25fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-20Implement creation/loading of external firebird .fdbs.Andrzej J.R. Hunt
2013-09-19Cleanup ResultSet exceptions.Andrzej J.R. Hunt
2013-09-19Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Set sane default for type.Andrzej J.R. Hunt
2013-09-19Move type conversion into template.`Andrzej J.R. Hunt
2013-09-19Use conversion for Byte/Bool.Andrzej J.R. Hunt
2013-09-19Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Don't throw unnecessary exception.Andrzej J.R. Hunt
2013-09-19Implement implicit type conversion in ResultSet. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-18Remove null indicator for type checking. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-18Add some type checking to ResultSet.Andrzej J.R. Hunt
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-09-11Sanitize and quote index identifiers for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Change of precision is equivalent to type change. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Remove redundant comment. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Don't format integers as currency by default. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Ensure we have prepared the statement before modify null.Andrzej J.R. Hunt
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-09Cleanup public parts of Connection a little.Andrzej J.R. Hunt
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-09Cleanup findColumn. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Some stylistic cleanup in PreparedStatement.Andrzej J.R. Hunt
2013-09-06Use throwFunctionNotSupportedException as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Comment out unused parameters instead of (void) cast. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Extend OIndexesHelper::dropObject to use correct DROP INDEX. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Keep a TempFile instead of using TempFile::CreateTempName.Andrzej J.R. Hunt
2013-09-06Use the user specific tmp directory for firebird.Andrzej J.R. Hunt
2013-09-06CID#1079053 Uncaught Exception.Andrzej J.R. Hunt
2013-09-06CID#1079054 Uncaught exception.Andrzej J.R. Hunt