Caolán McNamara
8066c73940
cppcheck: noExplicitConstructor
...
Change-Id: I2b5fba9cdd950349a8e8d22bbd7bb6e17f008920
2015-06-15 11:11:42 +01:00
Caolán McNamara
ca8787a981
boost::unordered_map->std::unordered_map
...
Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db
2015-01-04 12:51:09 +00:00
Thomas Arnhold
c2034f3993
fixincludeguards: fix include guards
...
Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b
Reviewed-on: https://gerrit.libreoffice.org/9629
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2014-06-06 19:16:40 +00:00
Thomas Arnhold
a2db194ea0
connectivity: fix includes
...
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
2014-06-04 21:18:39 +02:00
Caolán McNamara
73d4d9a583
Related: #i124896# remove obsoleted pq_allocator.hxx
...
Change-Id: I8a2b54c97f20e581b9703bf33dbba537c2f603c2
2014-05-15 15:03:50 +01:00
Noel Grandin
199d333f13
connectivity: sal_Bool->bool
...
Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56
2014-04-16 11:51:51 +02:00
Noel Grandin
358be80f65
comphelper,connectivity: prefer passing OUString by reference
...
Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
2014-03-14 07:47:01 +02:00
Caolán McNamara
61160e0454
add missing vim modelines
...
Change-Id: I72d565b77fad98e176e2f47368201ad1585aef3f
2014-02-18 15:18:09 +00:00
Lionel Elie Mamane
6391e823dc
Replace buggy pgsql-sdbc datetime functions with dbtools equivalents
...
In particular, the string2time function segfaults when called on an empty string
(unconditionally tries to access the n-th character without checking whether the string is that long)
this happens in particular when reading a column of type TIME with a NULL value
Change-Id: I302044f67a92fe20685ce677ba3affdb9b44cb53
2013-06-27 14:37:13 +02:00
Michael Meeks
72e5d0c8fb
Move to MPLv2 license headers, with ESC decision and author's permission.
2013-04-30 13:34:06 +01:00
Luboš Luňák
1946794ae0
mass removal of rtl:: prefixes for O(U)String*
...
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Elton Chung
d30b4e9fb6
Get rid of size() == 0
2012-02-19 17:07:46 +04:00
Alexander Bergmann
99b2adf721
Removed unused code
2012-02-10 14:20:52 +00:00
Lionel Elie Mamane
5f3bd5bed3
pgsql-sdbc: Robustify against empty arrays, etc
2011-11-30 16:00:13 +01: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
412e178a40
pgsql-sdbc: be less prescriptive about indentation style
2011-11-17 21:29:14 +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
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
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
c5a127771f
Proper copyright notices, license mandated changelog
2011-11-17 21:15:16 +01:00
Lionel Elie Mamane
90b5fe7673
Use unordered_map instead of hash_map
...
GNU g++ 4.6 warns that hash_map is deprecated
2011-11-17 21:15:15 +01:00
Lionel Elie Mamane
e28033fdfa
Apply sdbc-postgresql.diff
2011-11-17 21:15:13 +01:00