summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Expand)AuthorAgeFilesLines
* Cleanup public parts of Connection a little.Andrzej J.R. Hunt2013-09-091-40/+35
* Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt2013-09-0913-198/+236
* Cleanup findColumn. (firebird-sdbc)Andrzej J.R. Hunt2013-09-091-8/+12
* s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar2013-09-071-2/+2
* Some stylistic cleanup in PreparedStatement.Andrzej J.R. Hunt2013-09-061-5/+2
* Use throwFunctionNotSupportedException as appropriate. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-8/+8
* Comment out unused parameters instead of (void) cast. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-29/+15
* Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-6/+2
* Extend OIndexesHelper::dropObject to use correct DROP INDEX. (firebird-sdbc)Andrzej J.R. Hunt2013-09-063-4/+82
* Keep a TempFile instead of using TempFile::CreateTempName.Andrzej J.R. Hunt2013-09-062-11/+9
* Use the user specific tmp directory for firebird.Andrzej J.R. Hunt2013-09-063-8/+16
* CID#1079053 Uncaught Exception.Andrzej J.R. Hunt2013-09-062-2/+3
* CID#1079054 Uncaught exception.Andrzej J.R. Hunt2013-09-062-2/+3
* CID#1079051 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2013-09-062-4/+6
* CID#1079048 CID#1079049 CID#1079050 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2013-09-062-2/+3
* CID#1079047 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2013-09-062-3/+5
* CID#1079045 CID#107946 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt2013-09-062-2/+3
* Add error checking in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-1/+6
* use replaceFirstThomas Arnhold2013-09-051-2/+2
* WaE: unused variableCaolán McNamara2013-09-051-2/+1
* Actually use table name in getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-1/+2
* Actually rebuild indexes in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-7/+28
* Retrieve all char indexes for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt2013-09-062-0/+52
* Implement getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-9/+92
* CID#1079186 ununinitialized pointerCaolán McNamara2013-09-051-0/+1
* CID#1079332 Uninitialized scalar fieldCaolán McNamara2013-09-051-2/+0
* WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist2013-09-043-29/+30
* WaE: Unreachable codeTor Lillqvist2013-09-043-0/+28
* Add some comments on foreign key retrieval (firebird-sdbc)Andrzej J.R. Hunt2013-09-031-0/+6
* Remove outdated/useless comments. (firebird-sdbc)Andrzej J.R. Hunt2013-09-031-6/+3
* ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)Andrzej J.R. Hunt2013-09-031-56/+60
* Remove some unused code from unusedcode.easyMarcos Paulo de Souza2013-09-011-38/+0
* delete more code that was commented outPhilipp Riemer2013-08-311-1/+0
* fix indentationPhilipp Riemer2013-08-312-17/+17
* deleted code that was commented outPhilipp Riemer2013-08-312-12/+0
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-312-128/+20
* Set path and not url for FIREBIRD_[TMP|LOCK]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-5/+6
* Improve TIMESTAMP display. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-1/+1
* Implement setTimeStamp. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-5/+13
* Cast pointer before dereferencing. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-1/+2
* Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-10/+22
* Implement malloc'ing of date/time/timestamp (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-9/+5
* Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-14/+20
* Set FIREBIRD_TMP and FIREBIRD_LOCK with sane values. (firebird-sdbc)Andrzej J.R. Hunt2013-08-302-0/+21
* TPropertyValueLessFunctor must actually compare for "<"Stephan Bergmann2013-08-291-1/+1
* Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt2013-08-291-6/+14
* Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt2013-08-292-4/+4
* janitorial: more constnessLionel Elie Mamane2013-08-281-1/+1
* ODBC OResultSet::ensureCacheForColumn initialise *all* new elementsLionel Elie Mamane2013-08-281-1/+1
* remove risk of infinite recursionLionel Elie Mamane2013-08-281-1/+0