summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
...
* callcatcher: remove some unused codeCaolán McNamara2011-11-192-2/+2
* Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #defineLionel Elie Mamane2011-11-172-29/+7
* pgsql-sdbc: be less prescriptive about indentation styleLionel Elie Mamane2011-11-1768-68/+68
* pgsql-sdbc: publisher is now document foundationLionel Elie Mamane2011-11-171-1/+1
* make postgresql-sdbc connectivity optionalNorbert Thiebaud2011-11-171-0/+5
* postgresql-sdbc: adapt to removal of implicit (O)ustring->sal_Char* conversionLionel Elie Mamane2011-11-173-21/+21
* remove duplicated header content in pq_sequenceresultsetmetadata.cxxRene Engelhard2011-11-171-53/+0
* Version 0.8.1Lionel Elie Mamane2011-11-171-1/+1
* Overhaul (Updateable)RecordSet properties to semi-sane stateLionel Elie Mamane2011-11-175-11/+58
* Overhaul DatabaseMetaData::getTablePrivilegesLionel Elie Mamane2011-11-171-106/+47
* Throw SQLSTATE="IM001" for "not supported"Lionel Elie Mamane2011-11-171-1/+6
* Shup up "dmake: Executing shell macro:" msgsLionel Elie Mamane2011-11-171-4/+4
* Switch to LGPL-onlyLionel Elie Mamane2011-11-1769-2130/+324
* cosmeticLionel Elie Mamane2011-11-171-1/+1
* Make sure functions meant to be locally inlined are still exportedLionel Elie Mamane2011-11-171-28/+41
* Call pg_config only once for each valueLionel Elie Mamane2011-11-171-4/+4
* pgsql-sdbc: switch to boost::unordered_map instead of std::unordered_mapLionel Elie Mamane2011-11-175-24/+9
* pq_connect: wrap C values in exception-safe containersLionel Elie Mamane2011-11-171-26/+49
* Nicer emacs modelineLionel Elie Mamane2011-11-173-1/+3
* connect: switch to cleaner interfaceLionel Elie Mamane2011-11-171-27/+71
* add a TODO noteLionel Elie Mamane2011-11-171-0/+3
* Nicer emacs modelineLionel Elie Mamane2011-11-172-1/+2
* Force LO *not* to use ODBC-specific syntaxLionel Elie Mamane2011-11-171-0/+34
* More TODOLionel Elie Mamane2011-11-171-0/+11
* pgsql-sdbc: avoid "getFastPropertyValue" virtual overridden in a better wayLionel Elie Mamane2011-11-174-28/+8
* pgsql-sdbc: say in description needs PostgreSQL version >= 8.4Lionel Elie Mamane2011-11-171-1/+1
* pgsql-sdbc: properly delegate escaping to libpqLionel Elie Mamane2011-11-1714-122/+165
* pgsql-sdbc: ++version, auto-fill version in description.xml, long descriptionLionel Elie Mamane2011-11-174-8/+19
* sdbdc-psql description: publisher is Lionel, not OracleLionel Elie Mamane2011-11-171-3/+3
* sdbc-psql: DbMetaData getIntSetting: move to first row before getIntLionel Elie Mamane2011-11-171-0/+3
* sdbc-psql: DatabaseMetaData: Implement get(Im|Ex)portedKeys, getCrossRefLionel Elie Mamane2011-11-172-99/+258
* pq-sdbc: Use UNO_QUERY_THROW when not checking for NULL before useLionel Elie Mamane2011-11-171-20/+20
* add TODO / weird commentLionel Elie Mamane2011-11-171-0/+1
* Janitorial: use Oid instead of sal_Int32 to avoid unsigned/signed comparisonLionel Elie Mamane2011-11-171-1/+1
* fdo#35784 minimal fixLionel Elie Mamane2011-11-171-5/+2
* First pass over DatabaseMetadataLionel Elie Mamane2011-11-173-128/+436
* Janitorial: Comment out unused variableLionel Elie Mamane2011-11-171-1/+1
* Janitorial clean-upLionel Elie Mamane2011-11-1725-57/+109
* Janitorial clean-upLionel Elie Mamane2011-11-179-14/+28
* Mark unused parameters as such to avoid compiler warningsLionel Elie Mamane2011-11-172-3/+46
* postresql: acceptsURL: check for string prefix, not string equalityLionel Elie Mamane2011-11-171-1/+2
* postgresql: use _registered_ component mapLionel Elie Mamane2011-11-171-2/+2
* address a few compiler warningsLionel Elie Mamane2011-11-173-5/+8
* postgresql: bump version to 0.7.7Lionel Elie Mamane2011-11-172-2/+2
* if test: explicit grouping by parenthesesLionel Elie Mamane2011-11-171-2/+2
* avoid name shadowing warningLionel Elie Mamane2011-11-171-6/+10
* calcSearchable: actually set return value, not fresh variableLionel Elie Mamane2011-11-171-1/+2
* Proper copyright notices, license mandated changelogLionel Elie Mamane2011-11-176-0/+18
* Allocator: Implement construct member without a valueLionel Elie Mamane2011-11-171-0/+9
* Use unordered_map instead of hash_mapLionel Elie Mamane2011-11-175-9/+9