summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2013-10-07CID#738572 uninitialized membersCaolán McNamara
2013-10-04fdo#64741 Thunderbird mork driver: implement collected addressesDavid Ostrovsky
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-02Replace deprecated std::auto_ptr with boost::scoped_ptrStephan Bergmann
2013-10-02Fix warnings in sqlflex.l, sqlbison.yStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-25drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-23Use LO_JAVA_DIR for HSQLDB classpath.Andrzej J.R. Hunt
2013-09-20Update Firebird-File driver config to allow creating new dbs.Andrzej J.R. Hunt
2013-09-20Implement creation/loading of external firebird .fdbs.Andrzej J.R. Hunt
2013-09-19Cleanup ResultSet exceptions.Andrzej J.R. Hunt
2013-09-19Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Set sane default for type.Andrzej J.R. Hunt
2013-09-19Move type conversion into template.`Andrzej J.R. Hunt
2013-09-19Use conversion for Byte/Bool.Andrzej J.R. Hunt
2013-09-19Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Don't throw unnecessary exception.Andrzej J.R. Hunt
2013-09-19Implement implicit type conversion in ResultSet. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-18Remove null indicator for type checking. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-18Add some type checking to ResultSet.Andrzej J.R. Hunt
2013-09-16Make Java-based connectivity drivers work with jvmfwk "direct mode"Stephan Bergmann
2013-09-13translate german comments in sqlbison.yMichael Stahl
2013-09-13fix Apple g++ 4.2.1 unused function warning in sqlbison.yMichael Stahl
2013-09-13fix Apple g++ 4.2.1 warning in DBTypeConversion::toDateTimeMichael Stahl
2013-09-13setting a table name on an expression/function call makes no senseLionel Elie Mamane
2013-09-13remove an arbitrary level of nested parenthesesLionel Elie Mamane
2013-09-13Don't clobber argument on failureLionel Elie Mamane
2013-09-12Fix throwFunctionNotSupportedException.Andrzej J.R. Hunt
2013-09-12Explicitly wrap char as OUString.Andrzej J.R. Hunt
2013-09-12Remove sal_char* from dbexception and some cleanup.Andrzej J.R. Hunt
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl
2013-09-11Sanitize and quote index identifiers for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Change of precision is equivalent to type change. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Remove redundant comment. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Don't format integers as currency by default. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Ensure we have prepared the statement before modify null.Andrzej J.R. Hunt
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan
2013-09-09Cleanup public parts of Connection a little.Andrzej J.R. Hunt
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-09Cleanup findColumn. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-09-06Some stylistic cleanup in PreparedStatement.Andrzej J.R. Hunt
2013-09-06Use throwFunctionNotSupportedException as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Comment out unused parameters instead of (void) cast. (firebird-sdbc)Andrzej J.R. Hunt