sdssdb 0.12.2
- Use Markdown for the README file. The old README.rst was giving trouble when packaging the app.
- Fix issues with the caching of the schema during reflection. Added a
force
option toreflection_options
to force the schema information to be refreshed. Additionally, if the table does not exist in the schema metadata, the metadata will be refreshed.
What's Changed
- setup.cfg: version = 0.12.2a0 by @astronomygupta in #257
- Fix issues with caching of schema metadata during reflection by @albireox in #258
Full Changelog: 0.12.1...0.12.2