BabySqueel v1.0.1 Release Notes

Release Date: 2016-11-07 // over 7 years ago
  • โž• Added

    • โž• Add DSL#_ for wrapping expressions in Arel::Node::Grouping. Thanks to [@odedniv].

    ๐Ÿ›  Fixed

    • ๐Ÿš… Use strings for attribute names like Rails does. Symbols were preventing things like unscope from working. Thanks to [@chewi].
    • where.has {} will now accept nil.
    • Arel::Nodes::Function did not previously include Arel::Math, so now you can do math operations on the result of SQL functions.
    • Arel::Nodes::Binary did not previously include Arel::AliasPredication. Binary nodes can now be aliased using as.