Age | Commit message (Expand) | Author | Files | Lines |
2013-07-10 | Further fallout from the connectivity SQL parser changes | Tor Lillqvist | 7 | -168/+10 |
2013-07-10 | Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stage | Tor Lillqvist | 2 | -1/+2 |
2013-07-10 | WaE: unused functions | Tor Lillqvist | 2 | -4/+6 |
2013-07-10 | Undef SQLyyerror, too | Tor Lillqvist | 1 | -0/+1 |
2013-07-10 | make aEmptyString const | Lionel Elie Mamane | 1 | -1/+1 |
2013-07-10 | compatibility with 2008-era bison (2.3) | Lionel Elie Mamane | 1 | -0/+1 |
2013-07-10 | fix doubly-defined aEmptyStr with Bison 2.3 | Lionel Elie Mamane | 1 | -2/+2 |
2013-07-10 | TODO note | Lionel Elie Mamane | 1 | -0/+7 |
2013-07-10 | remove bogus test | Lionel Elie Mamane | 1 | -3/+0 |
2013-07-10 | make SQL grammar Generalised LR | Lionel Elie Mamane | 2 | -208/+209 |
2013-07-10 | fdo#58644 fix handling of subqueries | Lionel Elie Mamane | 1 | -0/+1 |
2013-07-09 | Remove warning by using the right printf commands | Arnaud Versini | 1 | -2/+2 |
2013-07-05 | use proper SQLINTEGER type (fixes build on Illumos) | Gabriele Bulfon | 1 | -1/+1 |
2013-07-02 | OUString convertion for unotools | Norbert Thiebaud | 1 | -6/+4 |
2013-07-01 | 122658: Fixed typo in localized string. | Andre Fischer | 1 | -1/+1 |
2013-06-30 | Clean String and sal_Bool in tools | Norbert Thiebaud | 4 | -52/+55 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 25 | -66/+66 |
2013-06-29 | remove some createFromAscii usage | Thomas Arnhold | 2 | -2/+2 |
2013-06-28 | remove pointless external guards for standard headers | Michael Stahl | 2 | -4/+0 |
2013-06-28 | impl_parseLikeNodeToString_throw should be called only on a like_predicate | Lionel Elie Mamane | 1 | -0/+1 |
2013-06-28 | fdo#66130 correct "skip column name" condition for LIKE predicate | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-28 | remove ::connectivity::to(Date)?(Time)?String; same as DBTypeConversion::* | Lionel Elie Mamane | 2 | -47/+3 |
2013-06-28 | fdo#62699 remove pass-through header | Thomas Arnhold | 2 | -30/+3 |
2013-06-27 | fix nanosecond computation | Lionel Elie Mamane | 1 | -58/+43 |
2013-06-27 | Replace buggy pgsql-sdbc datetime functions with dbtools equivalents | Lionel Elie Mamane | 6 | -123/+22 |
2013-06-27 | new dbtools::DBTypeConversion::toTimeStringS for time in second precision | Lionel Elie Mamane | 2 | -2/+12 |
2013-06-27 | fdo#66216 JDBC no fractional second in time format | Lionel Elie Mamane | 1 | -1/+2 |
2013-06-27 | fdo#66216 fix DBTypeConversion::toTime overflow | Lionel Elie Mamane | 1 | -2/+2 |
2013-06-27 | fdo#66216 fix DBTypeConversion::toTimeString format | Lionel Elie Mamane | 1 | -4/+7 |
2013-06-27 | unused constant | Lionel Elie Mamane | 1 | -1/+0 |
2013-06-21 | fixup | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-21 | fdo#49708 when there is no Primary Key, there is no Primay Key | Lionel Elie Mamane | 1 | -2/+9 |
2013-06-18 | fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty() | Jelle van der Waa | 2 | -2/+2 |
2013-06-18 | Revert "fdo#65653, fdo#65619, fdo#65216: Missing check" | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-18 | fdo#65653 make columnMatchP safer | Lionel Elie Mamane | 1 | -0/+3 |
2013-06-17 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan | 33 | -869/+840 |
2013-06-16 | cppcheck: fix uninitMemberVar for postgresql part | Julien Nabet | 2 | -1/+4 |
2013-06-15 | fdo#65653, fdo#65619, fdo#65216: Missing check | Zolnai Tamás | 1 | -1/+1 |
2013-06-15 | loplugin warnings | Stephan Bergmann | 4 | -12/+16 |
2013-06-12 | cppcheck: reduce scope | Julien Nabet | 1 | -1/+1 |
2013-06-12 | cppcheck: fix Variable "hr" reassignment | Julien Nabet | 1 | -9/+4 |
2013-06-07 | Ensure UNO context propagation on drivers instantiation | Ariel Constenla-Haile | 2 | -7/+12 |
2013-06-05 | use uno::Reference#clear() method... | Noel Grandin | 6 | -9/+9 |
2013-06-05 | remove unused componentcontext.hxx includes | Noel Grandin | 1 | -1/+0 |
2013-06-03 | re-base on ALv2 code. Includes: | Michael Meeks | 2 | -26/+19 |
2013-06-03 | fdo#46808, Convert comphelper::ComponentContext in forms module | Noel Grandin | 1 | -3/+2 |
2013-06-03 | fdo#46808, Convert ComponentContext in connectivity,extension.. | Noel Grandin | 6 | -40/+36 |
2013-05-29 | connectivity: make MSVC happy with pairFirstLess | Michael Stahl | 1 | -4/+17 |
2013-05-29 | Ensure socket or pipe are passed to the native driver | Ariel Constenla-Haile | 1 | -0/+19 |
2013-05-29 | Ensure UNO context propagation on drivers instantiation | Ariel Constenla-Haile | 2 | -5/+10 |