summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2019-10-06Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann2-10/+12
2019-09-19Build mysql_jdbc library even when building without javaTamas Bunth1-2/+2
2019-09-17mysqlc: Support connection to utf8mb4 serverTamas Bunth1-2/+5
2019-09-16Fix Windows build after 19f8ea668833a4dc90244792cbf91881b0ca9a07Mike Kaganski1-4/+0
2019-08-06mysqlc: Add test for textual blob typesTamas Bunth1-0/+45
2019-08-06mysqlc: Support reading blob as stringTamas Bunth1-1/+7
2019-08-06mysqlc: Fix query of cursor position in result setTamas Bunth3-84/+136
2019-08-06mysqlc: fetch data exactly when it's neededTamas Bunth2-41/+63
2019-08-05tdf#123150: Firebird: set UTF-8 client connectionTamas Bunth1-1/+5
2019-08-04tdf#121528: Firebird stores scale as a negative numberXisco Fauli1-2/+2
2019-08-02mysqlc: Add support for mysql type INT24Tamas Bunth1-4/+7
2019-08-02mysqlc: move template specialization to namespaceTamas Bunth2-2/+4
2019-08-02mysqlc: Allow conversions between different typesTamas Bunth4-181/+210
2019-08-02mysqlc: fix timestamp query of result setTamas Bunth3-5/+44
2019-08-02mysqlc: replace initializer list with assignmentTamas Bunth1-17/+23
2019-08-02mysqlc: resultset's previous() on first position..Tamas Bunth2-1/+14
2019-08-02mysqlc: Fix result set metadata related issueTamas Bunth7-74/+168
2019-08-01mysqlc: ensure fetched result while invoking lastTamas Bunth1-0/+1
2019-08-01mysqlc: Fix obtaining field information in rsTamas Bunth3-11/+24
2019-08-01mysqlc: next() should move cursor from LastTamas Bunth2-3/+16
2019-07-31mysqlc: getTablePrivileges not implemented, so..Tamas Bunth1-2/+1
2019-06-19Resolves: tdf#125878 correct calculation of H:M:S from timestampEike Rathke1-2/+3
2019-05-31connectivity: fix memory leaks caused by OConnection::acquire()Michael Stahl7-8/+8
2019-05-22tdf#122538: add index appendix for hsqldbJulien Nabet1-2/+2
2019-04-26Avoid calling java.lang.Class.newInstance()Stephan Bergmann1-2/+9
2019-04-25Resolves: rhbz#1702810 Prepare for upcoming libebook soname version bumpMilan Crha1-0/+1
2019-03-27tdf#123999: ParameterNameSubstitution in mysqljdbcJulien Nabet2-0/+20
2019-03-14tdf#122129 Firebird: fix concurrency issueTamas Bunth1-1/+2
2019-03-12Related: tdf#123975 I think this needs to be initially unsetCaolán McNamara3-9/+3
2019-02-08tdf#122437: Combine commits for libreoffice-6-2Tamas Bunth1-24/+52
2019-01-29tdf#106463 set new firebird connections as autocommit by defaultLionel Elie Mamane2-4/+1
2019-01-29Base/Mysqlc: fix schemas retrievingJulien Nabet1-1/+1
2019-01-22tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet1-1/+1
2018-12-21tdf#120576 avoid crash during database migrationCaolán McNamara1-2/+2
2018-12-19postgresql: correctly implement XMultipleResults interfaceLionel Elie Mamane2-0/+13
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-17Fix typosAndrea Gelmini1-4/+4
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin6-18/+40
2018-11-11tdf#120703 PVS: V555Mike Kaganski1-28/+33
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2-9/+9
2018-11-09mysqlc: fix return value of XResultSet::nextTamas Bunth2-1/+7
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-1/+2
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-12/+2
2018-11-08loplugin:unusedfieldsNoel Grandin2-4/+1
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin3-26/+19
2018-11-05Fix typo in codeAndrea Gelmini1-2/+2
2018-11-05Fix typosAndrea Gelmini1-1/+1
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski1-9/+3