summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Fix a little bit creative pi valueTakeshi Abe2-4/+6
2015-02-03tdf#89048 Macab initialize record list even for never-match condition.Norbert Thiebaud2-1/+6
2015-02-02coverity#1267656 Logically dead codeCaolán McNamara1-3/+0
2015-01-31coverity#1267674 Dereference after null checkCaolán McNamara1-7/+4
2015-01-31tdf#88814 parameters are kinda-partially supported, so follow the suggestionLionel Elie Mamane1-4/+1
2015-01-30coverity#1267628 Resource leak in objectCaolán McNamara1-2/+1
2015-01-30coverity#1267700 Uninitialized scalar fieldCaolán McNamara1-5/+6
2015-01-29loplugin:cstylecast (Mac OS X)Stephan Bergmann1-2/+2
2015-01-28janitorialLionel Elie Mamane1-1/+1
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane1-2/+3
2015-01-28Use vector::dataStephan Bergmann11-24/+12
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-3/+3
2015-01-27fix memory leak when exception is thrownMarkus Mohrhard1-3/+7
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin14-26/+26
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann30-283/+283
2015-01-16remove unnecessary parenthesesNoel Grandin1-6/+6
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane2-40/+25
2015-01-15PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane1-0/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin2-10/+4
2015-01-10Disable ado unit test on x86_64 platform on windowsDavid Ostrovsky1-0/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl3-4/+4
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin4-8/+0
2015-01-07PostgreSQL boolean more accurately described as booleanLionel Elie Mamane1-5/+5
2015-01-07fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisonsLionel Elie Mamane1-0/+5
2015-01-07protect agains past-the-end string accessLionel Elie Mamane1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin5-14/+14
2015-01-07Resolves fdo#87789: show groups in collected addressesJulien Nabet4-2/+41
2015-01-06Typo: Rerturns -> ReturnsJulien Nabet1-1/+1
2015-01-06Remove unnecessary include files declaring JNI functionsStephan Bergmann7-304/+23
2015-01-06Replace JNIEXPORT -> SAL_JNI_EXPORTStephan Bergmann3-20/+35
2015-01-05fdo#80968 file resultset seek table to before beginning on opening resultsetLionel Elie Mamane1-0/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann3-20/+20
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin3-7/+7
2015-01-05java: remove more dead codeNoel Grandin4-10/+6
2015-01-05java: remove dead codeNoel Grandin10-154/+2
2015-01-04connectivity: fix gcc-4.8 buildMiklos Vajna1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara12-27/+24
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-6/+5
2014-12-30Related fdo#87789: groups should appear like views and not like tablesJulien Nabet1-2/+9
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-2/+2
2014-12-19java: static fields that should not be staticNoel Grandin1-1/+1
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann14-26/+29
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-16java: remove OOoRunnerLightNoel Grandin1-1/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin1-8/+0
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann10-35/+28
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-25/+25
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn8-18/+10
2014-12-08callcatcher: update unused codeCaolán McNamara1-50/+0