Skip to content

clsql query does not work in some cases #30

@html

Description

@html

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions