summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Expand)Author
2024-09-12use more concrete UNO classes in connectivityNoel Grandin
2024-09-04Use value-initialization instead of conditional compilationMike Kaganski
2024-09-04No need to copy the data, only to limit the size of bytes copied laterMike Kaganski
2024-09-04In MSVC, non-static constexpr objects are initialized at run-timeMike Kaganski
2024-09-04Optimize taking powers of 10, and move to the only place it's usedMike Kaganski
2024-09-03tdf#162761: fix roundingMike Kaganski
2024-08-06tdf#162340: handle target column scale in setObjectWithInfoMike Kaganski
2024-07-21tdf#156530: fix OPreparedStatement::setStringMike Kaganski
2024-07-21Unchecked dereference of UNO_QUERY resultMike Kaganski
2024-07-21Optimize a bitMike Kaganski
2024-07-20tdf#162111: promote integer types automaticallyMike Kaganski
2024-06-19Fix typoAndrea Gelmini
2024-05-07loplugin:ostr in connectivityNoel Grandin
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-05use [[noreturn]] for these throw helpersCaolán McNamara
2024-04-01tdf#146619 Drop unused 'using namespace' in: connectivity/Gabor Kelemen
2024-02-01tdf#117118 - Saves data automatically in Firebird embedded databaseJuan c. Sanz
2023-12-22Use emplace_back instead of push_back (connectivity)Julien Nabet
2023-12-01tdf#158452: FB: impossible to change field to "entry required" in GUIJulien Nabet
2023-11-29Extended loplugin:ostr: connectivityStephan Bergmann
2023-10-24loplugin:ostr (macOS)Stephan Bergmann
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: connectivityStephan Bergmann
2023-09-21Revert "tdf#117118 - Saves data automatically in Firebird embedded database"Juan C. Sanz
2023-07-22tdf#146584: FB Setting default with ALTER TABLE works but gives useless messageJulien Nabet
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-04-24tdf#117118 - Saves data automatically in Firebird embedded databasejucasaca
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-03-24loplugin:stringadd in c*Noel Grandin
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-02-15Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen
2022-10-11escapeWith is just a substitution for OUString::replaceAllMike Kaganski
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2022-06-08tdf#149470: Firebird, Clob may need several segments to store a very long inputJulien Nabet
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-01tdf#148310: Firebird: copy complete rows, CLOB field, last character lostJulien Nabet
2022-03-25tdf#132924 - Firebird findColumn: return column alias if specifiedAndreas Heinisch
2022-03-13Remove forgotten remnant test codeJulien Nabet
2022-03-12tdf#147309: Recreating a view with same name and in the same session fails (FB)Julien Nabet
2022-02-22Fix some ODatabaseMetaDataResultSet types in FirebirdJulien Nabet
2022-02-18Simplify sequence of Property in connectivity/firebirdJulien Nabet
2022-02-07fix big-endian hsql to firebird migrationCaolán McNamara