Skip to content

Codex version 0.4.0.

Pre-release
Pre-release

Choose a tag to compare

@chuckpreslar chuckpreslar released this 15 Aug 02:07

Release Notes

  • Introduce nodes, visitors, and managers for table creation and alteration.
  • Major package update to remove unused "tree" directory as it does not represent a package.
  • Replace engine field and Engine method on managers in favor of adapter and SetAdapter respectively on tree managers.
  • BindingNode for SQL parameterization.
  • Update to SelectManager receiver methods, converting arguments to proper nodes.
  • Add Returning method for InsertManager's (geared toward Postgres).