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
Came across this problem where SQLLine doesn't seem to like dollar signs?
Looked all over forums and I cant find anyone who has had the same issue
Attached is the sql file and the generated sqllog.
$$ looks like PL/pgSQL specific syntax and not a part of sql standard.
So it seems to support it it is required to have deep extension of dialect support as different DBs like Oracle, Misrosoft SQL Server and etc. have different not even syntax but language constructions...
Anyway, PRs, ideas how to support it are more than welcome
I am trying to write PL/pgSQL.
Came across this problem where SQLLine doesn't seem to like dollar signs?
Looked all over forums and I cant find anyone who has had the same issue
Attached is the sql file and the generated sqllog.
sql-file.txt
sqllog.txt
The text was updated successfully, but these errors were encountered: