----------------------------------------- * Improve the lark parser to validate explicitly using the database columns and column types available in the data. * Run a validation phase on a parsed tree to make sure that arguments are correct types. * Return descriptive errors * Improve cross database support
0.22.1
----------------------------------------- * Like and ilike filter generation is more lenient
0.22.0
----------------------------------------- * Drop python2 support
0.21.0
----------------------------------------- * Add [syntax] to disambiguate database columns in parsed fields * Save original config to ingredient when generating parsed fields.
0.20.1
----------------------------------------- * Fix issue with parsing >= and <=
0.20.0
----------------------------------------- * Update total_count to use caching * Fix datatime auto conversions