Skip to content

v 0.6.1

Compare
Choose a tag to compare
@fridgerator fridgerator released this 14 Jul 21:48
· 220 commits to master since this release
  • Crystal 0.23.1 support
  • fix WHERE IN query with empty Array @metacortex
  • (breaking change) created_at_field changed to set_created_at_field, updated_at_field changed to set_updated_at_field
  • option to use schema without a primary key
  • use 'first?' to prevent 'IndexError' when insert/update @metacortex