summaryrefslogtreecommitdiff
path: root/mysqlc/source
AgeCommit message (Expand)Author
2014-09-30mysqlc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-17Translate German comment.Michael Meeks
2014-07-02mysqlc: sal_Bool -> boolStephan Bergmann
2014-05-30deb#749592 mysql-connector doesn't work with remote connectionsNoel Grandin
2014-05-29use OUString::startsWith()Noel Grandin
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-11Kill DECL_PROP1IMPL and relatedJulien Nabet
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-07Do not use sal/log.hxx in extensionsStephan Bergmann
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from mysqlcAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-03auto_ptr -> heap_ptrStephan Bergmann
2014-02-03auto_ptr -> scoped_ptrStephan Bergmann
2014-02-03USE_CPP_CONN is unusedStephan Bergmann
2014-02-03Get rid of macrosStephan Bergmann
2014-02-03Fix typosStephan Bergmann
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
2013-12-20typo fixesAndras Timar
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-10Drop duplicate #includeTakeshi Abe
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-19fdo#70496 revert to using libmysqlclientLionel Elie Mamane
2013-10-16cleanupThomas Arnhold
2013-10-11Extension shared library components must not use the "prefix" featureStephan Bergmann
2013-09-12Update mysqlc's ColumnLocate::findColumn to throw for invalid column.Andrzej J.R. Hunt
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-14Some more toInt32 clean upStephan Bergmann
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann
2013-04-15prefix all component_getFactory methodsPeter Foley
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-11Do not try to dlopen a static internal libmariadbFridrich Štrba
2013-03-10Adapt to removed MYSQL_LIBStephan Bergmann
2013-03-10more s/MYSQLC/MARIADBC/ to make mysqlc actually build...Rene Engelhard
2013-03-06Switch from libmysqlc library to mariadb-native-clientFridrich Štrba
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold