[Libreoffice-bugs] [Bug 121469] FIREBIRD: Migration for table names with special characters fails
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Nov 17 18:12:50 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=121469
--- Comment #6 from robert at familiegrosskopf.de ---
(In reply to m.a.riosv from comment #5)
> CREATE TABLE Straße (CUST_NO INTEGER NOT NULL, CUSTOMER VARCHAR(25) NOT
> NULL, PRIMARY KEY (CUST_NO) )
This is wrong code for creating a table with lower characters. "ß" is a special
lower character. With
CREATE TABLE Strasse
the table will be named STRASSE.
With the right delimiters
CREATE TABLE "Straße"
it will work well as observed by you.
There will be used delimiters during the migration-process, because the tables
where shown with lower and upper case characters. So this isn't the problem of
the migration-process.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181117/f49af0b7/attachment.html>
More information about the Libreoffice-bugs
mailing list