Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - Sean

1
Questions / Re: Boolean fields in MARIADB 10.4.11
I would like to second this for a fix please. Right now a checkbox only replies true for checked and ' ' for not checked. Our databases require a tinyint(1) for our boolean value. This is necessary so that a SELECT * FROM table WHERE column = TRUE or FALSE is used. I have triggers that depend on this to be the case.

Thank you.