summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2013-11-11convert STRING_NOTFOUND -> NODE_NOTFOUND in connectivityNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-10clean up #ifdef ICC codeMichael Stahl
2013-11-09fdo#65108 inter-module includes <>Lionel Elie Mamane
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane
2013-11-07WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist
2013-11-07typo in commentLionel Elie Mamane
2013-11-07fdo#65108 inter-module includes <>Lionel Elie Mamane
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane
2013-11-06#i123575# RmMoz 7/9: fix mismatching header guard commentHerbert Dürr
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz
2013-11-04Fix bogus OUString constructor fixes.Andrzej J.R. Hunt
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-11-01Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet
2013-11-01cannot convert parameter 1 from ´const char [2]´ to ´sal_UnicodeCaolán McNamara
2013-11-01fix mozab driver after OUString changeNoel Grandin
2013-10-31clean up mozilla externalMichael Stahl
2013-10-31fix ambiguous OUString constructor callNoel Grandin
2013-10-31WaE: while loop has empty bodyTor Lillqvist
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-30connectivity: mozabdrv: avoid warning C4005 macro redefinitionMichael Stahl
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-10-27Remove redundant comment.Andrzej J.R. Hunt
2013-10-27Firebird: Use explicit integer sizes.Andrzej J.R. Hunt
2013-10-27FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini
2013-10-25fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane
2013-10-25connectivity commontools DatabaseMetaData: provide for getUDTs, tooLionel Elie Mamane
2013-10-25janitorial: indentationLionel Elie Mamane
2013-10-24connectivity: deliver postgresql-sdbc.ini to INSTDIRMichael Stahl
2013-10-23clean up some include guardsThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-10-20Revert "fdo#68657 bool->string conversion to 1/0, not "true"/"false"Lionel Elie Mamane
2013-10-20an ORowSetValue constructed from a boolean is a booleanLionel Elie Mamane
2013-10-20ORowSetValue: adapt test to new behaviour, extend test moreLionel Elie Mamane
2013-10-20fdo#68657 bool->string conversion to 1/0, not "true"/"falseLionel Elie Mamane
2013-10-20Extend test to cover changed toString() conversion for bool typesDavid Ostrovsky
2013-10-17per SQL standard, BIT is 0/1 but BOOLEAN is true/falseLionel Elie Mamane
2013-10-16respect reference values in checkboxesLionel Elie Mamane
2013-10-16janitorial: bool is bool, not sal_BoolLionel Elie Mamane
2013-10-16string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane