summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql
AgeCommit message (Expand)AuthorFilesLines
2014-04-16connectivity: sal_Bool->boolNoel Grandin18-78/+78
2014-04-15whitespace for include statementsThomas Arnhold1-10/+10
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann34-593/+593
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin4-5/+5
2014-03-10connectivity: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann12-81/+15
2014-03-01Clean up uses of rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLengthStephan Bergmann1-4/+2
2014-02-27Remove visual noise from connectivityAlexander Wilms4-22/+22
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann62-1055/+1055
2014-02-23Remove unneccessary commentsAlexander Wilms10-10/+10
2014-02-18add missing vim modelinesCaolán McNamara67-0/+134
2014-02-18coverity#984079 Uninitialized scalar fieldCaolán McNamara1-8/+9
2014-02-18coverity#984081 Uninitialized scalar fieldCaolán McNamara1-7/+9
2014-02-18coverity#984082 Uninitialized scalar fieldCaolán McNamara1-6/+8
2014-01-29bool improvementsStephan Bergmann6-6/+6
2014-01-28bool improvementsStephan Bergmann3-5/+5
2013-12-22Fix other typosJulien Nabet1-4/+4
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-3/+4
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-17/+11
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin3-6/+6
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-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2-7/+7
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-2/+2
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza2-9/+4
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-14/+0
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt2-5/+12
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-13/+13
2013-08-02Mark as constTakeshi Abe2-2/+2
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane1-3/+4
2013-07-19Cleanup String in connectivityNorbert Thiebaud1-4/+9
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-06-27Replace buggy pgsql-sdbc datetime functions with dbtools equivalentsLionel Elie Mamane5-123/+21
2013-06-18fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa1-1/+1
2013-06-16cppcheck: fix uninitMemberVar for postgresql partJulien Nabet2-1/+4
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-0/+2
2013-05-02Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-4/+0
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks69-1650/+209
2013-04-29pgsql-sdbc: conninfo keywords as static table instead of series of "else if"Wol1-34/+25
2013-04-19-Werror,-WformatStephan Bergmann1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-7/+14
2013-04-10pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane2-3/+13