summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2014-01-08SAL_WARN_UNUSED css::uno::TypeStephan Bergmann1-2/+0
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2014-01-06fdo#37167 create statement before execute/wasNull/getBooleanLionel Elie Mamane2-0/+9
2014-01-03WaE: C4701: potentially uninitialized local variable 'aErr' usedTor Lillqvist1-2/+2
2014-01-01fdo#70664 Allow reading firebird Blob as InputStream.Andrzej Hunt2-99/+190
2014-01-01fdo#70664 Implement Blob writing (firebird-sdbc).Andrzej Hunt2-10/+126
2013-12-30drop STRING_MAXLEN uses from connectivityCaolán McNamara3-5/+5
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-1/+1
2013-12-24fdo#60698: Merge odbcbase into odbcMarcos Paulo de Souza12-60/+21
2013-12-22Fix other typosJulien Nabet2-5/+5
2013-12-21fdo#72916 correct rounding of time part of DateTimeLionel Elie Mamane1-3/+13
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist2-8/+8
2013-12-20typo fixesAndras Timar6-8/+8
2013-12-19CID#736937 Not restoring ostream formatCaolán McNamara1-13/+22
2013-12-18nIndex can only be -1 or < sSystemPath.getLength()Caolán McNamara1-4/+2
2013-12-18STROAGE->STORAGECaolán McNamara4-4/+4
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