Skip to content

Releases: amoffat/HeimdaLLM

Release 1.0.3

03 Feb 08:47
3bc5e7c
Compare
Choose a tag to compare
  • Bugfix where elided tree from a boolean token triggered ambiguity resolver

Release 1.0.2

10 Nov 21:28
461ae85
Compare
Choose a tag to compare
  • Resolving Dependabot suggestions

Release 1.0.1

12 Sep 09:45
3b2154d
Compare
Choose a tag to compare
  • Simplify docs
  • Add missing Postgres api docs
  • Generalizing validation_only to the Bifrost superclass

Release 1.0.0

11 Sep 07:08
9836d62
Compare
Choose a tag to compare
  • 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

Release 0.3.0

16 Jul 05:52
f4c0e4b
Compare
Choose a tag to compare
  • 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

Release 0.2.1

10 Jul 22:02
Compare
Choose a tag to compare
  • Automated Github releases
  • Add sdist and wheels to workflow artifacts