https://bugs.documentfoundation.org/show_bug.cgi?id=133769
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #7 from Robert Großkopf <[email protected]> --- (In reply to Julien Nabet from comment #6) > > 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. No, it is a varchar-field. Created this in a table for collecting all goods and prices for bills. But it will also work with 8000 characters … Has only been an example. 8000 characters will be enough to fill a bill with up to 3 pages. And a CLOB field will do the rest. Better UTF8 and CHAR_LENGTH will work the right way. I will close this bug as worksforme. -- You are receiving this mail because: You are the assignee for the bug.
