summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2023-05-28Related tdf#153317: extra check since we deal with signed integersJulien Nabet1-1/+1
2023-05-28tdf#153317: direct SQL: try to detect Bit field in Mysql/MariaDBJulien Nabet1-2/+15
2023-05-13tdf#153004: error when copying content to a table without autovalue primary keyJulien Nabet1-1/+1
2023-04-02Resolves: tdf#153908 scrolling relationships moves the wrong directionCaolán McNamara1-2/+2
2023-01-28[cp] Remove Help - Donate to LibreOffice menu itemAndras Timar5-15/+0
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-12-12Related tdf#152381: fix "lengths do not match"Julien Nabet1-1/+1
2022-12-01tdf#149221 Handle HID on Database Wizard dialogRafael Lima2-0/+7
2022-11-29dbaccess: remove unused includesXisco Fauli6-32/+0
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin7-7/+5
2022-11-23UnoApiTest: factor out createTempFileXisco Fauli6-26/+13
2022-11-22tdf#151827 Improves strings about ODBC connectionRafael Lima1-3/+3
2022-11-22loplugin:unusedfieldsNoel Grandin9-20/+0
2022-11-15Resolves: tdf#152043 line wrap the labelCaolán McNamara3-3/+12
2022-11-15sync with dbwizconnection page wrt the expansion of 'browseurl'Caolán McNamara2-0/+3
2022-11-15resave with latest gladeCaolán McNamara3-165/+165
2022-11-13tdf#114441: Convert use of sal_uLong to better integer typesHarshita Nag1-1/+1
2022-11-11move password handling from SwModelTestBase to UnoApiTestXisco Fauli1-0/+1
2022-11-11Drop a counterproductive const&Stephan Bergmann1-1/+1
2022-11-09UnoApiTest: factor out common codeXisco Fauli2-0/+2
2022-11-04calling getCaughtException twice in one catch block is not allowedNoel Grandin1-1/+1
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin3-178/+183
2022-11-01error when copying table and the copy table wizard creates the primary keyNoel Grandin1-1/+3
2022-10-28Typo: SERVICE_SDB_PREPAREDSTATMENT->SERVICE_SDB_PREPAREDSTATEMENT (dbaccess)Julien Nabet2-2/+2
2022-10-28Fix bug in copying table where we need to create a primary keyNoel Grandin1-0/+14
2022-10-28add TOOLS_WARNNoel Grandin1-0/+1
2022-10-28make ValueTransfer easier to understandNoel Grandin1-35/+33
2022-10-28rename createPreparedStatment->createPreparedStatementNoel Grandin3-4/+4
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski2-3/+3
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski2-8/+5
2022-10-24UnoApiTest: factor out common codeXisco Fauli4-24/+7
2022-10-23tdf#151073 - enable firebird for appstore build w/o experimental modeChristian Lohmaier2-1/+5
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli11-42/+25
2022-10-21Related: tdf#114441 use better types in place of recently changed onesIlmari Lauhakangas3-3/+3
2022-10-20tdf#114441 sal_uLong type to sal_uInt32 typeCalvince Otieno2-2/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-7/+7
2022-10-10Resolves: tdf#151441 queries don't show any contentCaolán McNamara1-2/+10
2022-10-05Resolves: tdf#149277 we don't want to search the whole tree for dupsCaolán McNamara1-1/+1
2022-10-05tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth5-10/+5
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin7-9/+9
2022-09-27use more string_view in dbaccessNoel Grandin13-39/+46
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt12-20/+20
2022-09-12cid#1509268 Out-of-bounds accessCaolán McNamara1-0/+6
2022-09-10convert EmbeddedMacros to scoped enumNoel Grandin4-11/+11
2022-09-09convert CursorMoveDirection to scoped enumNoel Grandin3-25/+25
2022-09-08loplugin:unusedfieldsNoel Grandin2-8/+2
2022-09-07apply ui-rulesCaolán McNamara1-0/+1
2022-09-07convert PreviewMode to scoped enumNoel Grandin3-19/+19
2022-09-07convert ElementOpenMode to scoped enumNoel Grandin5-24/+24