summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-11Remove redundant comment. (firebird-sdbc)Andrzej J.R. Hunt1-2/+0
2013-09-11Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)Andrzej J.R. Hunt1-11/+11
2013-09-11Don't format integers as currency by default. (firebird-sdbc)Andrzej J.R. Hunt1-8/+5
2013-09-11Ensure we have prepared the statement before modify null.Andrzej J.R. Hunt1-0/+1
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt7-55/+62
2013-09-09Cleanup public parts of Connection a little.Andrzej J.R. Hunt1-40/+35
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt13-198/+236
2013-09-09Cleanup findColumn. (firebird-sdbc)Andrzej J.R. Hunt1-8/+12
2013-09-06Some stylistic cleanup in PreparedStatement.Andrzej J.R. Hunt1-5/+2
2013-09-06Use throwFunctionNotSupportedException as appropriate. (firebird-sdbc)Andrzej J.R. Hunt1-8/+8
2013-09-06Comment out unused parameters instead of (void) cast. (firebird-sdbc)Andrzej J.R. Hunt1-29/+15
2013-09-06Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt1-6/+2
2013-09-06Extend OIndexesHelper::dropObject to use correct DROP INDEX. (firebird-sdbc)Andrzej J.R. Hunt3-4/+82
2013-09-06Keep a TempFile instead of using TempFile::CreateTempName.Andrzej J.R. Hunt2-11/+9
2013-09-06Use the user specific tmp directory for firebird.Andrzej J.R. Hunt3-8/+16
2013-09-06CID#1079053 Uncaught Exception.Andrzej J.R. Hunt2-2/+3
2013-09-06CID#1079054 Uncaught exception.Andrzej J.R. Hunt2-2/+3
2013-09-06CID#1079051 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2-4/+6
2013-09-06CID#1079048 CID#1079049 CID#1079050 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2-2/+3
2013-09-06CID#1079047 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2-3/+5
2013-09-06CID#1079045 CID#107946 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2-2/+3
2013-09-06Add error checking in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt1-1/+6
2013-09-05WaE: unused variableCaolán McNamara1-2/+1
2013-09-06Actually use table name in getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt1-1/+2
2013-09-06Actually rebuild indexes in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt1-7/+28
2013-09-06Retrieve all char indexes for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt2-0/+52
2013-09-06Implement getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt1-9/+92
2013-09-05CID#1079332 Uninitialized scalar fieldCaolán McNamara1-2/+0
2013-09-03Add some comments on foreign key retrieval (firebird-sdbc)Andrzej J.R. Hunt1-0/+6
2013-09-03Remove outdated/useless comments. (firebird-sdbc)Andrzej J.R. Hunt1-6/+3