https://bugs.freedesktop.org/show_bug.cgi?id=71251

--- Comment #6 from Lionel Elie Mamane <lio...@mamane.lu> ---
(In reply to comment #5)
> Could be it is a problem with the Bool-field inside of this table. There is
> no special Bool-field in Firebird.

Hmm... Could we fake BOOLEAN in the driver, if necessary? (Meaning, if that's
the problem). Maybe we could just do it like MySQL and at table *creation*
time, just map BOOLEAN to TINYINT(1) or something like that. (And then, the
table has a TINYINT(1) field, not a BOOLEAN field.)

(note: firebird 3 has/will have BOOLEAN datatype)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to