summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-12-17cppcheck: fix statements that begin with string constantJulien Nabet1-2/+2
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-2/+2
2013-11-30flat text DB: fix move by bookmarkLionel Elie Mamane1-13/+4
2013-11-30fdo#72148 if expecting table at begin, explicitly set it soLionel Elie Mamane1-1/+5
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-2/+2
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-5/+0
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin4-9/+9
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-25/+17
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin8-104/+104
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin7-13/+13
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin4-9/+7
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2-2/+0
2013-11-14connectivity: remove #pragma GCC system_header in mozabdrvMichael Stahl6-18/+0
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt4-0/+26
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt2-47/+25
2013-11-13remove archaic drop comments referring to STRING_NOTFOUNDCaolán McNamara2-2/+0
2013-11-13xub_StrLen->sal_Int32Caolán McNamara2-8/+8
2013-11-11convert STRING_NOTFOUND -> NODE_NOTFOUND in connectivityNoel Grandin2-9/+9
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin5-8/+8
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin6-16/+16
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin5-36/+36
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-3/+3
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin47-143/+137
2013-11-09fdo#65108 inter-module includes <>Lionel Elie Mamane1-4/+4
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane1-1/+5
2013-11-07WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist1-1/+1
2013-11-07fdo#65108 inter-module includes <>Lionel Elie Mamane1-4/+4
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane4-5/+44
2013-11-06#i123575# RmMoz 7/9: fix mismatching header guard commentHerbert Dürr1-1/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin2-5/+5
2013-11-04Fix bogus OUString constructor fixes.Andrzej J.R. Hunt1-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin5-5/+5
2013-11-04remove redundant calls to OUString constructorNoel Grandin21-165/+114
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin4-4/+4
2013-11-01Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet1-1/+1
2013-11-01cannot convert parameter 1 from ´const char [2]´ to ´sal_UnicodeCaolán McNamara1-1/+1
2013-11-01fix mozab driver after OUString changeNoel Grandin1-5/+5
2013-10-31fix ambiguous OUString constructor callNoel Grandin1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin7-30/+28
2013-10-30connectivity: mozabdrv: avoid warning C4005 macro redefinitionMichael Stahl1-1/+0
2013-10-27Remove redundant comment.Andrzej J.R. Hunt1-1/+0
2013-10-27Firebird: Use explicit integer sizes.Andrzej J.R. Hunt1-2/+2
2013-10-27FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini1-2/+2
2013-10-25fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane1-11/+32
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist4-4/+4
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza24-188/+59
2013-10-07CID#738572 uninitialized membersCaolán McNamara1-1/+2