Skip to content

Releases: sayanarijit/sqla-fancy-core

v0.3.0

12 Oct 12:12
a989cb6
Compare
Choose a tag to compare
  • TableFactory() init now expects an optional sa.Metadata() object tf = TableFactory(metadata=sa.Metadata()). If not passed, it will create a metadata automatically which you can access via tf.metadata.
  • No longer need to call the factory with sa.Metadata() object. i.e. tf("tablename", metadata) should now be tf("tablename").

v0.2.0

20 Mar 04:36
2909f65
Compare
Choose a tag to compare

Initial release.