Skip to content

Releases: Catterall/dbscripts

0.1.4

12 Sep 14:22

Choose a tag to compare

  • Optimized calculate_dependencies to be about ~33x faster.
  • Now supports for x in self rather than for x in self.scripts for DBScripts instances.
  • New get_dependents method on DBScripts instances.

Full Changelog: 0.1.32...0.1.4

0.1.36

11 Sep 17:09

Choose a tag to compare

Updated such that DBScripts instances have a straightforward method and an append method that handles the private dependency attribute. Populates dependencies for each script in the instance when calculating now.

Full Changelog: 0.3.12...0.1.36

0.1.32

10 Sep 21:05

Choose a tag to compare

Updated to use Khan's topological sort for dependencies rather than recursion, as well as a few bug fixes (mainly regex issues) and a cleaner implementation that is more flexible to future additions. You can now determine an appending strategy for DBScripts instances, get the schema of DBScript instances, and more.

Full Changelog: 0.1.0...0.3.12

0.1.0

09 Sep 20:43

Choose a tag to compare

The initial release of the dbscripts package.

Full Changelog: https://github.com/Catterall/dbscripts/commits/0.1.0