- Bugfix where elided tree from a boolean token triggered ambiguity resolver
1.0.2
- Resolving Dependabot suggestions
1.0.1
- Simplify docs - Add missing Postgres api docs - Generalizing `validation_only` to the `Bifrost` superclass
1.0.0
- Subquery support - CTE (Common Table Expressions) support - PostgreSQL support - Renamed constraint method `required_constraints` to `parameterized_constraints` - Renamed Bifrost method `mocked` to `validation_only` - All exceptions include a `ctx` property for debugging - Mysql `INTERVAL` syntax support
0.3.0
- Autofix nonqualified column names - Bugfix where aliases composed of multiple columns would not correctly resolve - Allow customization of SQL dialect placeholder format - Bugfix to allow forwards and backwards required conditions - Add required whitespace to SQL grammars - SQL prettyprinter should return everything on one line. - Bugfix with Mysql prompt envelope mentioning sqlite
0.2.1
- Automated Github releases - Add sdist and wheels to workflow artifacts