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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Julien Nabet <[email protected]> ---
Indeed, utf8 requires 4 bytes max so Firebird can only use 32767 (or rather
32765?) / 4.

By default, databases are created with utf8 but instead of creating a specific
gui to change this, we can also change the database character set at the
beginning, eg:
alter database set default character set ascii;
(seen https://github.com/FirebirdSQL/firebird/issues/5049)

Of course, there's still the migration pb. Now do you really have a VARCHAR
column in HSQLDB containing so much characters? I thought it would be a
LONGVARCHAR which seems to be mapped as a BLOB.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to