SQLDelight docs question: `id INT AS VALUE` shows...
# squarelibraries
a
SQLDelight docs question:
id INT AS VALUE
shows an error for me, "<type name real> expected, got 'INT'". Should it be
id INTEGER AS VALUE
? https://sqldelight.github.io/sqldelight/2.0.2/jvm_sqlite/types/#value-types
h
Yeah, it should be INTEGER
thank you color 1