5687788744
Resolves fdo#81213: Wrong table-clause generated by reportbuilder
...
Oracle doesn't accept "AS" for making an alias from a table
See https://bugs.freedesktop.org/show_bug.cgi?id=81213#c2
https://bugs.freedesktop.org/show_bug.cgi?id=81213#c4
https://bugs.freedesktop.org/show_bug.cgi?id=81213#c5
for more information
(thank you Lionel)
Change-Id: I33c86d78b2590116d4af46ffd3e54c3c791268ea
2014-07-22 18:38:21 +02:00
8923103eee
coverity#706376 Uncaught exception
...
Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30
2014-07-21 13:59:34 +01:00
55dac4ff40
coverity#706364 Uncaught exception
...
Change-Id: I4a6f7a2aa76d2a998bb6392de35fa1d25c85b3ce
2014-07-13 20:10:49 +01:00
31a1eb4824
coverity#706372 Uncaught exception
...
Change-Id: If3b3395bbe44720540e9619bba6088c6cd29ed37
2014-07-10 13:39:15 +01:00
6a6d83ace3
coverity#706374 Uncaught exception
...
Change-Id: Ie17e29e6893c6f69f176d77fab9dcb6a90cb432b
2014-07-02 09:46:33 +01:00
7501ee9d9d
coverity#706373 Uncaught exception
...
Change-Id: Iee4774dffd43be3fc3eacbcc81f150706625fcad
2014-07-02 09:46:32 +01:00
051a8f9577
coverity#706371 Uncaught exception
...
Change-Id: I2019711112b1acb336b3002faca312c658f28671
2014-07-02 09:46:32 +01:00
b26ccfa080
coverity#706368 Uncaught exception
...
Change-Id: Ia8988be31ed4dc4843bd6c2573ec14efa3af6397
2014-07-02 09:46:32 +01:00
c12e8e6435
coverity#706367 Uncaught exception
...
Change-Id: I5c17c94956a44dab13935dca41e812ebd196203a
2014-07-02 09:46:31 +01:00
067738943a
coverity#706364 Uncaught exception
...
Change-Id: I75cd82d55d8bdf2f111cd0a91f056e1956ddad02
2014-07-02 09:46:31 +01:00
968f633b24
coverity#706382 Uncaught exception
...
and
coverity#706377
coverity#706378
coverity#706382
Change-Id: I17f672e31867b1be77c16a8a6e121a8f67df7c90
2014-07-01 16:43:05 +01:00
d979903273
odbc driver: let's not allocate the buffer twice for nothing
...
Change-Id: If5db845c856a9fb3adf8c4fcb883607e1cb9446e
2014-06-28 17:22:11 +02:00
6af3926609
WaE: null argument where non-null required (argument 2)
...
Change-Id: I3eb71120aed85a4ec2c697d149006bce063d983e
2014-06-28 07:22:23 +02:00
939ce4afbb
Blind fix for OPreparedStatement::setParameter's useWChar case
...
...after 0181a13904daef160bee543e9806b23a835f79c8 "odbc properly support
platform with sizeof(SQLWCHAR) = 4" introduced usage of RTL_TEXTENCODING_UCS2/4
there, which do not make sense in combination with converting between OString
and OUString.
OTools::getStringValue will need a corresponding fix, too, in the other
direction (where the OUString(sal_uInt32 const * codePoints,
sal_Int32 codPointCount) ctor will be useful).
Change-Id: Ia94cd0deec46d269b6ee43362f4849837bb011c5
2014-06-27 23:07:00 +02:00
0181a13904
odbc properly support platform with sizeof(SQLWCHAR) = 4
...
Change-Id: I06d5a6c93817d2623fac3962b82c1319caf13276
2014-06-27 17:08:04 +02:00
e48a233960
loplugin:unreffun: also warn about redundant redeclarations
...
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
2014-06-27 15:27:39 +02:00
e2080e70fe
new compilerplugin returnbyref
...
Find places where we are returning a pointer to something, where we can
be returning a reference.
e.g.
class A {
struct X x;
public X* getX() { return &x; }
}
which can be:
public X& getX() { return x; }
Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-24 11:34:21 +02:00
88cf5c115d
coverity#1213468 Uncaught exception
...
Change-Id: I451b13be6b72925e4cfa0e66c5690eca22c54dad
2014-06-10 16:08:03 +01:00
a2db194ea0
connectivity: fix includes
...
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
2014-06-04 21:18:39 +02:00
b09b5f8f7c
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19
...
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
2014-05-22 23:21:18 +02:00
224002ee63
Use SQL_DEFAULT_TXN_ISOLATION to get getDefaultTransactionIsolation
...
Change-Id: I7f4785088151490ae1d55d2bb78bce28357d5c45
Reviewed-on: https://gerrit.libreoffice.org/8863
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu >
Tested-by: Lionel Elie Mamane <lionel@mamane.lu >
2014-05-16 17:20:37 +00:00
94a07be5d7
odbc: clean up SQL conformance level tests
...
Change-Id: I9c96ee389a086c76489f99750c2c86b7504cd393
2014-05-15 13:00:15 +02:00
7339ab25ee
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
this is a continuation of the above bug, removing SAL_INFO's
that only mark function entry.
Change-Id: Idb0f72481415594e3f8b7a11ad6e4b8835f6fca0
Reviewed-on: https://gerrit.libreoffice.org/9343
Tested-by: Thomas Arnhold <thomas@arnhold.org >
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
2014-05-13 18:04:58 +00:00
0fadbdbbdb
Kill DECL_PROP0 and the rest + clean propertyids.hxx
...
Change-Id: I872bc07ff9b1fe96a35e06ad3c5d8aaa75199bdd
2014-05-12 22:54:33 +02:00
026a0af01a
Kill DECL_PROP1IMPL and related (odbc part)
...
Change-Id: Idf51e824683610b716df7e567e2fc190c63c8702
2014-05-12 22:54:32 +02:00
b2a32d9b86
loplugin:literaltoboolconversion
...
Change-Id: Iade344b7b148787fea183fbabd3c72b711766cb3
2014-04-17 22:21:48 +02:00
199d333f13
connectivity: sal_Bool->bool
...
Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56
2014-04-16 11:51:51 +02:00
d4b8fe32f5
Clean up function declarations and some unused functions
...
Change-Id: I4c63cd304908ce0e8ae3f9938d7323225dd314a5
2014-04-11 17:16:52 +02:00
70cc2b191b
First batch of adding SAL_OVERRRIDE to overriding function declarations
...
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-26 16:39:26 +01:00
ac9212feed
Remove visual noise from connectivity
...
Conflicts:
connectivity/source/inc/odbc/OConnection.hxx
Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626
Reviewed-on: https://gerrit.libreoffice.org/8245
Tested-by: Caolán McNamara <caolanm@redhat.com >
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
2014-02-27 06:54:35 -06:00
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
b7259532d8
Remove unnecessary bool2any
...
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
2014-02-24 08:08:00 +01:00
0ce0c369aa
Remove unneccessary comments
...
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-23 03:38:49 +00:00
3b06e5e646
Replace deprecated std::auto_ptr with boost::scoped_ptr
...
Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7
2014-02-22 21:51:27 +09:00
639f35e22f
cid#707705 uninitialized pointer field
...
Change-Id: I80679a2cb99cdc912ed021cf993adeb3478355c4
2014-02-12 15:10:48 +02:00
8a8ea11e5e
bool improvements
...
Change-Id: I4e428e5d7093dbc8a1e7fd47ec49998ce143e5ac
2014-01-29 11:08:32 +01:00
692c724f5e
fdo#60698: Merge odbcbase into odbc
...
We odbcbase is just used inside odbc library, so merge them.
Change-Id: I4f4b34873b570ddcf1065c49e5310a1e73092fd6
2013-12-24 09:12:16 +00:00
9ed364774c
Adapt all (non-extension, SharedLibrary) .components to environment="..."
...
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17 11:06:00 +01:00
1bdb2b6f06
remove unnecessary use of OUString constructor in CONNECTIVITY module
...
Change-Id: Ie32d03920d996db2793ead9940fc90668cde03dd
2013-11-11 11:21:25 +02:00
e8ff469da5
Remove any remaining remnants of unused component_canUnload feature
...
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
2013-04-19 16:52:03 +02:00
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
4f4e4e40f5
loplugin: improve indentation
...
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25 17:59:40 +01:00
f42a930976
Use prefixes for these UNO components
...
Change-Id: I719f10818fd211bfe60e5351a5de53a716fdf20f
2012-10-01 21:54:57 +03:00
091c1b6fc5
more old module-description xml files
...
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
2012-08-22 23:27:34 +02:00
1ab899c4c8
.xml files don't need executable bits
...
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22 22:39:31 +02:00
ddaf53acd4
re-base on ALv2 code.
2012-06-12 22:24:55 +01:00
13887f4848
Remove superfluous include comments
...
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09 04:51:38 +02:00
d6fef33ef7
targeted string re-work
...
Change-Id: Iac38f0f2622b1f7ddcc6f91b022c949e7a733c41
2012-06-02 09:42:47 -05:00
50c5dd122e
switch connectivity to gbuild
...
Change-Id: I37e6706ff244c9cc21b0826e61ef5d7cd72b3566
2012-05-29 07:24:52 +02:00
7d5a3fe556
connectivity: convert configuration
2012-05-29 07:24:45 +02:00