Sequel v4.16.0 Release Notes

Release Date: 2014-11-01 // over 9 years ago
    • Make Database#create_table? and #create_join_table? not use IF NOT EXISTS if indexes are being added (jeremyevans) (#904)

    • Dataset#distinct now accepts virtual row blocks (chanks) (#901)

    • Recognize disconnect errors in the postgres adapter when SSL is used (jeremyevans) (#900)

    • 0๏ธโƒฃ Stop converting '' default values to nil default values on MySQL (jeremyevans)

    • Add Model#qualified_pk_hash, for returning a hash with qualified pk keys (jeremyevans)

    • ๐Ÿ‘‰ Make validates_unique use a qualified primary key if the dataset is joined (jeremyevans) (#895)

    • ๐Ÿ‘‰ Make Sequel::Model.cache_associations = false skip the database's schema cache when loading the schema (jeremyevans)

    • Make Database#foreign_key_list work on Microsoft SQL Server 2005 (jeremyevans)

    • ๐Ÿ‘‰ Make create_table with :foreign option reversible on PostgreSQL (jeremyevans)

    • ๐Ÿ‘‰ Make drop_table with :foreign option on PostgreSQL drop a foreign table (johnnyt) (#892)