Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | WaE 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-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | Fix build of pgsql connector (std::hash -> boost::hash) | Fridrich Štrba | |
2011-12-06 | pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS build | Lionel Elie Mamane | |
2011-12-05 | PostgreSQL-SDBC: increment version number | Lionel Elie Mamane | |
2011-12-04 | ODBC DBMetaDataResultSet: on move, update internal state as necessary | Lionel 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-01 | Internal libpq (PostgreSQL client lib) | Lionel Elie Mamane | |
2011-12-01 | fdo#41474: remove setCharAt and charAt from O[U]StringBuffer | August Sodora | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-30 | postgresql-sdbc: review build rules | Lionel Elie Mamane | |
2011-11-30 | pgsql-sdbc: adapt comment to new code situation | Lionel Elie Mamane | |
2011-11-30 | pq-sdbc statics: properly initialise defTypeInfoMetaData | Lionel Elie Mamane | |
2011-11-30 | pgsql-sdbc: Robustify against empty arrays, etc | Lionel Elie Mamane | |
2011-11-30 | ODBC: use right integer length to get Statement Options | Lionel 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-30 | rename, and bundle the postgresql driver if it is enabled | Michael Meeks | |
2011-11-29 | postgresql: work around uninitialized warning. | Michael Meeks | |
2011-11-29 | WaE: sizeable postgresql warning cleanup | Michael Meeks | |
2011-11-29 | fs34c: #i117666# check first if value is null | mst | |
* found as LGPLv3-only fix at svn rev 1172125 (http://svn.apache.org/viewvc?view=revision&revision=1172125) | |||
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-28 | ByteString::GetToken->comphelper::string::getToken | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in connectivity | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-11-25 | Fix Android compilation: 'NULL' was not declared in this scope | Tor Lillqvist | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-24 | psql-sdbc: TODO note | Lionel Elie Mamane | |
2011-11-23 | IniParser::Dump uncalled, but potentially useful for debugging | Caolán McNamara | |
2011-11-23 | fully remove obsolete evolution 1.x connector | Michael Meeks | |
2011-11-21 | pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1 | Lionel Elie Mamane | |
2011-11-21 | pgsql-sdbc: document-by-comment | Lionel Elie Mamane | |
2011-11-20 | cppcheck: struct or union member 'NodeData::aDbl' is never used | August Sodora | |
2011-11-20 | fdo#36555: pImplementationName is not a compile-time constant | Lionel Elie Mamane | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-19 | only used with higher debug level | Caolán McNamara | |
2011-11-19 | callcatcher: remove some unused code | Caolán McNamara | |
2011-11-17 | Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #define | Lionel Elie Mamane | |
2011-11-17 | pgsql-sdbc: be less prescriptive about indentation style | Lionel Elie Mamane | |
2011-11-17 | pgsql-sdbc: publisher is now document foundation | Lionel Elie Mamane | |
2011-11-17 | make postgresql-sdbc connectivity optional | Norbert Thiebaud | |
2011-11-17 | postgresql-sdbc: adapt to removal of implicit (O)ustring->sal_Char* conversion | Lionel Elie Mamane | |
2011-11-17 | remove duplicated header content in pq_sequenceresultsetmetadata.cxx | Rene Engelhard | |
2011-11-17 | Version 0.8.1 | Lionel Elie Mamane | |
2011-11-17 | Overhaul (Updateable)RecordSet properties to semi-sane state | Lionel Elie Mamane | |
- Set all (Updateable)RecordSet properties in constructors - BaseResultSet: give properties their proper disjoint handle, add IsBookmarkable. | |||
2011-11-17 | Overhaul DatabaseMetaData::getTablePrivileges | Lionel Elie Mamane | |
2011-11-17 | Throw SQLSTATE="IM001" for "not supported" | Lionel Elie Mamane | |
enables write access to tables with LibreOffice 3.5 | |||
2011-11-17 | Shup up "dmake: Executing shell macro:" msgs | Lionel Elie Mamane | |
2011-11-17 | Switch to LGPL-only | Lionel Elie Mamane | |