Skip to content

TVB-2869: Convert string booleans to booleans when applying filters

Marmaduke Woodman requested to merge TVB-2869 into master

Created by: VinczeRobert

The problem appears only with SQLite when applying a filter. When loading a page everything is good, but when the filters are applied on a field and the sql query string is built, instead of 'True' you have '"True"' and that is what messed things up.

Merge request reports