summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Adapt to Bison 3.8 internal yyn -> yyrule renameStephan Bergmann2021-11-051-0/+6
* tdf#131212: Implement change user password in FirebirdJulien Nabet2020-04-083-6/+16
* tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet2020-03-311-0/+1
* tdf#131164: Fix crash on Tools>User Administration (Firebird)Julien Nabet2020-03-071-2/+2
* tdf#130708: Firebird: fix wrong precision and scale for DECIMAL and NUMERICJulien Nabet2020-02-171-6/+6
* Related tdf#128974: Really deal with "default" and "default-release" profilesJulien Nabet2020-01-061-0/+10
* In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet2019-12-021-1/+1
* tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet2019-11-271-1/+1
* tdf#128111: "adsrc" doesn't exist from Postgresql 12Julien Nabet2019-10-154-7/+18
* tdf#127657: FIREBIRD error in query input param when referred field is integerJulien Nabet2019-09-231-0/+14
* tdf#126852 Bind TEXT mysql type to ClobTamas Bunth2019-09-181-1/+3
* tdf#120945: Relationship of tables isn't recognized by formwizardJulien Nabet2019-09-122-10/+14
* mysqlc: Support connection to utf8mb4 serverTamas Bunth2019-09-101-1/+3
* Related tdf#118809: add some XDatabaseMetaData for FirebirdJulien Nabet2019-09-051-3/+8
* tdf#127093 mysqlc: set NO_AUTO_VALUE_ON_ZEROTamas Bunth2019-09-041-1/+2
* mysqlc: Implement DatabaseMetadata::getUserNameTamas Bunth2019-09-021-3/+13
* tdf#118809: Fill DatabaseProductName and DatabaseProductVersion for FirebirdJulien Nabet2019-08-311-2/+7
* tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara2019-08-292-17/+43
* tdf#123591: truncate and round to 'scale' number of decimal placesXisco Fauli2019-08-071-1/+3
* tdf#126588 crash in saving viewNoel Grandin2019-08-072-0/+2
* mysqlc: Add test for textual blob typesTamas Bunth2019-08-031-0/+45
* mysqlc: getTablePrivileges not implemented, so..Tamas Bunth2019-08-031-6/+1
* mysqlc: Support reading blob as stringTamas Bunth2019-08-021-1/+7
* mysqlc: Fix query of cursor position in result setTamas Bunth2019-08-023-82/+130
* tdf#123150: Firebird: set UTF-8 client connectionTamas Bunth2019-07-151-1/+5
* tdf#123591: Firebird: Fix setting double valuesTamas Bunth2019-07-152-14/+36
* tdf#121528: Firebird stores scale as a negative numberXisco Fauli2019-07-111-2/+2
* tdf#123591: Firebird: take decimal places into account...Xisco Fauli2019-07-101-0/+7
* Resolves: tdf#125878 correct calculation of H:M:S from timestampEike Rathke2019-06-131-2/+3
* mysqlc: Add support for mysql type INT24Tamas Bunth2019-06-051-4/+7
* connectivity: fix memory leaks caused by OConnection::acquire()Michael Stahl2019-05-317-8/+8
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-05-291-5/+17
* New loplugin:dataStephan Bergmann2019-05-2210-10/+10
* tdf#122538: add index appendix for hsqldbJulien Nabet2019-05-221-2/+2
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-05-141-11/+32
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-137-16/+16
* regenerate PCH headersLuboš Luňák2019-05-127-16/+17
* an is used before a vowel soundCaolán McNamara2019-05-102-2/+2
* Clean up makefile (remove some cargo-cult copied stuff)Jens Carl2019-05-091-40/+6
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-0910-199/+162
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-05-074-7/+164
* Fix typoAndrea Gelmini2019-05-011-1/+1
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-4/+1
* Fix typoAndrea Gelmini2019-04-301-1/+1
* Fix typoAndrea Gelmini2019-04-301-1/+1
* Fix typoAndrea Gelmini2019-04-291-1/+1
* Resolves: rhbz#1702810 Prepare for upcoming libebook soname version bumpMilan Crha2019-04-251-0/+1
* Cut down on -pthread/-lpthread proliferationStephan Bergmann2019-04-252-2/+1
* mysqlc: Allow conversions between different typesTamas Bunth2019-04-254-181/+210
* Avoid calling java.lang.Class.newInstance()Stephan Bergmann2019-04-241-2/+9