Faire / sqldelight-cockroachdb-dialect

SQLDelight Dialect for CockroachDB
Apache License 2.0
14 stars 1 forks source link

Fix COLLATE column_constraint #77

Closed Adriel-M closed 5 months ago

Adriel-M commented 5 months ago

Was getting this error for migration files contains COLLATE

java.lang.AssertionError: Test failed because the compile output unexpectedly has the errors <[
    1.s line 3:19 - ')', ',', <column constraint real> or '[]' expected, got 'COLLATE'
]>. 

Fix is to just import COLLATE.

Adriel-M commented 5 months ago

Going to cut a patch release for this