crate / crate-qa

CrateDB Quality Assurance
4 stars 1 forks source link

Fix CREATE TABLE stmt used at the upgrade test #286

Closed seut closed 1 year ago

seut commented 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.