summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-17cosmeticLionel Elie Mamane
2011-11-17Make sure functions meant to be locally inlined are still exportedLionel Elie Mamane
2011-11-17Call pg_config only once for each valueLionel Elie Mamane
as opposed to for each value for each compilation command
2011-11-17pgsql-sdbc: switch to boost::unordered_map instead of std::unordered_mapLionel Elie Mamane
Compatibility with non-bleeding edge C++ compilers/library environments
2011-11-17pq_connect: wrap C values in exception-safe containersLionel Elie Mamane
2011-11-17Nicer emacs modelineLionel Elie Mamane
2011-11-17connect: switch to cleaner interfaceLionel Elie Mamane
In particular, allows passwords with spaces, backslashes, single quotes, etc
2011-11-17add a TODO noteLionel Elie Mamane
2011-11-17Nicer emacs modelineLionel Elie Mamane
2011-11-17Force LO *not* to use ODBC-specific syntaxLionel Elie Mamane
2011-11-17More TODOLionel Elie Mamane
2011-11-17pgsql-sdbc: avoid "getFastPropertyValue" virtual overridden in a better wayLionel Elie Mamane
2011-11-17pgsql-sdbc: say in description needs PostgreSQL version >= 8.4Lionel Elie Mamane
2011-11-17pgsql-sdbc: properly delegate escaping to libpqLionel Elie Mamane
In particular, this makes it work whether server parameter standards_conforming_strings is off or on
2011-11-17pgsql-sdbc: ++version, auto-fill version in description.xml, long descriptionLionel Elie Mamane
2011-11-17sdbdc-psql description: publisher is Lionel, not OracleLionel Elie Mamane
2011-11-17sdbc-psql: DbMetaData getIntSetting: move to first row before getIntLionel Elie Mamane
2011-11-17sdbc-psql: DatabaseMetaData: Implement get(Im|Ex)portedKeys, getCrossRefLionel Elie Mamane
2011-11-17pq-sdbc: Use UNO_QUERY_THROW when not checking for NULL before useLionel Elie Mamane
2011-11-17add TODO / weird commentLionel Elie Mamane
2011-11-17Janitorial: use Oid instead of sal_Int32 to avoid unsigned/signed comparisonLionel Elie Mamane
2011-11-17fdo#35784 minimal fixLionel Elie Mamane
Fake DatabaseMetaData::getImportedKeys: we can get away with not giving column names if we give zero data rows
2011-11-17First pass over DatabaseMetadataLionel Elie Mamane
2011-11-17Janitorial: Comment out unused variableLionel Elie Mamane
2011-11-17Janitorial clean-upLionel Elie Mamane
- fix a bunch of compiler warnings - Copyright statement on files I modified
2011-11-17Janitorial clean-upLionel 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-17Mark unused parameters as such to avoid compiler warningsLionel Elie Mamane
2011-11-17postresql: acceptsURL: check for string prefix, not string equalityLionel Elie Mamane
2011-11-17postgresql: use _registered_ component mapLionel Elie Mamane
2011-11-17address a few compiler warningsLionel Elie Mamane
2011-11-17postgresql: bump version to 0.7.7Lionel Elie Mamane
2011-11-17if test: explicit grouping by parenthesesLionel Elie Mamane
2011-11-17avoid name shadowing warningLionel Elie Mamane
2011-11-17calcSearchable: actually set return value, not fresh variableLionel Elie Mamane
2011-11-17Proper copyright notices, license mandated changelogLionel Elie Mamane
2011-11-17Allocator: Implement construct member without a valueLionel Elie Mamane
2011-11-17Use unordered_map instead of hash_mapLionel Elie Mamane
GNU g++ 4.6 warns that hash_map is deprecated
2011-11-17Apply sdbc-postgresql-oxt.diffLionel Elie Mamane
2011-11-17Apply gcc-4.3-postgresql.diffLionel Elie Mamane
2011-11-17Apply connectivity-workben-postgresql.diffLionel Elie Mamane
2011-11-17Apply sdbc-postgresql-build-lst.diffLionel Elie Mamane
2011-11-17Apply sdbc-postgresql.diffLionel Elie Mamane
2011-11-17Check for PQconnectdbParams in libpqLionel Elie Mamane
2011-11-17Apply sdbc-postgresql-config_office.diffLionel Elie Mamane
2011-11-17redundant if not-null checks on deleteIvan Timofeev
2011-11-17Remove double space in strings (looks bad in pootle)Lior Kaplan
2011-11-18cppcheck: unread variablesKorrawit Pruegsanusak
These variables are set, but unused.
2011-11-17Related i#44806: Fix crash in dmapper when importing FILENAME fieldsMiklos Vajna
2011-11-17Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist
2011-11-17Do build stuff here also when cross-compiling (but don't run)Tor Lillqvist