summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan1-0/+2
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-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-2/+2
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. Hunt4-4/+83
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-05update pchThomas Arnhold2-3/+1
2013-09-05use replaceFirstThomas Arnhold1-2/+2
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#1079186 ununinitialized pointerCaolán McNamara1-0/+1
2013-09-05CID#1079332 Uninitialized scalar fieldCaolán McNamara1-2/+0
2013-09-04WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist3-29/+30
2013-09-04WaE: Unreachable codeTor Lillqvist3-0/+28
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
2013-09-03ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)Andrzej J.R. Hunt1-56/+60
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza1-38/+0
2013-08-31delete more code that was commented outPhilipp Riemer1-1/+0
2013-08-31fix indentationPhilipp Riemer2-17/+17
2013-08-31deleted code that was commented outPhilipp Riemer2-12/+0
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer2-128/+20
2013-08-30Set path and not url for FIREBIRD_[TMP|LOCK]. (firebird-sdbc)Andrzej J.R. Hunt1-5/+6
2013-08-30Improve TIMESTAMP display. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-30Implement setTimeStamp. (firebird-sdbc)Andrzej J.R. Hunt1-5/+13
2013-08-30Cast pointer before dereferencing. (firebird-sdbc)Andrzej J.R. Hunt1-1/+2
2013-08-30Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt1-10/+22
2013-08-30Implement malloc'ing of date/time/timestamp (firebird-sdbc)Andrzej J.R. Hunt1-9/+5
2013-08-30Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt1-14/+20
2013-08-30Set FIREBIRD_TMP and FIREBIRD_LOCK with sane values. (firebird-sdbc)Andrzej J.R. Hunt2-0/+21
2013-08-29TPropertyValueLessFunctor must actually compare for "<"Stephan Bergmann1-1/+1
2013-08-29Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt1-6/+14
2013-08-29Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt2-4/+4
2013-08-28janitorial: more constnessLionel Elie Mamane1-1/+1