Miksus / red-bird

Repository Patterns for Python
https://red-bird.readthedocs.io
MIT License
163 stars 22 forks source link

fix: ORM model reflection #20

Closed Miksus closed 2 years ago

Miksus commented 2 years ago

Sometimes the model is not correctly reflected. Seems the Base.classes.myitem sometimes produces a method instead of a class.

Miksus commented 2 years ago

This was observed to be an issue if SQLite database was pointing to a file instead of being in-memory.