-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework SQLite type mapping #117
Conversation
d393fb4
to
858f261
Compare
858f261
to
13dacb7
Compare
So it kind of works |
* Rework SQLite type mapping (#117) * Rework SQLite type mapping * Update SeaQuery dep * sqlite: decimal_text * clippy * fix test cases * sqlite: decimal -> real --------- Co-authored-by: Billy Chan <[email protected]> * Bump SeaQuery and update blob data types (#122) * Rework SQLite type mapping * Update SeaQuery dep * sqlite: decimal_text * clippy * fix test cases * sqlite: decimal -> real * Bump SeaQuery and update blob data types * fixup --------- Co-authored-by: Chris Tsang <[email protected]> * revert * real_money * mysql: write `bit` and `year` column types * Bump sea-query dependencies * postgres: write `bit` and `varbit` column types --------- Co-authored-by: Chris Tsang <[email protected]>
🎉 Released In 0.15.0-rc.3 🎉Thank you everyone for the contribution! |
🎉 Released In 0.15.0 🎉Thank you everyone for the contribution! |
Depends on SeaQL/sea-query#735