Skip to content

v3.3.0

Compare
Choose a tag to compare
@solnic solnic released this 28 Dec 08:03
v3.3.0
9db6ed6

3.3.0 2020-12-28

Added

# Don't forget to activate the plugin
conf.plugin(:sql, relations: :pg_full_text_search)

posts.full_text_search([:title], 'tutorials', language: 'english')
# => [{ title: 'A Tutorial about SQL', ... }]
  • Support for :pg_streaming extension (@ianks)

Fixed

  • Relation#join no longer crashes when aliased relation is used with a block (issue #369) (@abrthel)
  • Attributes aliases are properly handled when constructing queries with SQL functions (issue #370 fixed via #373) (@abrthel)

Compare v3.2.0...v3.3.0