summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)AuthorFilesLines
2012-08-29fdo#53888: svx: do not link against dbtoolsMatúš Kukan2-4/+3
dbtools were added in 01089138cc76f5717244bd04f25a868602aeaab6 only to create dependency and fix the build. This creates circular dependency for libmerged, dbtools is not that common library. It's better to create real dependency in connectivity_inc package. To avoid another circular dependency gb_YaccTarget_get_header_target must not depend on external headers target. Change-Id: I431513d0b7a895b471eeec854b3b3f1fd69503af Reviewed-on: https://gerrit.libreoffice.org/470 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-22fdo#53887 ConvertLikeToken(): make escape character properly escape itselfLionel Elie Mamane1-9/+25
Change-Id: Ic2b79e78f95e298a08794fa11f227d76152244f5 Reviewed-on: https://gerrit.libreoffice.org/444 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-08-18fix TDE FTBFSTimothy Pearson5-2/+18
Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4 Signed-off-by: David Tardon <dtardon@redhat.com>
2012-08-13fdo#53246 Fresh postgresql-sdbc implementation namesStephan Bergmann9-10/+10
The descriptions for fdo#53246 "Libo36 does not start, InvalidRegistryException from program/services/postgresql-sdbc.rdb" make it look like the user had installed the functionality that comes bundled in postgresql-sdbc.rdb also as an extension installed per-user or shared. <http://wiki.documentfoundation.org/PostgreSQL-SDBC> indicates that what is now bundled due to c97d74b5f0608866bad3f7ae943811bdff4f7986 "fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part" indeed was once available as a freestanding postgresql-sdbc-*.oxt that could have been installed per-user or shared. To prevent problems with such scenarios, rename the relevant implementation names by adding a ".noext" suffix. Change-Id: I43414a64461ba643f0ca0b2749450099cb6c8a4d Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-08-09pq_allocator.hxx: work around spurious MSVC warningMichael Stahl1-0/+3
Change-Id: I6c516e4bd125c4075c195980a2fcdb58382c38dd (cherry picked from commit 2c5cff69309937b5b06772cd021d1a6213bf2c2d) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-09use SAL_UNUSED_PARAMETER instead of local macroLuboš Luňák2-45/+2
(cherry picked from commit bd493f15a5d9478739368e48f598d2cd7ed4ea30) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-09warning C4530: C++ exception handler used ... specify /EHscMichael Stahl1-4/+1
Change-Id: Ifb23269c01dc80c328075fefe5e61b378e2d8477 (cherry picked from commit 95d0593986a659475729e4a8b50242d05503116c) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-09warning C4530: C++ exception handler used ... specify /EHscMichael Stahl1-1/+1
Change-Id: I2a81e4d5d3a19b5537b791391d035212e8bf423e (cherry picked from commit c24d7246ac2772f591892fc9c4a301f76129a997) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-07-17remove forgotten debug statementDavid Tardon1-2/+0
Change-Id: Iac2e4bb390b4e377d34c88018c18ece27fbc5083 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17Include iostream header to get std::cerr (unreviewed build-fix)Fridrich Štrba1-0/+1
Change-Id: I714b9d8bb6fb187ca7cd1dc6754cd63d7bb084da
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane1-0/+1
This avoids fetching data that will not be requested when the "cursor" is only moved and no data requested. That is typically what RowSetCache does when its own cursor is moved within its window. This basically makes the whole {next,previous,absolute,...}_checked story obsolete, by basically always being as fast as the i_bFetchRow==false case, but in a safer way. Change-Id: I89eaf277069736b3077bde8b45325929db290f2d Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-10fdo#50849 work around psqlodbc segfaultLionel Elie Mamane1-0/+13
Change-Id: Ib7e484f778d97b3f18845cef12718618324c859f
2012-07-04embedded HSQLDB: reclaim space occupied by deleted rowsLionel Elie Mamane1-1/+1
Disadvantage is that saving/closing the file may take a significantly longer time Change-Id: I1cc35c34b49e60d73e8d341549c5a3c5ef314b6d
2012-07-02fdo#51619 do not ask for parameters if all have already been givenLionel Elie Mamane1-1/+1
Change-Id: I1c1b1e46e7269bbfa24fbc0c0ebf5ba0f5aad7b9
2012-06-20ancient bison nees %token-table for yytname to be usableChristian Lohmaier1-0/+1
fixes build with XCode 2.5 (Mac/PPC) (cherry picked from commit f14bd201ad7c391b078be1d8e7fb2d072015be70)
2012-06-20WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier1-0/+2
otherwise breaks with comparison beetween signed and unsigned integer expressions (cherry picked from commit f5e1c75333594ea00d8ccdb1c69a7446c06f4ce9)
2012-06-20use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier2-5/+2
XCode 2.5 only has ancient bison that doesn't support the %file-prefix, %name-prefix,... directives. So use the more compatible commandline arguments (just like before gbuildification of the module) (cherry picked from commit 874926b2e2b92e5b46e1ece110cac9e40c131baa)
2012-06-19typo: paramters, paramaters -> parametersAndras Timar3-3/+3
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-18evoab2: add libebook-1.2.so.13 (evolution 3.4)Rene Engelhard1-0/+1
Change-Id: I03d9c2416de66d694948b9fe560f83317d6b03ef
2012-06-06make hsql database working again (fdo#50783)Petr Mladek1-0/+8
+ set Class-Path in sdbc_hsqldb.jar/MANIFEST.MF + pack the missing org/hsqldb/lib/FileSystemRuntimeException.class heh, it is a crazy hack; the source file is under another path com/sun/star/sdbcx/comp/hsqldb Change-Id: I53078269f2298175fee52912d55e8defe01b259b
2012-06-04Replace manual Mutex handling by clearable guardLionel Elie Mamane1-6/+2
Change-Id: I4c20bf3a2aa5ca908db233e54f50404cc7466d72
2012-06-04ALv2 licensing compliance, and first test / re-based module pair.Michael Meeks2-49/+28
Change-Id: If75d2daaac2c629028a76f55941345c1c565a69a
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-1/+3
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04nuke unused definesTakeshi Abe13-34/+0
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-06-03removed unused definesTakeshi Abe1-1/+0
Change-Id: I95eb6a46e6d2a2763313e90e5b15582c83f66b81
2012-06-02targeted string re-workNorbert Thiebaud4-57/+57
Change-Id: I511ceb2929b9bd316455c6463a3495e2748befdd
2012-06-02cosmetic clean-upNorbert Thiebaud2-661/+661
Change-Id: I78ecfec2c03df2d040671722c255af2c63f81991
2012-06-02targeted string re-workNorbert Thiebaud4-15/+15
Change-Id: I2124610768910ff147ca6496b178c91ea90b48ac
2012-06-02targeted string re-workNorbert Thiebaud3-4/+4
Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
Change-Id: I588fadc51fec90b3b04d61c2c63880236c535183
2012-06-02targeted string re-workNorbert Thiebaud67-604/+604
Change-Id: Iac38f0f2622b1f7ddcc6f91b022c949e7a733c41
2012-06-02targeted string re-workNorbert Thiebaud11-101/+99
Change-Id: I2db379d3aeb22d29aec3ae4079314f75873790dc
2012-06-01Update commentsLionel Elie Mamane1-2/+2
Change-Id: I7e3f09d61cb35165000a35c8d3c3f2d284cf164e
2012-06-01nuke unused namespaceTakeshi Abe5-7/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-31targetted re-work of minor cppcheck fixesMichael Meeks1-1/+1
Change-Id: Id0c3cecaccb4d9733149061f652684d3398e9bf2
2012-05-31Library_dbtools.mk: fix cyclic dependency on connectivity_generatedMichael Stahl1-1/+2
Change-Id: Icac4bd86197c5e2ae1e86582ff3f0648307437b4
2012-05-31nuke unused typedefTakeshi Abe19-22/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-30do not link with cmt by defaultDavid Tardon1-0/+7
Change-Id: I7ed9a25d3b113ae0bda4f8ce47153b54270916f1
2012-05-30$(OUTDIR_FOR_BUILD) is wrongDavid Tardon1-1/+1
Change-Id: Id0c7564d7355192842c0b0b248bf21379ef104cb
2012-05-30remove unneeded (and wrong :-) dependenciesDavid Tardon7-28/+0
Change-Id: I6e0f777c878137f6c1bcbe253b37b8eda257ef01
2012-05-30clean mozab includes, so two include paths can be droppedDavid Tardon8-16/+14
Change-Id: I824a6b6f6afa9e8c3d140e783dbad89ef5425878
2012-05-30throw away useless dependencyDavid Tardon1-4/+0
Change-Id: I5988eccb675b9cb481161077a5b5310efb011389
2012-05-30Fix misplaced parenthesisJulien Nabet1-1/+1
Change-Id: I32c3ca57cbe7994527dcf4658bd55f283488baaf
2012-05-29targeted string re-workNorbert Thiebaud1-5/+5
Change-Id: If9a9889fa36bc76c9afed295568ed9a05de4587f
2012-05-29targeted string re-workNorbert Thiebaud2-14/+14
Change-Id: Ibc811f2ef501a91172e096a700821ab6bd9406ea
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks7-18/+18
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-29Bypass unless BUILD_TYPE includes DBCONNECTIVITYTor Lillqvist1-0/+4
Change-Id: I4450b0bae9223c96f2e5e26e7ffad72b4fc1ff07
2012-05-29make sure all headers are in placeDavid Tardon1-0/+1
Change-Id: I9b0b2eb426e44883e0e81ab693c907e6ed70f39e
2012-05-29-Werror=conversionStephan Bergmann1-1/+5
Change-Id: I3d4055722e8f7c22c50f892e62b5b3246904ce50
2012-05-29WaE: signed/unsigned etc.Caolán McNamara7-14/+14
Change-Id: I3e2e43f5854b8bc33a442ecd25e089d20a122018