Sequel v4.18.0 Release Notes

Release Date: 2015-01-02 // over 9 years ago
    • ๐Ÿ‘‰ Make Dataset#empty? work when the dataset is ordered by a non-column expression (pete) (#923)

    • ๐Ÿ›  Fix passing a hash value to :eager association option (jeremyevans)

    • Treat all PG::ConnectionBad exceptions as disconnect errors in the postgres adapter (jeremyevans)

    • โž• Add :auto_increment key to schema information for primary key columns (jeremyevans) (#919)

    • Fix handling of schema qualified tables in many_through_many associations (jeremyevans)