summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-1/+1
* Remove redundant comment.Andrzej J.R. Hunt2013-10-271-1/+0
* Firebird: Use explicit integer sizes.Andrzej J.R. Hunt2013-10-271-2/+2
* FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini2013-10-271-2/+2
* fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane2013-10-251-11/+32
* connectivity commontools DatabaseMetaData: provide for getUDTs, tooLionel Elie Mamane2013-10-254-1/+23
* janitorial: indentationLionel Elie Mamane2013-10-251-1/+1
* connectivity: deliver postgresql-sdbc.ini to INSTDIRMichael Stahl2013-10-241-1/+3
* clean up some include guardsThomas Arnhold2013-10-232-6/+6
* convert code to use OUString::endsWithNoel Grandin2013-10-231-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-226-6/+6
* fdo#68849 add some header guardsThomas Arnhold2013-10-211-0/+6
* Revert "fdo#68657 bool->string conversion to 1/0, not "true"/"false"Lionel Elie Mamane2013-10-201-6/+1
* an ORowSetValue constructed from a boolean is a booleanLionel Elie Mamane2013-10-201-1/+1
* ORowSetValue: adapt test to new behaviour, extend test moreLionel Elie Mamane2013-10-201-7/+85
* fdo#68657 bool->string conversion to 1/0, not "true"/"falseLionel Elie Mamane2013-10-201-1/+6
* Extend test to cover changed toString() conversion for bool typesDavid Ostrovsky2013-10-201-0/+24
* per SQL standard, BIT is 0/1 but BOOLEAN is true/falseLionel Elie Mamane2013-10-171-0/+2
* respect reference values in checkboxesLionel Elie Mamane2013-10-162-1/+3
* janitorial: bool is bool, not sal_BoolLionel Elie Mamane2013-10-161-2/+2
* string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane2013-10-161-2/+2
* update pchThomas Arnhold2013-10-152-0/+3
* Bin bogus use of UNX (in not compiled test code)Tor Lillqvist2013-10-124-20/+2
* fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza2013-10-0934-271/+88
* CID#738572 uninitialized membersCaolán McNamara2013-10-071-1/+2
* fdo#64741 Thunderbird mork driver: implement collected addressesDavid Ostrovsky2013-10-044-28/+47
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-2/+0
* Replace deprecated std::auto_ptr with boost::scoped_ptrStephan Bergmann2013-10-021-3/+4
* Fix warnings in sqlflex.l, sqlbison.yStephan Bergmann2013-10-022-6/+2
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-14/+0
* -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