summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud2-18/+14
2013-07-11unused variable 'sTableName' [loplugin]Eike Rathke1-1/+1
2013-07-11sort is ascending by defaultLionel Elie Mamane1-1/+1
2013-07-11give right function name in debug messagesLionel Elie Mamane1-1/+1
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane1-1/+27
2013-07-11remove unreachable code, reorganise OSL_ENSUREsLionel Elie Mamane1-7/+3
2013-07-11lcl_getColumnRange: no table range -> match 1st name-matching select columnLionel Elie Mamane1-1/+4
2013-07-10Further fallout from the connectivity SQL parser changesTor Lillqvist7-168/+10
2013-07-10Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stageTor Lillqvist2-1/+2
2013-07-10WaE: unused functionsTor Lillqvist2-4/+6
2013-07-10Undef SQLyyerror, tooTor Lillqvist1-0/+1
2013-07-10make aEmptyString constLionel Elie Mamane1-1/+1
2013-07-10compatibility with 2008-era bison (2.3)Lionel Elie Mamane1-0/+1
2013-07-10fix doubly-defined aEmptyStr with Bison 2.3Lionel Elie Mamane1-2/+2
2013-07-10TODO noteLionel Elie Mamane1-0/+7
2013-07-10remove bogus testLionel Elie Mamane1-3/+0
2013-07-10make SQL grammar Generalised LRLionel Elie Mamane2-208/+209
2013-07-10fdo#58644 fix handling of subqueriesLionel Elie Mamane1-0/+1
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-07-05use proper SQLINTEGER type (fixes build on Illumos)Gabriele Bulfon1-1/+1
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-6/+4
2013-07-01122658: Fixed typo in localized string.Andre Fischer1-1/+1
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud4-52/+55
2013-06-29remove OUString wrap for string literalsThomas Arnhold25-66/+66
2013-06-29remove some createFromAscii usageThomas Arnhold2-2/+2
2013-06-28remove pointless external guards for standard headersMichael Stahl2-4/+0
2013-06-28impl_parseLikeNodeToString_throw should be called only on a like_predicateLionel Elie Mamane1-0/+1
2013-06-28fdo#66130 correct "skip column name" condition for LIKE predicateLionel Elie Mamane1-1/+1
2013-06-28remove ::connectivity::to(Date)?(Time)?String; same as DBTypeConversion::*Lionel Elie Mamane2-47/+3
2013-06-28fdo#62699 remove pass-through headerThomas Arnhold2-30/+3
2013-06-27fix nanosecond computationLionel Elie Mamane1-58/+43
2013-06-27Replace buggy pgsql-sdbc datetime functions with dbtools equivalentsLionel Elie Mamane6-123/+22
2013-06-27new dbtools::DBTypeConversion::toTimeStringS for time in second precisionLionel Elie Mamane2-2/+12
2013-06-27fdo#66216 JDBC no fractional second in time formatLionel Elie Mamane1-1/+2
2013-06-27fdo#66216 fix DBTypeConversion::toTime overflowLionel Elie Mamane1-2/+2
2013-06-27fdo#66216 fix DBTypeConversion::toTimeString formatLionel Elie Mamane1-4/+7
2013-06-27unused constantLionel Elie Mamane1-1/+0
2013-06-21fixupLionel Elie Mamane1-1/+1
2013-06-21fdo#49708 when there is no Primary Key, there is no Primay KeyLionel Elie Mamane1-2/+9
2013-06-18fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa2-2/+2
2013-06-18Revert "fdo#65653, fdo#65619, fdo#65216: Missing check"Lionel Elie Mamane1-1/+1
2013-06-18fdo#65653 make columnMatchP saferLionel Elie Mamane1-0/+3
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan33-869/+840
2013-06-16cppcheck: fix uninitMemberVar for postgresql partJulien Nabet2-1/+4
2013-06-15fdo#65653, fdo#65619, fdo#65216: Missing checkZolnai Tamás1-1/+1
2013-06-15loplugin warningsStephan Bergmann4-12/+16
2013-06-12cppcheck: reduce scopeJulien Nabet1-1/+1
2013-06-12cppcheck: fix Variable "hr" reassignmentJulien Nabet1-9/+4
2013-06-07Ensure UNO context propagation on drivers instantiationAriel Constenla-Haile2-7/+12
2013-06-05use uno::Reference#clear() method...Noel Grandin6-9/+9