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

Alex Thurgood <ipla...@tuta.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #6 from Alex Thurgood <ipla...@tuta.io> ---
@zoomer1 : without a test db, how are we supposed to even attempt to reproduce
the problem you describe ? 

There are several ways to obtain the result that you wanted, but we are still
none the wiser as to which one you used. How is your checkbox field bound to
the table field definition ? What is the datatype you used in your original
hsqldb-embedded ODB to define your boolean behaviour ?

For example, I could solve this by :

- using a BOOLEAN field, but with the caveats at:

http://hsqldb.org/doc/guide/sqlgeneral-chapt.html#sgc_boolean_type

- using a CHAR or VARCHAR field and testing for the presence or absence of the
char string ;

- using a BIT field

etc, etc

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

Reply via email to