I have an issue with sql/format
(-> (select :a :b)
(from :some-table)
sql/format)
=> ["SELECT a, b FROM some_table"]
how can I keep table name as "some-table" instead of snake case styleah, I found the option :allow-dashed-names? true