Sequel v4.30.0 Release Notes

Release Date: 2016-01-04 // over 8 years ago
    • Add Dataset#insert_conflict and #insert_ignore on SQLite for handling uniqueness violations (Sharpie) (#1121)

    • Make Database#row_type in pg_row extension handle different formats of schema-qualified types (jeremyevans) (#1119)

    • โž• Add identifier_columns plugin for handling column names containing 2 or more consecutive underscores when saving (jeremyevans) (#1117)

    • Support :eager_limit and :eager_limit_strategy dataset options in model eager loaders for per-call limits and strategies (chanks) (#1115)

    • ๐Ÿ‘ Allow IPv6 addresses in database URLs on ruby 1.9+ (hellvinz, jeremyevans) (#1113)

    • ๐Ÿ‘‰ Make Database#schema :db_type entries include sizes for string types on DB2 (jeremyevans)

    • ๐Ÿ“œ Make Database#schema :db_type entries include sizes for string and decimal types in the jdbc adapter's schema parsing (jeremyevans)

    • Recognize another disconnect error in the tinytds adapter (jeremyevans)