summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane2018-05-231-1/+1
* convert DecodeMechanism to scoped enumNoel Grandin2017-12-185-21/+21
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2017-12-182-2/+2
* Fix typosAndrea Gelmini2017-12-051-2/+2
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-051-1/+1
* connectivity writer driver: survive merged cellsMiklos Vajna2017-10-151-1/+12
* add libebook-1.2.so.19 in EApi.cxxRico Tzschichholz2017-07-311-0/+1
* Fix buildAron Budea2017-07-241-1/+1
* Implement mail merge data source from Writer tablesMiklos Vajna2017-07-2430-86/+2014
* tdf#108789 quick fix for 5.3 branch onlyJulien Nabet2017-07-121-2/+5
* tdf#55631: DBASE import (take 2)Julien Nabet2017-06-271-0/+5
* Related tdf#108068: Use new name of column when it's been changedJulien Nabet2017-05-301-11/+11
* tdf#107196: fix firebird relationshipJulien Nabet2017-05-041-12/+12
* tdf#107457 don't quote columns referred by expression (not by name)Lionel Elie Mamane2017-05-041-2/+7
* tdf#105142 set default charset to UTF8Tamás Bunth2017-02-021-1/+10
* loplugin:refcountingStephan Bergmann2017-01-242-6/+11
* tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth2017-01-246-1/+205
* jdbc clob character stream: return 1 when returning a single odd byteLionel Elie Mamane2017-01-131-1/+1
* tdf#104858: fix typoJulien Nabet2016-12-231-1/+1
* tdf#70506 implement getColumnLabel functionWastack2016-12-201-2/+7
* tdf#104227: fix subtypes DECIMAL/NUMERIC in resultsetJulien Nabet2016-12-041-4/+4
* Related: coverity#1371267 copy ctor broken, nPagePos not copiedCaolán McNamara2016-11-241-0/+1
* OPreparedStatement::m_aTypeInfo is unusedStephan Bergmann2016-11-225-9/+7
* loplugin:datamembershadowStephan Bergmann2016-11-212-12/+11
* loplugin:datamembershadowStephan Bergmann2016-11-212-3/+1
* get table name from resultset simplyWastack2016-11-219-259/+12
* tdf#74172 ensure prepared while setting numericWastack2016-11-211-0/+4
* connectivity, sc: add missing #include <osl/endian.h>Michael Stahl2016-11-211-0/+1
* add missing dep on affine UNO envDavid Tardon2016-11-212-0/+6
* loplugin:datamembershadowStephan Bergmann2016-11-212-2/+0
* loplugin:datamembershadowNoel Grandin2016-11-182-2/+0
* sync ONDXPagePtr impl with current SvRef implCaolán McNamara2016-11-182-26/+40
* this is copied from SvRefBase, so copy the clang opt fix here tooCaolán McNamara2016-11-182-13/+11
* includes should be at the top of the fileNoel Grandin2016-11-181-1/+1
* new loplugin finalprotectedNoel Grandin2016-11-162-2/+1
* fix build of kde3 addressbookCaolán McNamara2016-11-151-1/+1
* fix buildNoel Grandin2016-11-151-1/+1
* loplugin:constantparamNoel Grandin2016-11-155-12/+10
* Make ~OCode an anchor again for vtable and RTTI emissionStephan Bergmann2016-11-142-1/+3
* coverity#1371279 Missing move assignment operatorCaolán McNamara2016-11-141-44/+58
* coverity#1394295 Unchecked return valueCaolán McNamara2016-11-121-1/+1
* coverity#1371239 Missing move assignment operatorCaolán McNamara2016-11-121-0/+11
* Related tdf#70433: Use subtype to distinguish BLOB/CLOB for FirebirdJulien Nabet2016-11-122-1/+19
* tdf#71251: VARCHAR max length is 32765 for FirebirdJulien Nabet2016-11-111-2/+2
* Revert "coverity#1371239 Missing move assignment operator"Caolán McNamara2016-11-111-9/+0
* coverity#1371239 Missing move assignment operatorCaolán McNamara2016-11-111-0/+9
* loplugin:staticmethodsStephan Bergmann2016-11-102-8/+10
* loplugin:stringconstantStephan Bergmann2016-11-101-1/+1
* loplugin:cstylecastStephan Bergmann2016-11-101-1/+1
* WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack2016-11-109-39/+324