Back

set-dialect! (clj)

(source)

function

(set-dialect! dialect & {:keys [quoted]})
Set the default dialect for formatting. Can be: `:ansi` (the default), `:mysql`, `:oracle`, or `:sqlserver`. Can optionally accept `:quoted true` (or `:quoted false`) to set the default global quoting strategy. Without `:quoted`, the default global quoting strategy will be reset (only quoting unusual entity names). Note that calling `set-options!` can override this default. Dialects are always applied to the base order to create the current order.

Examples