summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist2013-11-071-1/+1
* typo in commentLionel Elie Mamane2013-11-071-1/+1
* fdo#65108 inter-module includes <>Lionel Elie Mamane2013-11-071-4/+4
* firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane2013-11-074-5/+44
* #i123575# RmMoz 7/9: fix mismatching header guard commentHerbert Dürr2013-11-061-1/+1
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-062-5/+5
* fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz2013-11-041-1/+2
* Fix bogus OUString constructor fixes.Andrzej J.R. Hunt2013-11-041-4/+4
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-045-5/+5
* remove redundant calls to OUString constructorNoel Grandin2013-11-0427-195/+133
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-045-10/+8
* Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet2013-11-011-1/+1
* cannot convert parameter 1 from ´const char [2]´ to ´sal_UnicodeCaolán McNamara2013-11-011-1/+1
* fix mozab driver after OUString changeNoel Grandin2013-11-011-5/+5
* 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