Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clsql query does not work in some cases #30

Open
html opened this issue Apr 26, 2013 · 0 comments
Open

clsql query does not work in some cases #30

html opened this issue Apr 26, 2013 · 0 comments

Comments

@html
Copy link
Collaborator

html commented Apr 26, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant