You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some large chunks of pre-existing sql that are heavily commented, to make it clear what's going on. Unfortunately hasql-th doesn't seem to cope:
select "bar" :: text as subnets
works fine, but
select "bar" :: text as subnets -- foo
gives me this:
|
1 | select "bar" :: text as subnets -- foo
| ^
unexpected '-'
expecting end of input or white space
The text was updated successfully, but these errors were encountered:
I have some large chunks of pre-existing sql that are heavily commented, to make it clear what's going on. Unfortunately hasql-th doesn't seem to cope:
works fine, but
gives me this:
The text was updated successfully, but these errors were encountered: