summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2011-12-13use RTL_CONSTASCII_STRINGPARAMCaolán McNamara
2011-12-13get rid of obsolete path-delimiter escapeChristian Lohmaier
2011-12-13GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or ↵Christian Lohmaier
GUIBASE→aqua
2011-12-12postgresql-sdbc: do not use GNU ld-specific options on MacOS XLionel Elie Mamane
2011-12-12Remove ByteStringJulien Nabet
2011-12-12postgresql-sdbc: get libpq link deps from postgresql build systemLionel Elie Mamane
2011-12-12Hopefully the last of the pgsql sagaFridrich Štrba
2011-12-12Enable pgsql LDAP support when building with OpenLDAPFridrich Štrba
2011-12-12Enable OpenSSL support in the internal libpqFridrich Štrba
2011-12-12Some more postgresql fixesFridrich Štrba
1. The --enable-extension-integration affects only packaging 2. OUTDIR_FOR_BUILD is for native build in case of crosscompiling
2011-12-09connectivity: remove dead DNoException.cxxMichael Stahl
2011-12-09Make link and deliver the postgresql.oxt extension also on windowsFridrich Štrba
2011-12-08WaE Mac gcc is confused with >>= operator overload (it is not alone)Norbert Thiebaud
>>= operator overload turn the right-value of the operator into a left value... which confuse the heck out of the compiler's detection of use of unitialized variables (and also C-reader like me for whom >>= means something else altogether... (why on earth are we right-bitshifting... with an unitialized variable... oh! fracking operator overload!!!)
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07Fix build of pgsql connector (std::hash -> boost::hash)Fridrich Štrba
2011-12-06pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS buildLionel Elie Mamane
2011-12-05PostgreSQL-SDBC: increment version numberLionel Elie Mamane
2011-12-04ODBC DBMetaDataResultSet: on move, update internal state as necessaryLionel Elie Mamane
After successful last(), isLast() should return true! Thus, when moving to last record, keep that fact in mind (update m_bEOF) so that isLast returns right result. Also update m_bEOF on other moves. Update m_nRowPos on next(), for the same reasons, mutatis mutandi.
2011-12-01Internal libpq (PostgreSQL client lib)Lionel Elie Mamane
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01Remove uses of charAtAugust Sodora
2011-11-30postgresql-sdbc: review build rulesLionel Elie Mamane
2011-11-30pgsql-sdbc: adapt comment to new code situationLionel Elie Mamane
2011-11-30pq-sdbc statics: properly initialise defTypeInfoMetaDataLionel Elie Mamane
2011-11-30pgsql-sdbc: Robustify against empty arrays, etcLionel Elie Mamane
2011-11-30ODBC: use right integer length to get Statement OptionsLionel Elie Mamane
Else (on 64bits platform) the driver smashes our stack: SQL_ULEN is 64 bits Widen result type of getQueryTimeOut, getMaxFieldSize and getMaxRows so that it will always fit
2011-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks
2011-11-29postgresql: work around uninitialized warning.Michael Meeks
2011-11-29WaE: sizeable postgresql warning cleanupMichael Meeks
2011-11-29fs34c: #i117666# check first if value is nullmst
* found as LGPLv3-only fix at svn rev 1172125 (http://svn.apache.org/viewvc?view=revision&revision=1172125)
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header in connectivityNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27typos fixingKorrawit Pruegsanusak
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25Fix Android compilation: 'NULL' was not declared in this scopeTor Lillqvist
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-24psql-sdbc: TODO noteLionel Elie Mamane
2011-11-23IniParser::Dump uncalled, but potentially useful for debuggingCaolán McNamara
2011-11-23fully remove obsolete evolution 1.x connectorMichael Meeks
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