Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

hello world example not working for me. #17

Closed
aertoria opened this issue May 3, 2016 · 1 comment
Closed

hello world example not working for me. #17

aertoria opened this issue May 3, 2016 · 1 comment

Comments

@aertoria
Copy link

aertoria commented May 3, 2016

vars={"users": ({"age": 10, "name": "Bob"},{"age": 20, "name": "Alice"},{"age": 30, "name": "Eve"})}
print api.apply("SELECT name FROM users WHERE age > 10",vars)

ERROR: efilter.errors.EfilterKeyError: EfilterKeyError (users) in query 'SELECT name FROM >>> users <<< WHERE age > 10'

@the80srobot
Copy link
Contributor

Sorry about that, I'll update the README with tested examples. In the meantime, there is sample code in sample_projects that's tested and works.

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

No branches or pull requests

2 participants