Sequel v4.21.0 Release Notes

Release Date: 2015-04-01 // about 9 years ago
    • Support :tsquery and :tsvector options in Dataset#full_text_search on PostgreSQL, for using existing tsquery/tsvector expressions (jeremyevans)

    • ๐Ÿ›  Fix TinyTds::Error being raised when trying to cancel a query on a closed connection in the tinytds adapter (jeremyevans)

    • โž• Add GenericExpression#!~ for inverting =~ on ruby 1.9 (similar to inverting a hash) (jeremyevans) (#979)

    • โž• Add GenericExpression#=~ for equality, inclusion, and pattern matching (similar to using a hash) (jeremyevans) (#979)

    • Add Database#add_named_conversion_proc on PostgreSQL to make it easier to add conversion procs for types by name (jeremyevans)

    • ๐Ÿ‘‰ Make Sequel.pg_jsonb return JSONBOp instances instead of JSONOp instances when passed other than Array or Hash (jeremyevans) (#977)

    • 0๏ธโƒฃ Demodulize default root name in json_serializer plugin (janko-m) (#968)

    • Make Database#transaction work in after_commit/after_rollback blocks (jeremyevans)