Sequel v4.14.0 Release Notes

Release Date: 2014-09-01 // over 9 years ago
    • ๐Ÿ‘ป Raise original exception if there is an exception raised when rolling back transaction/savepoint (jeremyevans) (#875)

    • ๐Ÿ‘ Allow delayed evaluation blocks to take dataset as an argument (jeremyevans)

    • ๐Ÿ‘ Allow more types as filter expressions, only specifically disallow Numeric/String expressions (jeremyevans)

    • โœ‚ Remove objects from cached association array at time of nested_attributes call instead of waiting until save (jeremyevans)

    • Handle composite primary keys when working around validation issues for one_to_(one|many) associations in nested_attributes plugin (jeremyevans) (#870)

    • Recognize additional disconnect error in jdbc/jtds adapter (jeremyevans)

    • Have association_join work with existing model selections (jeremyevans)

    • Fix regression in class_table_inheritance plugin when lazily loading column in middle table (jeremyevans) (#862)

    • Add cache_key_prefix method to caching plugin, which can be overridden for custom handling (pete) (#861)

    • โž• Add :when option to PostgreSQL create_trigger method, for adding a filter to the trigger (aschrab) (#860)

    • Recognize an additional serialization failure on PostgreSQL (tmtm) (#857)