Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

0.22.2

Compare
Choose a tag to compare
@AndriiSherman AndriiSherman released this 04 Jun 14:14
· 2 commits to master since this release
edfae9e
  • 🐛 Fixed index-on-expressions sql statement generation if the expression contains a ,. This should fix problems for tsvector indexes, such as:
titleSearchIndex: index('title_search_index').using('gin', sql`to_tsvector('english', ${table.title})`)