Steps to reproduce: 1) Create a table as below ``` post: id int auto_increment (PK) name text is_active bool ``` 2) Insert some dummy rows 3) Add a filter `is_active` and set it to true and press enter (This should filter correctly). Now click enter again, the value changes to `false` from `true` ### First enter press  ### Second enter press (Or clicking on `Run query` button changes the value to `false`) 