Commit graph

296621 commits

Author SHA1 Message Date
August Sodora
2edba12412 sal_Bool to bool 2011-11-18 01:53:30 -05:00
August Sodora
c8f0503a1b Cleanup GetSuffixType in basic scanner 2011-11-18 01:20:36 -05:00
August Sodora
3397770163 Add emacs modeline 2011-11-18 00:57:45 -05:00
August Sodora
f3098a52b9 Removed unused headers 2011-11-17 23:06:47 -05:00
August Sodora
5b5747abcc Double semicolon -> semicolon 2011-11-17 22:59:46 -05:00
Norbert Thiebaud
6e6546a5f7 calculate the width based on the font + general clean-up 2011-11-17 21:49:06 -06:00
Norbert Thiebaud
a1d800a7a7 SetLineNumberDisplay appropriately when opening or swithin modules 2011-11-17 21:48:30 -06:00
Norbert Thiebaud
ae78e3e913 fix issue with unsupported typedef on Mac 2011-11-17 18:41:23 -06:00
August Sodora
cc09ce22e9 Removed unused includes 2011-11-17 18:41:22 -06:00
August Sodora
d27db6c534 Fixed scrolling bug 2011-11-17 18:41:22 -06:00
August Sodora
a1deac6043 Finished making it possible to toggle line numbers in the basic ide 2011-11-17 18:41:21 -06:00
August Sodora
a4074e3403 Preparing to add option for line numbers in the basic ide 2011-11-17 18:41:20 -06:00
August Sodora
deb6bcf8d9 Added missing files 2011-11-17 18:41:19 -06:00
August Sodora
291bd1f0bf Add line numbers to basic ide 2011-11-17 18:41:18 -06:00
Caolán McNamara
9d2807cc9d ditch ENABLE_BYTESTRING_STREAM_OPERATORS 2011-11-17 23:04:11 +00:00
Caolán McNamara
cee0d7a26a callcatcher: some unused methods 2011-11-17 23:04:10 +00:00
Caolán McNamara
dca04e2361 add a StringUtils-alike remove (can replace EraseAllChars) 2011-11-17 23:04:10 +00:00
Caolán McNamara
c4927a1b76 ByteString->rtl::OString[Buffer] 2011-11-17 23:04:10 +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
Lionel Elie Mamane
ec601fdddc capitalisation 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
Lionel Elie Mamane
fc03666c16 sdbdc-psql description: publisher is Lionel, not Oracle 2011-11-17 21:15:23 +01:00
Lionel Elie Mamane
cc02d3db1c sdbc-psql: DbMetaData getIntSetting: move to first row before getInt 2011-11-17 21:15:23 +01:00
Lionel Elie Mamane
42667095d9 sdbc-psql: DatabaseMetaData: Implement get(Im|Ex)portedKeys, getCrossRef 2011-11-17 21:15:22 +01:00
Lionel Elie Mamane
ed82a11d39 pq-sdbc: Use UNO_QUERY_THROW when not checking for NULL before use 2011-11-17 21:15:22 +01:00