Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-17 | Nicer emacs modeline | Lionel Elie Mamane | |
2011-11-17 | Force LO *not* to use ODBC-specific syntax | Lionel Elie Mamane | |
2011-11-17 | More TODO | Lionel Elie Mamane | |
2011-11-17 | pgsql-sdbc: avoid "getFastPropertyValue" virtual overridden in a better way | Lionel Elie Mamane | |
2011-11-17 | pgsql-sdbc: say in description needs PostgreSQL version >= 8.4 | Lionel Elie Mamane | |
2011-11-17 | pgsql-sdbc: properly delegate escaping to libpq | Lionel Elie Mamane | |
In particular, this makes it work whether server parameter standards_conforming_strings is off or on | |||
2011-11-17 | pgsql-sdbc: ++version, auto-fill version in description.xml, long description | Lionel Elie Mamane | |
2011-11-17 | sdbdc-psql description: publisher is Lionel, not Oracle | Lionel Elie Mamane | |
2011-11-17 | sdbc-psql: DbMetaData getIntSetting: move to first row before getInt | Lionel Elie Mamane | |
2011-11-17 | sdbc-psql: DatabaseMetaData: Implement get(Im|Ex)portedKeys, getCrossRef | Lionel Elie Mamane | |
2011-11-17 | pq-sdbc: Use UNO_QUERY_THROW when not checking for NULL before use | Lionel Elie Mamane | |
2011-11-17 | add TODO / weird comment | Lionel Elie Mamane | |
2011-11-17 | Janitorial: use Oid instead of sal_Int32 to avoid unsigned/signed comparison | Lionel Elie Mamane | |
2011-11-17 | fdo#35784 minimal fix | Lionel Elie Mamane | |
Fake DatabaseMetaData::getImportedKeys: we can get away with not giving column names if we give zero data rows | |||
2011-11-17 | First pass over DatabaseMetadata | Lionel Elie Mamane | |
2011-11-17 | Janitorial: Comment out unused variable | Lionel Elie Mamane | |
2011-11-17 | Janitorial clean-up | Lionel Elie Mamane | |
- fix a bunch of compiler warnings - Copyright statement on files I modified | |||
2011-11-17 | Janitorial clean-up | Lionel Elie Mamane | |
- fix a bunch of compiler warnings - move to recommended way of comparing C strings and OUString - Copyright statement on files I modified | |||
2011-11-17 | Mark unused parameters as such to avoid compiler warnings | Lionel Elie Mamane | |
2011-11-17 | postresql: acceptsURL: check for string prefix, not string equality | Lionel Elie Mamane | |
2011-11-17 | postgresql: use _registered_ component map | Lionel Elie Mamane | |
2011-11-17 | address a few compiler warnings | Lionel Elie Mamane | |
2011-11-17 | postgresql: bump version to 0.7.7 | Lionel Elie Mamane | |
2011-11-17 | if test: explicit grouping by parentheses | Lionel Elie Mamane | |
2011-11-17 | avoid name shadowing warning | Lionel Elie Mamane | |
2011-11-17 | calcSearchable: actually set return value, not fresh variable | Lionel Elie Mamane | |
2011-11-17 | Proper copyright notices, license mandated changelog | Lionel Elie Mamane | |
2011-11-17 | Allocator: Implement construct member without a value | Lionel Elie Mamane | |
2011-11-17 | Use unordered_map instead of hash_map | Lionel Elie Mamane | |
GNU g++ 4.6 warns that hash_map is deprecated | |||
2011-11-17 | Apply sdbc-postgresql-oxt.diff | Lionel Elie Mamane | |
2011-11-17 | Apply gcc-4.3-postgresql.diff | Lionel Elie Mamane | |
2011-11-17 | Apply connectivity-workben-postgresql.diff | Lionel Elie Mamane | |
2011-11-17 | Apply sdbc-postgresql-build-lst.diff | Lionel Elie Mamane | |
2011-11-17 | Apply sdbc-postgresql.diff | Lionel Elie Mamane | |
2011-11-16 | log errors by default in debug mode | Caolán McNamara | |
2011-11-15 | fdo#42865: connectivity: mozab: no mapfile | Michael Stahl | |
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in libmozabdrv.so, build it with hidden visibility. | |||
2011-11-15 | OConnection: WaE unused variable | Michael Stahl | |
2011-11-14 | Simplified some uses of css.configuration.theDefaultProvider. | Stephan Bergmann | |
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. | |||
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-14 | Fix build --all depend=x. | Stephan Bergmann | |
2011-10-30 | fdo#33047: no data accessible if filename contains "?" | Lionel Elie Mamane | |
2011-10-30 | factorise multiple SQL_ISRULEOR2 implementations into one | Lionel Elie Mamane | |
2011-10-30 | Small fix OParseNode->OSQLParseNode | Julien Nabet | |
2011-10-30 | wrong logic in comment | Lionel Elie Mamane | |
2011-10-30 | Typo/spelling in comment | Lionel Elie Mamane | |
2011-10-30 | Errors in comments | Lionel Elie Mamane | |
2011-10-30 | translate comments | Lionel Elie Mamane | |
2011-10-30 | Return proper UNKNOWN_RULE instead of 0 for unknown rule | Lionel Elie Mamane | |
also make unknown rule -1 to better separate it Before, an unknown rule actually went to 0 == OSQLParser::select_statement | |||
2011-10-30 | Introduce combined 2&3 test for SQL Token | Lionel Elie Mamane | |
2011-10-30 | 8.5 is not an integer, but an approxnum | Lionel Elie Mamane | |