add rcf for #526

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2024-10-11 09:17:36 -07:00
parent a187ba98f1
commit 9dba3860e2
No known key found for this signature in database

View file

@ -2543,4 +2543,10 @@
{:dialect :nrql :pretty true}) {:dialect :nrql :pretty true})
(sql/format {:select [[[:array {:select :* :from :table}] :arr]]}) (sql/format {:select [[[:array {:select :* :from :table}] :arr]]})
(sql/format [:inline :DATE "2020-01-01"]) (sql/format [:inline :DATE "2020-01-01"])
;; issue 526 "test":
(->
{:create-table-as [(keyword "'`a-b.b-c.c-d`")]
:select [:*]
:from [(keyword "'`a-b.b-c.c-d`")]}
(sql/format))
) )