|
>> Cannot reproduce. Feel free to return with reproducible test case.
Try to reproduce with attached file (scipt). >> I guess you're using incorrect client charset, not matching the text encoding. Everything is possible. But removing 1 space char query works correctly. I've attached a complete failing script (it's saved into UTF8 by the notepad). I can reproduce the issue using isql -i <db.sql>
This is not direct related to COMMENT ON. It's a blob transliteration problem in a specific case.
To make issue better documented, that is what happens.
When blob are transliterating, we consider that segments could have truncated text, in this case the truncated part is processed when the next segment is written. But also, a transliteration may increase the string length, and if it is greated than 64K, it's written in chunks. When the not-first chunk has truncated string, it has not being deferred to next segment and error incorrectly happens immediatelly. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I guess you're using incorrect client charset, not matching the text encoding.