summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
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-16log errors by default in debug modeCaolán McNamara
2011-11-15fdo#42865: connectivity: mozab: no mapfileMichael 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-15OConnection: WaE unused variableMichael Stahl
2011-11-14Simplified 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-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-14Fix build --all depend=x.Stephan Bergmann
2011-10-30fdo#33047: no data accessible if filename contains "?"Lionel Elie Mamane
2011-10-30factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane
2011-10-30Small fix OParseNode->OSQLParseNodeJulien Nabet
2011-10-30wrong logic in commentLionel Elie Mamane
2011-10-30Typo/spelling in commentLionel Elie Mamane
2011-10-30Errors in commentsLionel Elie Mamane
2011-10-30translate commentsLionel Elie Mamane
2011-10-30Return proper UNKNOWN_RULE instead of 0 for unknown ruleLionel Elie Mamane
also make unknown rule -1 to better separate it Before, an unknown rule actually went to 0 == OSQLParser::select_statement
2011-10-30Introduce combined 2&3 test for SQL TokenLionel Elie Mamane
2011-10-308.5 is not an integer, but an approxnumLionel Elie Mamane