summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
...
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-11/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+1
* drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara2013-09-2510-19/+1
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-255-4/+6
* Use LO_JAVA_DIR for HSQLDB classpath.Andrzej J.R. Hunt2013-09-231-3/+2
* Update Firebird-File driver config to allow creating new dbs.Andrzej J.R. Hunt2013-09-201-12/+9
* Implement creation/loading of external firebird .fdbs.Andrzej J.R. Hunt2013-09-202-2/+9
* Cleanup ResultSet exceptions.Andrzej J.R. Hunt2013-09-191-4/+10
* Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt2013-09-191-13/+10
* Set sane default for type.Andrzej J.R. Hunt2013-09-192-4/+4
* Move type conversion into template.`Andrzej J.R. Hunt2013-09-192-43/+32
* Use conversion for Byte/Bool.Andrzej J.R. Hunt2013-09-191-10/+11
* Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt2013-09-191-4/+10
* Don't throw unnecessary exception.Andrzej J.R. Hunt2013-09-191-6/+1
* Implement implicit type conversion in ResultSet. (firebird-sdbc)Andrzej J.R. Hunt2013-09-192-32/+139
* 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