BabySqueel v0.2.2 Release Notes

Release Date: 2016-03-30 // about 8 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for group (grouping) and having (when_having).
    • ๐Ÿ‘Œ Support for sifters.
    • โž• Added quoted and sql helpers for quoting strings and SQL literals.
    • More descriptive error messages when a column or association is not found.

    ๐Ÿ›  Fixed

    • Arel::Nodes::Grouping does not include Arel::Math, so operations like (id + 5) + 3 would fail unexpectedly.
    • ๐Ÿ›  Fix missing bind values When joining through associations with default scope.
    • โœ‚ Removed ActiveRecord::VERSION specific handling of the WhereChain.