summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:data (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin6-14/+6
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák2-2/+2
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov7-104/+76
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann2-2/+17
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák11-11/+11
2019-09-23tdf#127657: FIREBIRD error in query input param when referred field is integerJulien Nabet1-0/+14
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin6-10/+8
2019-09-17tdf#126852 Bind TEXT mysql type to ClobTamas Bunth1-1/+3
2019-09-12cid#1453559 silence Unchecked return valueCaolán McNamara2-2/+2
2019-09-12base: add some doc from Tomi's talkMiklos Vajna1-0/+1
2019-09-11tdf#120945: Relationship of tables isn't recognized by formwizardJulien Nabet2-10/+14
2019-09-07tdf#39593 drop comphelper::getImplementationArkadiy Illarionov8-8/+15
2019-09-07tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov24-35/+45
2019-09-06mysqlc: Support connection to utf8mb4 serverTamas Bunth1-1/+3
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov27-49/+55
2019-09-06TyposAndrea Gelmini17-22/+22
2019-09-03tdf#127093 mysqlc: set NO_AUTO_VALUE_ON_ZEROTamas Bunth1-1/+2
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-31mysqlc: Implement DatabaseMetadata::getUserNameTamas Bunth1-3/+13
2019-08-31Related tdf#118809: add some XDatabaseMetaData for FirebirdJulien Nabet1-3/+8
2019-08-31tdf#118809: Fill DatabaseProductName and DatabaseProductVersion for FirebirdJulien Nabet1-2/+7
2019-08-30new loplugin:noexceptmoveNoel Grandin1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin2-2/+2
2019-08-25Fix build on big-endian platforms with clangMike Kaganski1-1/+1
2019-08-24loplugin:returnconstval in connectivity..cuiNoel Grandin1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski4-6/+6
2019-08-22loplugin:constmethod in connectivityNoel Grandin16-22/+22
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin6-10/+10
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet21-97/+21
2019-08-17tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara2-16/+42
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin3-18/+9
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin5-6/+7
2019-08-15replace ".get->" with "->"Noel Grandin1-2/+2
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann1-1/+1
2019-08-07tdf#126588 crash in saving viewNoel Grandin2-0/+2
2019-08-05tdf#39593 Drop connectivity::sdbcx::ODescriptor::getImplementationArkadiy Illarionov2-13/+6
2019-08-01mysqlc: Add test for textual blob typesTamas Bunth1-0/+45
2019-07-31mysqlc: getTablePrivileges not implemented, so..Tamas Bunth1-6/+1
2019-07-31Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann51-194/+191
2019-07-31mysqlc: Support reading blob as stringTamas Bunth1-1/+7
2019-07-31tdf#123591: truncate and round to 'scale' number of decimal placesXisco Fauli1-1/+3
2019-07-29mysqlc: Fix query of cursor position in result setTamas Bunth3-82/+130
2019-07-25Fix typosAndrea Gelmini1-1/+1