Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-05 | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses | Norbert Thiebaud | |
2012-02-05 | Fixed cppcheck messages about rethrowing copy of exception. | PKEuS | |
2012-02-05 | Remove wrong return | Julien Nabet | |
This return prevented the execution of the following code | |||
2012-02-02 | pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxes | Lionel Elie Mamane | |
2012-02-02 | pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after all | Lionel Elie Mamane | |
2012-02-02 | pgsql-sdbc: put libs libpq needs *before* libpq in the link line | Lionel Elie Mamane | |
2012-02-02 | Silence a few lines of pointless verbiage | Tor Lillqvist | |
2012-02-02 | unsigned int->sal_uInt32 | Caolán McNamara | |
2012-02-01 | pgsql: simpler / safer check for system column | Lionel Elie Mamane | |
2012-02-01 | pgsql getColumns: order by columns, not by their concatenation... | Lionel Elie Mamane | |
2012-02-01 | pgsql: implement getColumnPrivileges, generate statement only once | Lionel Elie Mamane | |
2012-02-01 | pgsql: clean comments | Lionel Elie Mamane | |
2012-02-01 | postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutive | Lionel Elie Mamane | |
2012-02-01 | fdo#45254 getTablePrivileges: rely on information_schema | Lionel Elie Mamane | |
This avoids the use of aclexplode(), which is only SQL-available in PostgreSQL 9.0 and later. With PostgreSQL versions known to have the information_schema.table_privileges bug of not filling in the default ACL in the absence of an ACL, fill in "owner has all rights", which is the default state of the default ACL. | |||
2012-01-29 | remove erroneously committed debug code | Lionel Elie Mamane | |
2012-01-29 | WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32' | Tor Lillqvist | |
2012-01-29 | use proper sizes for SQL(Get|Set)StmtAttr | Lionel Elie Mamane | |
Fixes fdo#34432 (driver smashes our stack) Continuation of commit 9a466d9718cceeb4ace9e3352a173c7b62387eee Author: Lionel Elie Mamane <lionel@mamane.lu> Date: Tue Nov 29 17:49:36 2011 +0100 ODBC: use right integer length to get Statement Options | |||
2012-01-29 | make OTools::getValue insanely safe, factorise get{Int,Long,Byte,...} | Lionel Elie Mamane | |
2012-01-27 | Decrease verbiage a little bit | Tor Lillqvist | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-24 | NDebug.hxx is gone now | Caolán McNamara | |
2012-01-24 | Remove evoab debug facility and use SAL_INFO | Thomas Arnhold | |
2012-01-23 | Fix for fdo43460 Part XLIV getLength() to isEmpty() | Olivier Hallot | |
Part XLIV many modules(inc's) | |||
2012-01-23 | fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part. | Stephan Bergmann | |
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk | |||
2012-01-23 | connectivity: fdo#43479: sort order doesn't matter | Michael Stahl | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-20 | connectivity: fdo#43479: fix crash on DISTINCT: | Michael Stahl | |
Since commit f89f2b8bf506de0cc547ad596c75cbe1a0cf1ef1, OResultSet::sortRows() works on the rows after SELECT, not on full rows. So OResultSet::OpenImpl() has to be adapted to not use the mapping from selected columns to entries rows in m_aColMapping any more; instead, use the given ORDER BY clause for sorting. But first extend the sort order to cover all columns, so it is no longer necessary to call sortRows twice (this should be legal, because SQL says the order of rows that are equal in ORDER BY columns is unspecified). | |||
2012-01-19 | Change back to 32 bit (which is hopefully right). | Stephan Bergmann | |
2012-01-19 | WaE: fix misc. SvStream operator problems. | Michael Meeks | |
2012-01-18 | janitorial: typo in comments | Lionel Elie Mamane | |
2012-01-17 | Also teach "foo IS [NOT] bar" to our SQL parser (when bar is not NULL) | Lionel Elie Mamane | |
Syntax supported by at least SQLite. | |||
2012-01-17 | fdo#44813: teach "IS (NOT) DISTINCT FROM" to our SQL parser | Lionel Elie Mamane | |
2012-01-14 | connectivity: dbase: global variable cleanup | Michael Stahl | |
2012-01-13 | Confine JDBC driver to thread-affine apartment for Java 6 performance | Stephan Bergmann | |
... so that the massive number of the JDBC driver's calls to JNI Attach/Detach- CurrentThread are guaranteed not to happen on the main thread (where they are extremely expensive, see <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978641> "Fix for 6929067 introduces additional overhead in thread creation/termination paths"). | |||
2012-01-12 | Dead code. | Stephan Bergmann | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-09 | Enabling Icedove addressbook connection for Base (Thank you Caolan) | Julien Nabet | |
2012-01-07 | Fix fdo#44065 | Julien Nabet | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | generic unix .mozilla dir is under home dir, not xdg-config-dir | Caolán McNamara | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-05 | callcatcher: drop some unused methods | Caolán McNamara | |
2012-01-05 | catch by const ref | Caolán McNamara | |
2011-12-30 | now that QADEVOOO build_type exist we need to use it... | Norbert Thiebaud | |
2011-12-30 | build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE) | Rene Engelhard | |
2011-12-24 | clean-up remnant obsolete CALL_CDECL | Norbert Thiebaud | |
2011-12-24 | support libebook-1.2.so.12 (evolution 3.2) | Rene Engelhard | |
2011-12-22 | ByteString->rtl::OString | Caolán McNamara | |