https://kotlinlang.org logo
#exposed
Title
# exposed
k

Kevin Schmeichel

08/21/2019, 6:05 PM
It appears that version
17.1
has broken the mysql
MATCH(...) AGAINST(...)
function - now the generated sql looks like this:
MATCH(... AGAINST(...)
. no closing right
)
on the MATCH.
t

tapac

08/21/2019, 10:03 PM
Thank you for a report. Will fix it in a few days.