Skip to content

Fixes & possibility to disable snake_case convert

Compare
Choose a tag to compare
@xnuinside xnuinside released this 12 Oct 06:51
· 18 commits to main since this release

v0.12.0

Fixes

  1. Now named arguments always went after positional. Fix for #35

New feature:

  1. Availability to disable auto-name convertion - #36.
    Now, if you want to keep names 1-to-1 as in your DDL file, you can set argument no_auto_snake_case=True and O!MyModels will do nothing with the table or column names.