summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2011-11-21pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1Lionel Elie Mamane
2011-11-21pgsql-sdbc: document-by-commentLionel Elie Mamane
2011-11-20cppcheck: struct or union member 'NodeData::aDbl' is never usedAugust Sodora
2011-11-20fdo#36555: pImplementationName is not a compile-time constantLionel Elie Mamane
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19only used with higher debug levelCaolán McNamara
2011-11-19callcatcher: remove some unused codeCaolán McNamara
2011-11-17Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #defineLionel Elie Mamane
2011-11-17pgsql-sdbc: be less prescriptive about indentation styleLionel Elie Mamane
2011-11-17pgsql-sdbc: publisher is now document foundationLionel Elie Mamane
2011-11-17make postgresql-sdbc connectivity optionalNorbert Thiebaud
2011-11-17postgresql-sdbc: adapt to removal of implicit (O)ustring->sal_Char* conversionLionel Elie Mamane
2011-11-17remove duplicated header content in pq_sequenceresultsetmetadata.cxxRene Engelhard
2011-11-17Version 0.8.1Lionel Elie Mamane
2011-11-17Overhaul (Updateable)RecordSet properties to semi-sane stateLionel Elie Mamane
- Set all (Updateable)RecordSet properties in constructors - BaseResultSet: give properties their proper disjoint handle, add IsBookmarkable.
2011-11-17Overhaul DatabaseMetaData::getTablePrivilegesLionel Elie Mamane
2011-11-17Throw SQLSTATE="IM001" for "not supported"Lionel Elie Mamane
enables write access to tables with LibreOffice 3.5
2011-11-17Shup up "dmake: Executing shell macro:" msgsLionel Elie Mamane
2011-11-17Switch to LGPL-onlyLionel Elie Mamane
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