summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* clean up mozilla externalMichael Stahl2013-10-311-20/+0
* fix ambiguous OUString constructor callNoel Grandin2013-10-311-2/+2
* WaE: while loop has empty bodyTor Lillqvist2013-10-311-1/+1
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-319-37/+33
* connectivity: mozabdrv: avoid warning C4005 macro redefinitionMichael Stahl2013-10-301-1/+0
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-281-2/+0
* 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