diesel
diesel copied to clipboard
Allow for "bool" type from django
Hey all.
Encountered this issue while attempting to modernize a Django app by running diesel print-schema
on an already created SQLite3 db, which returned Unsupported type: bool
.
Django appears to have used "bool"
for their types instead of "boolean"
.
I'm fine with this change as long as the PR includes a test for this. Tests for diesel cli should be added here
Has there been any progress on this? It would be hugely beneficial for rewriting backends to rust without having to modify or migrate the existing databases.
@social-anthrax This PR (as any open PR) waits on someone to move it forward. Your contributions are welcome here. Otherwise its discouraged to ask for updates on PR's.
@weiznich My apologies, I missed the next steps for moving this PR forward and assumed that it had simply fallen through the cracks. I'll take a look at implementing the tests when I have time
Closed by #3632