summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Connection.hxx
AgeCommit message (Expand)Author
2024-02-01tdf#117118 - Saves data automatically in Firebird embedded databaseJuan c. Sanz
2023-09-21Revert "tdf#117118 - Saves data automatically in Firebird embedded database"Juan C. Sanz
2023-04-24tdf#117118 - Saves data automatically in Firebird embedded databasejucasaca
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2021-09-12tdf#117842: use XUnoTunnel to get wrapped connection reliablyMike Kaganski
2021-06-10update firebird modelinesCaolán McNamara
2021-03-23tdf#124176: Use pragma once instead of include guardsMehmet Sait Gülmez
2020-07-18compact namespace: connectivityNoel Grandin
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-03-08loplugin:unusedfieldsNoel Grandin
2018-02-02remove connectivity OSubComponentNoel Grandin
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann
2017-01-14tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-21coverity#1371622 Uninitialized scalar fieldCaolán McNamara
2016-08-18tdf#72987 GSoC Use Firebird backup formatWastack
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-13loplugin:passstuffbyref in connectivityNoel Grandin
2016-01-05Revert "WIP tdf#72987 Use firebird backup format for .odb no need for rebuild...Lionel Elie Mamane
2016-01-05WIP tdf#72987 Use firebird backup format for .odb no need for rebuild indexesPopa Adrian Marius
2015-11-30protected -> privateStephan Bergmann
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-09-25coverity#1210000 Uncaught exceptionCaolán McNamara
2014-06-28firebird: release driver on dispose rather than destroy.Norbert Thiebaud
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-05-23coverity#1103737 Uncaught exceptionCaolán McNamara
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane