-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
When searching character column with integer value it returns nil
For example, column contains "31159" value
(find-persistent-objects *default-store*
'citilink-excel-data-item
:where [= [article] "31159"])
returns nil
and
(find-persistent-objects *default-store*
'citilink-excel-data-item
:where [= [article] 31159])
returns record
It seems that this is clsql issue
Metadata
Metadata
Assignees
Labels
No labels