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