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

--- Comment #7 from Drew Jensen <[email protected]> ---
It is not a migration problem, per se.

The 0 and 1 are correct when the database is HSQLdb since HSQLdb 1.8 had no
native boolean field (it was an alias for a BIT field of length 1).

Firebird has a real boolean field type, so the 0 and 1 are incorrect here,
rather it expects True, False or Unknown.

ps HSQLdb 2.x added an actual boolean type and Base has this same problem when
working with an external HSQLdb database. [just now I scanned the old forums
and this issue has come up numerous times there]

-- 
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