Skip to content

v0.2.37

Compare
Choose a tag to compare
@iarna iarna released this 12 May 21:46
· 39 commits to master since this release
  • Fix PEAR URL to match what Github has forced (jackfan.us.kg->github.io)
  • Stop emitting the foreign key dance on static data only changes
  • Support a full suite of DML as proc bodies (previously we only supported BEGIN and CALL)
  • Add experimental support for PREPARE WITH blocks that can be attached to any foreign key or unique constraint.
    PREPARE WITH blocks will be executed prior to adding that new contstraint
    and should modify the table such that the constraint will pass.