summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/hsqldb/rowinputbinary.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Use emplace_back instead of push_back (dbaccess)Julien Nabet1-13/+13
2022-09-27use more string_view in dbaccessNoel Grandin1-2/+2
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-11/+11
2022-02-07sal_uInt8 is typedefed as unsigned char so this casting isn't neededCaolán McNamara1-12/+7
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski1-3/+1
2021-10-11loplugin:moveparam in dbaccessNoel Grandin1-3/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+6
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen1-1/+0
2019-07-13dbaccess: use local variable aBytesXisco Fauli1-1/+1
2019-07-12tdf#126268: Add support for negative decimalXisco Fauli1-1/+19
2019-07-11tdf#126268: first byte is not used for the sign symbolXisco Fauli1-19/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-3/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+3
2019-03-04new loplugin typedefparamNoel Grandin1-3/+1
2019-01-22tdf#122885: fix crash when converting odb file to FirebirdJulien Nabet1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-22 tdf#119625: coerce migrated Time between 0 and 24 hoursTerrence Enger1-8/+6
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-1/+1
2018-06-14tdf#118043 dbahsql: Fix putDot funcitonTamas Bunth1-6/+5
2018-05-28tdf#117732: Mig FB, fix reading of timeJulien Nabet1-1/+14
2018-05-02tdf#117296 dbahsql: Fix migration of numericTamas Bunth1-7/+4
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth1-3/+3
2018-03-29dbahsql: Unit test for binary importTamas Bunth1-16/+39
2018-03-12dbahsql: use empty Any for "Other" columnTamas Bunth1-2/+1
2018-03-12another fix for AndroidNoel Grandin1-1/+1
2018-03-12blind fix for AndroidNoel Grandin1-1/+1
2018-03-11dbahsql: import DATE and DATETIME columnsTamas Bunth1-2/+32
2018-03-11dbahsql: import TIME columnsTamas Bunth1-1/+8
2018-03-10dbahsql: Add numeric/decimal importTamas Bunth1-1/+94
2018-03-07dbahsql: add BINARY and VARBINARY importTamas Bunth1-1/+1
2018-03-05HSQLDB Binary importTamas Bunth1-0/+246