Skip to content

(.* table) emits incorrect SQL statement #28

@xh4

Description

@xh4

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions