josuebrunel / myql

mYQL is a Python wrapper of the Yahoo! Query Language a.k.a YQL (Finances, ...)
https://myql.readthedocs.org/en/latest/
MIT License
31 stars 8 forks source link

MQYL.use(url) is misused #76

Closed josuebrunel closed 9 years ago

josuebrunel commented 9 years ago

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