summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Remove null indicator for type checking. (firebird-sdbc)Andrzej J.R. Hunt2013-09-181-2/+2
* Add some type checking to ResultSet.Andrzej J.R. Hunt2013-09-182-41/+61
* Make Java-based connectivity drivers work with jvmfwk "direct mode"Stephan Bergmann2013-09-162-2/+29
* translate german comments in sqlbison.yMichael Stahl2013-09-131-12/+8
* fix Apple g++ 4.2.1 unused function warning in sqlbison.yMichael Stahl2013-09-131-18/+31
* fix Apple g++ 4.2.1 warning in DBTypeConversion::toDateTimeMichael Stahl2013-09-131-1/+1
* setting a table name on an expression/function call makes no senseLionel Elie Mamane2013-09-131-9/+5
* remove an arbitrary level of nested parenthesesLionel Elie Mamane2013-09-131-1/+1
* Don't clobber argument on failureLionel Elie Mamane2013-09-131-1/+12
* Fix throwFunctionNotSupportedException.Andrzej J.R. Hunt2013-09-121-1/+3
* Explicitly wrap char as OUString.Andrzej J.R. Hunt2013-09-121-21/+21
* Remove sal_char* from dbexception and some cleanup.Andrzej J.R. Hunt2013-09-121-74/+37
* Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt2013-09-1216-68/+95
* gbuild: remove gb_Rdb__get_final_targetMichael Stahl2013-09-121-3/+1
* Sanitize and quote index identifiers for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-3/+3
* Change of precision is equivalent to type change. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-3/+5
* Remove redundant comment. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-2/+0
* Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-11/+11
* Don't format integers as currency by default. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-8/+5
* Ensure we have prepared the statement before modify null.Andrzej J.R. Hunt2013-09-111-0/+1
* Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt2013-09-107-55/+62
* gbuild: install rdb files directly in module they come fromMatúš Kukan2013-09-091-0/+2
* 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-064-4/+83
* 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
* update pchThomas Arnhold2013-09-052-3/+1
* 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