https://bugs.documentfoundation.org/show_bug.cgi?id=162339
Bug ID: 162339
Summary: MySQL/MariaDB direct connection: Table with spaces in
table name couldn't be deleted by GUI
Product: LibreOffice
Version: 7.4 all versions
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Open a connection to MySQL/MariaDB database with direct connector.
Create a table through GUI and name the table with spaces, for example
"My new Table".
Table will be created without any problems.
Now try to delete the table through GUI.
Impossible to delete the table through GUI.
Seems GUI won't mask the table name when trying to drop the table.
Same with JDBC connection works well.
Same through Tools → SQL will work also (DROP TABLE "My new Table").
This bug appears in all LO-versions with direct driver here. So seems it never
worked.
By the way: Trying to delete the table through GUI in LO 24.8.0.2 leads to
crash from whole LO…
--
You are receiving this mail because:
You are the assignee for the bug.