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

LIKE not implemented completely #91

Open
ivh opened this issue Feb 24, 2012 · 0 comments
Open

LIKE not implemented completely #91

ivh opened this issue Feb 24, 2012 · 0 comments

Comments

@ivh
Copy link
Member

ivh commented Feb 24, 2012

In the node software (sqlparse.py, restriction2Q), LIKE clauses are mapped to Django's _contains, __endswith, and __startswith methods. This does not completely implement the SQL LIKE clause (e.g. the single-character '' wildcard is not implemented, multiple '%' wildcards are not implemented).
Misha's Java node software does implement SQL LIKE, so he likes the idea of allowing it. I'm not so sure.
One (major!) problem is that nowhere in the VSS2 standards does it state explicitly which SQL relations are permitted or how they will be interpreted.

(submitted by xnx to other repo)

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

No branches or pull requests

1 participant