summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2024-07-25related tdf#161865: fix another ODR violationXisco Fauli2-2/+2
2024-07-23tdf#156530: fix OPreparedStatement::setStringMike Kaganski3-7/+21
2024-07-23tdf#136637: handle SQLException in OStatementBase::disposingMike Kaganski1-0/+3
2024-05-17WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara3-5/+5
2024-05-16Drop unneeded 'using' instancesGabor Kelemen1-1/+0
2024-05-12cid#1597307 silence Unchecked return valueCaolán McNamara2-2/+2
2024-05-11replace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin2-2/+2
2024-05-11replace createFromAscii with OUString literals in OpenDocumentButtonNoel Grandin3-21/+7
2024-05-11replace createFromAscii with OUString literals in SbaTableQueryBrowserNoel Grandin1-8/+8
2024-05-11replace createFromAscii with OUString literals in ReadThroughComponentNoel Grandin1-5/+3
2024-05-11replace createFromAscii with OUString literals in SubComponentManagerNoel Grandin1-4/+4
2024-05-11replace createFromAscii with OUString literals in ResourceManagerNoel Grandin4-9/+9
2024-05-11replace createFromAscii with OUString literals in DBContentLoaderNoel Grandin1-8/+8
2024-05-11replace createFromAscii with OUString literals in OApplicationDetailViewNoel Grandin2-13/+13
2024-05-11replace createFromAscii with OUString literals in ODsnTypeCollectionNoel Grandin4-5/+5
2024-05-11replace createFromAscii with OUString literals in ODatabaseModelImplNoel Grandin1-6/+6
2024-05-11replace createFromAscii with OUString literals in DocumentEventsNoel Grandin1-41/+32
2024-05-11replace createFromAscii with OUString literals in ODatabaseDocumentNoel Grandin2-15/+10
2024-05-10replace createFromAscii with OUString literals in DocumentEventNotifierNoel Grandin2-50/+18
2024-05-10cid#1597273 Unchecked return valueCaolán McNamara1-3/+1
2024-05-09workaround segfault in compiler on macos-clang-intelNoel Grandin1-2/+2
2024-05-08WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara10-23/+23
2024-05-08return early on empty ORelationTableConnectionData*Caolán McNamara1-1/+1
2024-05-07loplugin:ostr in dbaccessNoel Grandin182-1542/+1545
2024-05-05use [[noreturn]] for these throw helpersCaolán McNamara2-4/+0
2024-05-03tdf#160375 Base displays and gives the full name of the tablePierre2-6/+11
2024-05-03tdf#160423 Base handle zoned time type correctlyPierre1-0/+2
2024-04-29Drop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski54-798/+476
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-1/+1
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn2-6/+6
2024-04-22use more OUString literalNoel Grandin1-23/+12
2024-04-18tdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca7-25/+4
2024-04-10simplify OGenericUnoController initNoel Grandin10-29/+17
2024-04-10OGenericUnoController remove some typedefsNoel Grandin1-4/+4
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin2-13/+7
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen129-276/+0
2024-04-02simplify SotTempStream and lifetimeNoel Grandin7-16/+16
2024-03-20Related: tdf#108057 Use autoincrement for automatically added primary keyMike Kaganski3-19/+31
2024-03-20tdf#103068: make sure to update and use current MySQL connection typeMike Kaganski3-18/+23
2024-03-15tdf#114441 change use of sal_uLong to better integer types in dbaccessanish.deshpande1-1/+1
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin4-5/+5
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)2-0/+4
2024-02-14Fix typoAndrea Gelmini1-1/+1
2024-02-13try reenabling CppunitTest_dbaccess_hsqldb_test on macOSCaolán McNamara1-3/+0
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)5-182/+143
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)3-8/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski6-6/+6
2024-01-22cid#1586675 Missing move assignment operatorCaolán McNamara1-2/+1
2024-01-16loplugin:unusedmethodsNoel Grandin1-6/+0