Skip to content
Snippets Groups Projects
Commit 9313cca2 authored by Cam Saul's avatar Cam Saul
Browse files

fix indentation

parent aca1f72c
Branches
Tags
No related merge requests found
......@@ -155,7 +155,7 @@
["IS_NULL" _] ['= nil]
["BETWEEN" _ min max] ['between [min max]]
[_ _ value] (let [value (if (date-field-id? field-id) `(raw ~(format "CAST('%s' AS DATE)" value)) ; cast YYYY-MM-DD string from UI
value)] ; to SQL date if applicable
value)] ; to SQL date if applicable
(match subclause
[">" _ _] ['> value]
["<" _ _] ['< value]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment