Skip to content

v0.8.3 - Fixes for dataclasses & refactoring for future code converter feature

Compare
Choose a tag to compare
@xnuinside xnuinside released this 12 Jul 21:09
· 51 commits to main since this release

v0.8.3

  1. Added fundamental concept of TableMetaModel - class that unifies metadata parsed from different classes/ORM models types/DDLs to one standard to allow easy way convert one models to another
    in next releases it will be used for converter from one type of models to another.
  2. Fixed issue: #18 "NOW() not recognized as now()"
  3. Fixed issue: #19 "Default value of now() always returns same time, use field for dataclass"