Age | Commit message (Expand) | Author |
2013-07-15 | i#108348 API CHANGE: add IsUTC to css.util.DateTime etc. | Michael Stahl |
2013-07-11 | connectivity bison/flex: get rid on unnecessary static OUString() | Norbert Thiebaud |
2013-07-11 | unused variable 'sTableName' [loplugin] | Eike Rathke |
2013-07-11 | sort is ascending by default | Lionel Elie Mamane |
2013-07-11 | give right function name in debug messages | Lionel Elie Mamane |
2013-07-11 | ORDER BY columns are prioritarily *SELECT* columns | Lionel Elie Mamane |
2013-07-11 | remove unreachable code, reorganise OSL_ENSUREs | Lionel Elie Mamane |
2013-07-11 | lcl_getColumnRange: no table range -> match 1st name-matching select column | Lionel Elie Mamane |
2013-07-10 | Further fallout from the connectivity SQL parser changes | Tor Lillqvist |
2013-07-10 | Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stage | Tor Lillqvist |
2013-07-10 | WaE: unused functions | Tor Lillqvist |
2013-07-10 | Undef SQLyyerror, too | Tor Lillqvist |
2013-07-10 | make aEmptyString const | Lionel Elie Mamane |
2013-07-10 | compatibility with 2008-era bison (2.3) | Lionel Elie Mamane |
2013-07-10 | fix doubly-defined aEmptyStr with Bison 2.3 | Lionel Elie Mamane |
2013-07-10 | TODO note | Lionel Elie Mamane |
2013-07-10 | remove bogus test | Lionel Elie Mamane |
2013-07-10 | make SQL grammar Generalised LR | Lionel Elie Mamane |
2013-07-10 | fdo#58644 fix handling of subqueries | Lionel Elie Mamane |
2013-07-09 | Remove warning by using the right printf commands | Arnaud Versini |
2013-07-05 | use proper SQLINTEGER type (fixes build on Illumos) | Gabriele Bulfon |
2013-07-02 | OUString convertion for unotools | Norbert Thiebaud |
2013-07-01 | 122658: Fixed typo in localized string. | Andre Fischer |
2013-06-30 | Clean String and sal_Bool in tools | Norbert Thiebaud |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-06-29 | remove some createFromAscii usage | Thomas Arnhold |
2013-06-28 | remove pointless external guards for standard headers | Michael Stahl |
2013-06-28 | impl_parseLikeNodeToString_throw should be called only on a like_predicate | Lionel Elie Mamane |
2013-06-28 | fdo#66130 correct "skip column name" condition for LIKE predicate | Lionel Elie Mamane |
2013-06-28 | remove ::connectivity::to(Date)?(Time)?String; same as DBTypeConversion::* | Lionel Elie Mamane |
2013-06-28 | fdo#62699 remove pass-through header | Thomas Arnhold |
2013-06-27 | fix nanosecond computation | Lionel Elie Mamane |
2013-06-27 | Replace buggy pgsql-sdbc datetime functions with dbtools equivalents | Lionel Elie Mamane |
2013-06-27 | new dbtools::DBTypeConversion::toTimeStringS for time in second precision | Lionel Elie Mamane |
2013-06-27 | fdo#66216 JDBC no fractional second in time format | Lionel Elie Mamane |
2013-06-27 | fdo#66216 fix DBTypeConversion::toTime overflow | Lionel Elie Mamane |
2013-06-27 | fdo#66216 fix DBTypeConversion::toTimeString format | Lionel Elie Mamane |
2013-06-27 | unused constant | Lionel Elie Mamane |
2013-06-21 | fixup | Lionel Elie Mamane |
2013-06-21 | fdo#49708 when there is no Primary Key, there is no Primay Key | Lionel Elie Mamane |
2013-06-18 | fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty() | Jelle van der Waa |
2013-06-18 | Revert "fdo#65653, fdo#65619, fdo#65216: Missing check" | Lionel Elie Mamane |
2013-06-18 | fdo#65653 make columnMatchP safer | Lionel Elie Mamane |
2013-06-17 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan |
2013-06-16 | cppcheck: fix uninitMemberVar for postgresql part | Julien Nabet |
2013-06-15 | fdo#65653, fdo#65619, fdo#65216: Missing check | Zolnai Tamás |
2013-06-15 | loplugin warnings | Stephan Bergmann |
2013-06-12 | cppcheck: reduce scope | Julien Nabet |
2013-06-12 | cppcheck: fix Variable "hr" reassignment | Julien Nabet |
2013-06-07 | Ensure UNO context propagation on drivers instantiation | Ariel Constenla-Haile |