Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PL/pgSQL In SQLLine doesnt like Dollar signs #336

Closed
ben-williamson-1999 opened this issue Aug 2, 2019 · 2 comments
Closed

PL/pgSQL In SQLLine doesnt like Dollar signs #336

ben-williamson-1999 opened this issue Aug 2, 2019 · 2 comments

Comments

@ben-williamson-1999
Copy link

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

@snuyanzin
Copy link
Collaborator

$$ 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

@snuyanzin
Copy link
Collaborator

merged as 4a7f323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants