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

(.* table) emits incorrect SQL statement #28

Open
xh4 opened this issue Mar 11, 2022 · 0 comments
Open

(.* table) emits incorrect SQL statement #28

xh4 opened this issue Mar 11, 2022 · 0 comments

Comments

@xh4
Copy link

xh4 commented Mar 11, 2022

Hi

I found the field selection notation under the mysql dialect produces incorrect SQL statements.

For example

(parameterize ((current-sql-dialect 'mysql))
  (sql-statement->string (select (.* user) #:from user)))

produces

SELECT (user).* FROM user

which is invalid.

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

No branches or pull requests

1 participant