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

Post-merge fix :wrench:

parent 68c8a198
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@
[:type/Text (:isa? :Coercion/String->Temporal) _]
(cast-temporal-string driver (:coercion_strategy field) field-identifier)
[(:isa? :type/*) (:isa? :Coercion/Bytes->Temporal)]
[(:isa? :type/*) (:isa? :Coercion/Bytes->Temporal) _]
(cast-temporal-byte driver (:coercion_strategy field) field-identifier)
:else field-identifier))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment