It currently automatically adds FORMAT JSONCompact at the end of the sql, and that fails when running db:schema:load:
ActiveRecord::StatementInvalid: ActiveRecord::ActiveRecordError: Response code: 400:
Code: 62. DB::Exception: Syntax error: failed at position 261 ('FORMAT') (line 7, col 2): FORMAT JSONCompact. Expected one of: token, Dot, OR, AND, IS NOT DISTINCT FROM, IS NULL, IS NOT NULL, BETWEEN, NOT BETWEEN, LIKE, ILIKE, NOT LIKE, NOT ILIKE, REGEXP, IN, NOT IN, GLOBAL IN, GLOBAL NOT IN, MOD, DIV, end of query. (SYNTAX_ERROR) (version 23.9.6.20 (official build))
Did not find any tests for these tasks, please point me in the right direction if they exist.
It currently automatically adds
FORMAT JSONCompact
at the end of the sql, and that fails when runningdb:schema:load
:Did not find any tests for these tasks, please point me in the right direction if they exist.