This repository was archived by the owner on Apr 15, 2025. It is now read-only.
v0.7.1
What's Changed
Bug Fixes
- Argument list too long when connecting to a database with a large schema error
- Generator exit codes and error messages are not propagated on windows
- Prevent the accidental stripping of sqlite database names that contain the phrase sqlite
- Mypy Plugin: Removed UnicodeExpr as it is no longer supported
- Do not copy schema file if generating to the current dir
Windows Support
This release adds official support for the Windows platform!
The main fix that comes with this release is a workaround for the missing error messages issue that has plagued so many.
Internal Improvements
A lot of the effort that went into this release was improving our internal testing strategies. This involved a major overhaul of our testing suite so that we can easily test multiple different database providers. This means we will be less likely to ship bugs and will be able to develop database specific features much faster!
In addition to the refactored test suite we also have new docker-based tests for ensuring compatibility with multiple platforms and environments that were previously untested. @jacobdr deserves a massive thank you for this!
