Add a clause for booleans per discussion on the mailing list
This commit is contained in:
parent
f9fa17f572
commit
76efdc7e7b
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
||||||
(to-db-object [^String input]
|
(to-db-object [^String input]
|
||||||
input)
|
input)
|
||||||
|
|
||||||
|
Boolean
|
||||||
|
(to-db-object [^Boolean input]
|
||||||
|
input)
|
||||||
|
|
||||||
java.util.Date
|
java.util.Date
|
||||||
(to-db-object [^java.util.Date input]
|
(to-db-object [^java.util.Date input]
|
||||||
input)
|
input)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue