pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

reflect_view solves no purpose. #343

Closed achillesrasquinha closed 3 years ago

achillesrasquinha commented 4 years ago

I see a flag reflect_views passed to the DataBase constructor but isn't used anywhere.

achillesrasquinha commented 4 years ago

Also true for reflect_metadata

pudo commented 3 years ago

You're right, this is messy leftovers from when the schema loading wasn't lazy yet! Gone for 1.4 even though it breaks API a little bit.