https://bugs.documentfoundation.org/show_bug.cgi?id=119502

--- Comment #7 from Drew Jensen <[email protected]> ---
For what it's worth.

If you create an sql script file form each of the test files and attempt to
apply the table create statement in a Firebird emb ODB via the SQL Window:

The 5 character (multi-byte) string

CREATE TABLE "\u0420\u0443\u0441\u0441\u043a"("\u0420\u0443\u0441\u0441\u043a"
VARCHAR(100))

is accepted.

The 19 character (multi-byte) string

CREATE TABLE
"\u0420\u0443\u0441\u0441\u043a\u043e\u0435\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435"("\u0420\u0443\u0441\u0441\u043a"
VARCHAR(100))

is rejected with exactly the same error as during the migration assistant:

2: firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -104
*Name longer than database column size
caused by
'isc_dsql_prepare'


So I would think this is best as a new issue against the SDBC driver and not
just the Migration Assistant.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to