summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Expand)AuthorFilesLines
2014-04-16connectivity: sal_Bool->boolNoel Grandin8-13/+13
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann1-23/+0
2014-04-01connectivity: sal_Bool->boolNoel Grandin3-5/+5
2014-04-01connectivity: sal_Bool->boolNoel Grandin2-5/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann16-363/+363
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin8-13/+13
2014-02-27Remove visual noise from connectivityAlexander Wilms3-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann20-643/+643
2014-02-23Remove unneccessary commentsAlexander Wilms6-106/+106
2014-01-30firebird driver: do not assume sizeof(short) == 2Lionel Elie Mamane1-1/+1
2014-01-30TODO commentLionel Elie Mamane1-0/+1
2014-01-30fdo#74160 firebird XParameters::setString truncate to 65535 charactersLionel Elie Mamane1-2/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27fdo#72804 Add firebird.msg to install.Andrzej Hunt2-0/+18
2014-01-03WaE: C4701: potentially uninitialized local variable 'aErr' usedTor Lillqvist1-2/+2
2014-01-01fdo#70664 Allow reading firebird Blob as InputStream.Andrzej Hunt2-99/+190
2014-01-01fdo#70664 Implement Blob writing (firebird-sdbc).Andrzej Hunt2-10/+126
2013-12-20typo fixesAndras Timar2-2/+2
2013-12-18STROAGE->STORAGECaolán McNamara1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt4-0/+26
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt2-47/+25
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin2-4/+4
2013-11-09fdo#65108 inter-module includes <>Lionel Elie Mamane1-4/+4
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane1-1/+5
2013-11-07WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist1-1/+1
2013-11-07fdo#65108 inter-module includes <>Lionel Elie Mamane1-4/+4
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane4-5/+44
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-3/+1
2013-11-01Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet1-1/+1
2013-10-27Remove redundant comment.Andrzej J.R. Hunt1-1/+0
2013-10-27Firebird: Use explicit integer sizes.Andrzej J.R. Hunt1-2/+2
2013-10-27FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini1-2/+2
2013-10-25fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane1-11/+32
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza2-14/+4
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-11/+0
2013-09-20Implement creation/loading of external firebird .fdbs.Andrzej J.R. Hunt2-2/+9
2013-09-19Cleanup ResultSet exceptions.Andrzej J.R. Hunt1-4/+10
2013-09-19Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt1-13/+10
2013-09-19Set sane default for type.Andrzej J.R. Hunt2-4/+4
2013-09-19Move type conversion into template.`Andrzej J.R. Hunt2-43/+32
2013-09-19Use conversion for Byte/Bool.Andrzej J.R. Hunt1-10/+11
2013-09-19Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt1-4/+10
2013-09-19Don't throw unnecessary exception.Andrzej J.R. Hunt1-6/+1
2013-09-19Implement implicit type conversion in ResultSet. (firebird-sdbc)Andrzej J.R. Hunt2-32/+139
2013-09-18Remove null indicator for type checking. (firebird-sdbc)Andrzej J.R. Hunt1-2/+2
2013-09-18Add some type checking to ResultSet.Andrzej J.R. Hunt2-41/+61
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt1-9/+3
2013-09-11Sanitize and quote index identifiers for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt1-3/+3
2013-09-11Change of precision is equivalent to type change. (firebird-sdbc)Andrzej J.R. Hunt1-3/+5