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