Is there a trick to using types like BIGINT in a ....
# squarelibraries
p
Is there a trick to using types like BIGINT in a .sq file for use on Postgres? https://cashapp.github.io/sqldelight/jvm_postgresql/types/ Documentation suggests it should work, but code generation fails:
schema.sq line 17:12 - <type name real> expected, got 'BIGINT'
I'm using 1.5.3
Ah, looks like I might be missing the
dialect
flag in
build.gradle
j
Yep. Wondering if we should add the dialect to parser errors to help diagnose
p
I'd certainly have appreciated it in this case 😅
j
Can you file an issue?
p