https://bugs.documentfoundation.org/show_bug.cgi?id=146432
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Summary|LibreOffice Base crashes |LibreOffice Base crashes |when a mysql query with |when a mysql query with |REGEXP_REPLACE() is |REGEXP_REPLACE() is |executed |executed in query editor | |with direct connection to | |MariaDB Ever confirmed|0 |1 --- Comment #7 from Robert Großkopf <[email protected]> --- Have tested this with 10.5.13-MariaDB on OpenSUSE 15.3 64bit rpm Linux. Created the table with the one field. Set this field to primary key. Then added content to the first row and tested with phpMyAdmin. Works as expected. Opened MariaDB-Connection with Base. Started in Tools → SQL the same query. Selected "Show output …". Output will be shown, no problems appear. Testing with direct connection: When doing the same in Query editor LO will crash immediately. Could also mask the content by double quotes like SELECT REGEXP_REPLACE( "rpath", '/[^/]*$', '' ) FROM "test"."urls" AS "urls" Crash will be the same. Testing with JDBC connection: No crash, query will be executed without problems. All tested with LO 7.3.0.1. -- You are receiving this mail because: You are the assignee for the bug.
