summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-11-04fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz1-1/+2
2013-11-04Fix bogus OUString constructor fixes.Andrzej J.R. Hunt1-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin5-5/+5
2013-11-04remove redundant calls to OUString constructorNoel Grandin27-195/+133
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin5-10/+8
2013-11-01Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet1-1/+1
2013-11-01cannot convert parameter 1 from ´const char [2]´ to ´sal_UnicodeCaolán McNamara1-1/+1
2013-11-01fix mozab driver after OUString changeNoel Grandin1-5/+5
2013-10-31clean up mozilla externalMichael Stahl1-20/+0
2013-10-31fix ambiguous OUString constructor callNoel Grandin1-2/+2
2013-10-31WaE: while loop has empty bodyTor Lillqvist1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin9-37/+33
2013-10-30connectivity: mozabdrv: avoid warning C4005 macro redefinitionMichael Stahl1-1/+0
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-1/+1
2013-10-27Remove redundant comment.Andrzej J.R. Hunt1-1/+0
2013-10-27Firebird: Use explicit integer sizes.Andrzej J.R. Hunt1-2/+2
2013-10-27FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini1-2/+2
2013-10-25fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane1-11/+32
2013-10-25connectivity commontools DatabaseMetaData: provide for getUDTs, tooLionel Elie Mamane4-1/+23
2013-10-25janitorial: indentationLionel Elie Mamane1-1/+1
2013-10-24connectivity: deliver postgresql-sdbc.ini to INSTDIRMichael Stahl1-1/+3
2013-10-23clean up some include guardsThomas Arnhold2-6/+6
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist6-6/+6
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+6
2013-10-20Revert "fdo#68657 bool->string conversion to 1/0, not "true"/"false"Lionel Elie Mamane1-6/+1
2013-10-20an ORowSetValue constructed from a boolean is a booleanLionel Elie Mamane1-1/+1
2013-10-20ORowSetValue: adapt test to new behaviour, extend test moreLionel Elie Mamane1-7/+85
2013-10-20fdo#68657 bool->string conversion to 1/0, not "true"/"falseLionel Elie Mamane1-1/+6
2013-10-20Extend test to cover changed toString() conversion for bool typesDavid Ostrovsky1-0/+24
2013-10-17per SQL standard, BIT is 0/1 but BOOLEAN is true/falseLionel Elie Mamane1-0/+2
2013-10-16respect reference values in checkboxesLionel Elie Mamane2-1/+3
2013-10-16janitorial: bool is bool, not sal_BoolLionel Elie Mamane1-2/+2
2013-10-16string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane1-2/+2
2013-10-15update pchThomas Arnhold2-0/+3
2013-10-12Bin bogus use of UNX (in not compiled test code)Tor Lillqvist4-20/+2
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza34-271/+88
2013-10-07CID#738572 uninitialized membersCaolán McNamara1-1/+2
2013-10-04fdo#64741 Thunderbird mork driver: implement collected addressesDavid Ostrovsky4-28/+47
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02Replace deprecated std::auto_ptr with boost::scoped_ptrStephan Bergmann1-3/+4
2013-10-02Fix warnings in sqlflex.l, sqlbison.yStephan Bergmann2-6/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-14/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-11/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+1
2013-09-25drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara10-19/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara5-4/+6
2013-09-23Use LO_JAVA_DIR for HSQLDB classpath.Andrzej J.R. Hunt1-3/+2
2013-09-20Update Firebird-File driver config to allow creating new dbs.Andrzej J.R. Hunt1-12/+9