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

MQYL.use(url) is misused #76

Closed
josuebrunel opened this issue May 17, 2015 · 0 comments
Closed

MQYL.use(url) is misused #76

josuebrunel opened this issue May 17, 2015 · 0 comments
Assignees
Milestone

Comments

@josuebrunel
Copy link
Owner

Right now a

>>> import myql.MYQL
>>> yql = MYQL()
>>> yql.use('http://www.josuebrunel.org//users.xml', name='myusers')

will run the request against this url when it's supposed to just add a

use 'http://www.josuebrunel.org//users.xml' as myusers; select * from myusers 
@josuebrunel josuebrunel self-assigned this May 17, 2015
@josuebrunel josuebrunel added this to the 1.2.2 milestone May 17, 2015
josuebrunel added a commit that referenced this issue May 17, 2015
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