summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-12-17HSQLDB: correct syntax of change password from MySQL to HSQLDBLionel Elie Mamane1-3/+6
2013-12-17HSQLDB: quote usernamesLionel Elie Mamane1-3/+7
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann19-35/+37
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin3-3/+3
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin2-11/+11
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin5-7/+6
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin9-18/+16
2013-12-17cppcheck: fix statements that begin with string constantJulien Nabet1-2/+2
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann4-27/+14
2013-12-16Clean-up uno/lbnames.hStephan Bergmann2-0/+2
2013-12-14Let's apply the same for theseJulien Nabet1-8/+8
2013-12-14odbc DBMetaData: NULL pattern equivalent to "%", not "%foo"Lionel Elie Mamane1-9/+9
2013-12-14cppcheck: fix same expressionJulien Nabet1-1/+1
2013-12-13assert non-nullnessStephan Bergmann1-0/+1
2013-12-13sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*Lionel Elie Mamane6-83/+40
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa10-40/+4
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-2/+2
2013-12-08Drop duplicate #includeTakeshi Abe2-5/+0
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane2-39/+50
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann7-8/+0
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann3-3/+3
2013-12-06Missing includeStephan Bergmann1-0/+4
2013-12-06Remove unused typedefsStephan Bergmann2-7/+0
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann3-12/+12
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann4-10/+18
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann6-13/+31
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann2-0/+2
2013-12-04remove unused #define SQL_COLUMN_NOTFOUNDNoel Grandin1-2/+0
2013-11-30flat text DB: fix move by bookmarkLionel Elie Mamane1-13/+4
2013-11-30debug mode is OSL_DEBUG_LEVEL > 0, not > 1Lionel Elie Mamane1-1/+1
2013-11-30factorise codeLionel Elie Mamane1-7/+2
2013-11-30fdo#72148 if expecting table at begin, explicitly set it soLionel Elie Mamane1-1/+5
2013-11-26sqlbison.y string clean-upStephan Bergmann1-129/+69
2013-11-24Partially revert 7ab15103b74a16d774fc0c47ddae5d69e6be5082Stephan Bergmann1-1/+1
2013-11-23connectivity: use "application/x-dbase" for DBase filesMichael Stahl1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin3-19/+13
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+2
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-2/+2
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold2-5/+6
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-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-3/+3
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin9-17/+17
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin4-9/+7
2013-11-18Fix some wrong copy pasteJulien Nabet1-3/+3