Closed seut closed 1 year ago
Since CrateDB 5.5.0, the CREATE TABLE statement is more strict and does not allow anymore to use unqualified names in place of string literals to define values within WITH clauses. See https://cratedb.com/docs/crate/reference/en/master/appendices/release-notes/5.5.0.html#sql-statements
Relates the failure seen at #285.
Since CrateDB 5.5.0, the CREATE TABLE statement is more strict and does not allow anymore to use unqualified names in place of string literals to define values within WITH clauses. See https://cratedb.com/docs/crate/reference/en/master/appendices/release-notes/5.5.0.html#sql-statements
Relates the failure seen at #285.