Commit graph

5940 commits

Author SHA1 Message Date
Michael Meeks
51bd0803b3 rename, and bundle the postgresql driver if it is enabled 2011-11-30 13:00:21 +00:00
Michael Meeks
1932529adf postgresql: work around uninitialized warning. 2011-11-29 17:32:29 +00:00
Michael Meeks
4cc501d817 WaE: sizeable postgresql warning cleanup 2011-11-29 17:32:29 +00:00
mst
5b6487aa8c fs34c: #i117666# check first if value is null
* found as LGPLv3-only fix at svn rev 1172125 (http://svn.apache.org/viewvc?view=revision&revision=1172125)
2011-11-29 17:57:31 +01:00
Caolán McNamara
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
Caolán McNamara
48221d6a2b ByteString::GetToken->comphelper::string::getToken 2011-11-28 09:55:02 +00:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3c43177528 remove include of pch header in connectivity 2011-11-27 13:02:11 -06:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Korrawit Pruegsanusak
c3dc018984 typos fixing 2011-11-27 15:12:07 +07:00
August Sodora
93253ee6ab Remove some uses of OUString::setCharAt 2011-11-26 00:49:26 -05:00
Tor Lillqvist
1171165b58 Fix Android compilation: 'NULL' was not declared in this scope 2011-11-25 18:19:52 +02:00
David Tardon
fba911fea7 gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
Lionel Elie Mamane
8d2780d42f psql-sdbc: TODO note 2011-11-24 19:40:49 +01:00
Caolán McNamara
94566b08a3 IniParser::Dump uncalled, but potentially useful for debugging 2011-11-23 23:16:45 +00:00
Michael Meeks
e04361c897 fully remove obsolete evolution 1.x connector 2011-11-23 12:51:10 +00:00
Lionel Elie Mamane
0d0ffe3ff1 pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1 2011-11-21 11:31:37 +01:00
Lionel Elie Mamane
3e1cb3e967 pgsql-sdbc: document-by-comment 2011-11-21 11:31:30 +01:00
August Sodora
d46118d174 cppcheck: struct or union member 'NodeData::aDbl' is never used 2011-11-20 22:55:43 -05:00
Lionel Elie Mamane
0e9473eca6 fdo#36555: pImplementationName is not a compile-time constant 2011-11-20 17:43:53 +01:00
Caolán McNamara
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
Caolán McNamara
217046eb34 only used with higher debug level 2011-11-19 21:11:01 +00:00
Caolán McNamara
705e5fe947 callcatcher: remove some unused code 2011-11-19 21:11:01 +00:00
Lionel Elie Mamane
7bab4645ce Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #define 2011-11-17 23:17:21 +01:00
Lionel Elie Mamane
412e178a40 pgsql-sdbc: be less prescriptive about indentation style 2011-11-17 21:29:14 +01:00
Lionel Elie Mamane
b2ae2bc04e pgsql-sdbc: publisher is now document foundation 2011-11-17 21:15:34 +01:00
Norbert Thiebaud
ab91d708e1 make postgresql-sdbc connectivity optional 2011-11-17 21:15:33 +01:00
Lionel Elie Mamane
d526c3f5ea postgresql-sdbc: adapt to removal of implicit (O)ustring->sal_Char* conversion 2011-11-17 21:15:31 +01:00
Rene Engelhard
54d32d1005 remove duplicated header content in pq_sequenceresultsetmetadata.cxx 2011-11-17 21:15:31 +01:00
Lionel Elie Mamane
ca0cbc44a6 Version 0.8.1 2011-11-17 21:15:31 +01:00
Lionel Elie Mamane
04922d5687 Overhaul (Updateable)RecordSet properties to semi-sane state
- Set all (Updateable)RecordSet properties in constructors
 - BaseResultSet: give properties their proper disjoint handle,
   add IsBookmarkable.
2011-11-17 21:15:30 +01:00
Lionel Elie Mamane
4ab98d4663 Overhaul DatabaseMetaData::getTablePrivileges 2011-11-17 21:15:30 +01:00
Lionel Elie Mamane
878f6b5bc0 Throw SQLSTATE="IM001" for "not supported"
enables write access to tables with LibreOffice 3.5
2011-11-17 21:15:29 +01:00
Lionel Elie Mamane
b31ca7df75 Shup up "dmake: Executing shell macro:" msgs 2011-11-17 21:15:29 +01:00
Lionel Elie Mamane
1dbe65b207 Switch to LGPL-only 2011-11-17 21:15:29 +01:00
Lionel Elie Mamane
4a99bb8f55 cosmetic 2011-11-17 21:15:28 +01:00
Lionel Elie Mamane
f8c254c8d1 Make sure functions meant to be locally inlined are still exported 2011-11-17 21:15:28 +01:00
Lionel Elie Mamane
1dd6154145 Call pg_config only once for each value
as opposed to for each value for each compilation command
2011-11-17 21:15:28 +01:00
Lionel Elie Mamane
969bf70f1b pgsql-sdbc: switch to boost::unordered_map instead of std::unordered_map
Compatibility with non-bleeding edge C++ compilers/library environments
2011-11-17 21:15:27 +01:00
Lionel Elie Mamane
1ed8d09f67 pq_connect: wrap C values in exception-safe containers 2011-11-17 21:15:27 +01:00
Lionel Elie Mamane
4934930529 Nicer emacs modeline 2011-11-17 21:15:27 +01:00
Lionel Elie Mamane
3efbeaf774 connect: switch to cleaner interface
In particular, allows passwords with spaces, backslashes, single quotes, etc
2011-11-17 21:15:26 +01:00
Lionel Elie Mamane
762a3a9b37 add a TODO note 2011-11-17 21:15:26 +01:00
Lionel Elie Mamane
c7d61e7994 Nicer emacs modeline 2011-11-17 21:15:26 +01:00
Lionel Elie Mamane
49cedcb0c7 Force LO *not* to use ODBC-specific syntax 2011-11-17 21:15:25 +01:00
Lionel Elie Mamane
37c4d83865 More TODO 2011-11-17 21:15:25 +01:00
Lionel Elie Mamane
315ada423c pgsql-sdbc: avoid "getFastPropertyValue" virtual overridden in a better way 2011-11-17 21:15:25 +01:00
Lionel Elie Mamane
198a4388ee pgsql-sdbc: say in description needs PostgreSQL version >= 8.4 2011-11-17 21:15:24 +01:00
Lionel Elie Mamane
9f479d9334 pgsql-sdbc: properly delegate escaping to libpq
In particular, this makes it work whether server parameter standards_conforming_strings is off or on
2011-11-17 21:15:24 +01:00
Lionel Elie Mamane
391193b622 pgsql-sdbc: ++version, auto-fill version in description.xml, long description 2011-11-17 21:15:23 +01:00