Fixes & possibility to disable snake_case convert
v0.12.0
Fixes
- Now named arguments always went after positional. Fix for #35
New feature:
- 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 argumentno_auto_snake_case=True
and O!MyModels will do nothing with the table or column names.