summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)Author
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-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-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-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-31fix ambiguous OUString constructor callNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-30connectivity: mozabdrv: avoid warning C4005 macro redefinitionMichael Stahl
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-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-07CID#738572 uninitialized membersCaolán McNamara
2013-10-04fdo#64741 Thunderbird mork driver: implement collected addressesDavid Ostrovsky
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-02Replace deprecated std::auto_ptr with boost::scoped_ptrStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-25drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-23Use LO_JAVA_DIR for HSQLDB classpath.Andrzej J.R. Hunt
2013-09-20Implement creation/loading of external firebird .fdbs.Andrzej J.R. Hunt
2013-09-19Cleanup ResultSet exceptions.Andrzej J.R. Hunt
2013-09-19Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Set sane default for type.Andrzej J.R. Hunt
2013-09-19Move type conversion into template.`Andrzej J.R. Hunt
2013-09-19Use conversion for Byte/Bool.Andrzej J.R. Hunt
2013-09-19Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Don't throw unnecessary exception.Andrzej J.R. Hunt
2013-09-19Implement implicit type conversion in ResultSet. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-18Remove null indicator for type checking. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-18Add some type checking to ResultSet.Andrzej J.R. Hunt
2013-09-16Make Java-based connectivity drivers work with jvmfwk "direct mode"Stephan Bergmann