summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Related tdf#153003: Copying a query and pasting as table in same DB impossibleJulien Nabet1-1/+1
2023-01-07tdf#152900: "Create new field as primary key" disabled...Julien Nabet1-2/+2
2022-11-20make ValueTransfer easier to understandNoel Grandin1-35/+33
2022-11-01error when copying table and the copy table wizard creates the primary keyNoel Grandin1-1/+3
2022-11-01tdf#151073 - enable firebird for appstore build w/o experimental modeChristian Lohmaier2-1/+5
2022-11-01Fix bug in copying table where we need to create a primary keyNoel Grandin1-0/+14
2022-10-13tdf#149944 Do away with some excessive, unwarranted horizontal spacingAdolfo Jayme Barrientos1-3/+1
2022-10-10Resolves: tdf#151441 queries don't show any contentCaolán McNamara1-2/+10
2022-10-06Resolves: tdf#149277 we don't want to search the whole tree for dupsCaolán McNamara1-1/+1
2022-07-27tdf#150089: not all databases know "RESTART WITH"Julien Nabet1-27/+31
2022-06-05cid#1504593 silence Dereference null return valueCaolán McNamara3-8/+12
2022-06-03elide some makeStringAndClear() classNoel Grandin6-16/+17
2022-06-02cid#1504597 Dereference null return valueCaolán McNamara1-5/+3
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann2-3/+4
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann9-13/+20
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-4/+2
2022-05-18no need to take a lock when returning static dataNoel Grandin1-1/+0
2022-05-14Add extended tips for Direct SQL dialogOlivier Hallot1-0/+30
2022-05-14Bump directsqldialog.ui to latest Glade versionOlivier Hallot1-84/+81
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin4-12/+6
2022-05-09Fix typo in codeAndrea Gelmini1-1/+1
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin2-3/+3
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann77-432/+431
2022-05-03add o3tl::equalsAsciiNoel Grandin2-3/+4
2022-05-01use more string_view in variousNoel Grandin4-11/+17
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin3-5/+6
2022-04-29use more string_view in INetURLObjectNoel Grandin5-7/+7
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl2-2/+2
2022-04-20loplugin:passstuffbyrefNoel Grandin14-16/+16
2022-04-18tdf#42982 Improved UNO API error reporting.Siddhant Chaudhary1-2/+2
2022-04-17Removed duplicated includeAndrea Gelmini1-1/+0
2022-04-14use more string_view in dbaccessNoel Grandin5-46/+48
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin13-55/+57
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-9/+14
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin3-5/+6
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin7-11/+18
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-3/+3
2022-04-04use string_view in comphelper::string::splitNoel Grandin2-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin7-20/+27
2022-03-31tdf#147906 Use std::hypot for Pythagorean additionpragat-pandya1-1/+1
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-3/+0
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2022-03-25tdf#132924 - Firebird findColumn: return column alias if specifiedAndreas Heinisch2-0/+28
2022-03-24Create OUString from ASCII literal instead of createFromAsciiMike Kaganski1-2/+2
2022-03-24Related tdf#147997: connect directly dialogJulien Nabet1-1/+1
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski1-8/+6
2022-03-16tdf#147997: MySQL/MariaDB for dialog for direct connectionJulien Nabet5-13/+13
2022-03-11loplugin:constparamsNoel Grandin2-2/+2