summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann2019-10-062-10/+12
* Build mysql_jdbc library even when building without javaTamas Bunth2019-09-191-2/+2
* mysqlc: Support connection to utf8mb4 serverTamas Bunth2019-09-171-2/+5
* Fix Windows build after 19f8ea668833a4dc90244792cbf91881b0ca9a07Mike Kaganski2019-09-161-4/+0
* mysqlc: Add test for textual blob typesTamas Bunth2019-08-061-0/+45
* mysqlc: Support reading blob as stringTamas Bunth2019-08-061-1/+7
* mysqlc: Fix query of cursor position in result setTamas Bunth2019-08-063-84/+136
* mysqlc: fetch data exactly when it's neededTamas Bunth2019-08-062-41/+63
* tdf#123150: Firebird: set UTF-8 client connectionTamas Bunth2019-08-051-1/+5
* tdf#121528: Firebird stores scale as a negative numberXisco Fauli2019-08-041-2/+2
* mysqlc: Add support for mysql type INT24Tamas Bunth2019-08-021-4/+7
* mysqlc: move template specialization to namespaceTamas Bunth2019-08-022-2/+4
* mysqlc: Allow conversions between different typesTamas Bunth2019-08-024-181/+210
* mysqlc: fix timestamp query of result setTamas Bunth2019-08-023-5/+44
* mysqlc: replace initializer list with assignmentTamas Bunth2019-08-021-17/+23
* mysqlc: resultset's previous() on first position..Tamas Bunth2019-08-022-1/+14
* mysqlc: Fix result set metadata related issueTamas Bunth2019-08-027-74/+168
* mysqlc: ensure fetched result while invoking lastTamas Bunth2019-08-011-0/+1
* mysqlc: Fix obtaining field information in rsTamas Bunth2019-08-013-11/+24
* mysqlc: next() should move cursor from LastTamas Bunth2019-08-012-3/+16
* mysqlc: getTablePrivileges not implemented, so..Tamas Bunth2019-07-311-2/+1
* Resolves: tdf#125878 correct calculation of H:M:S from timestampEike Rathke2019-06-191-2/+3
* connectivity: fix memory leaks caused by OConnection::acquire()Michael Stahl2019-05-317-8/+8
* tdf#122538: add index appendix for hsqldbJulien Nabet2019-05-221-2/+2
* Avoid calling java.lang.Class.newInstance()Stephan Bergmann2019-04-261-2/+9
* Resolves: rhbz#1702810 Prepare for upcoming libebook soname version bumpMilan Crha2019-04-251-0/+1
* tdf#123999: ParameterNameSubstitution in mysqljdbcJulien Nabet2019-03-272-0/+20
* tdf#122129 Firebird: fix concurrency issueTamas Bunth2019-03-141-1/+2
* Related: tdf#123975 I think this needs to be initially unsetCaolán McNamara2019-03-123-9/+3
* tdf#122437: Combine commits for libreoffice-6-2Tamas Bunth2019-02-081-24/+52
* tdf#106463 set new firebird connections as autocommit by defaultLionel Elie Mamane2019-01-292-4/+1
* Base/Mysqlc: fix schemas retrievingJulien Nabet2019-01-291-1/+1
* tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet2019-01-221-1/+1
* tdf#120576 avoid crash during database migrationCaolán McNamara2018-12-211-2/+2
* postgresql: correctly implement XMultipleResults interfaceLionel Elie Mamane2018-12-192-0/+13
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-221-0/+1
* Fix typosAndrea Gelmini2018-11-171-4/+4
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+1
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-166-18/+40
* tdf#120703 PVS: V555Mike Kaganski2018-11-111-28/+33
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-102-9/+9
* mysqlc: fix return value of XResultSet::nextTamas Bunth2018-11-092-1/+7
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-091-1/+2
* Simplify and fix Java UNO API test makefilesJan-Marek Glogowski2018-11-091-12/+2
* loplugin:unusedfieldsNoel Grandin2018-11-082-4/+1
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-063-26/+19
* Fix typo in codeAndrea Gelmini2018-11-051-2/+2
* Fix typosAndrea Gelmini2018-11-051-1/+1
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-051-9/+3