saga-project / bliss

ATTENTION: bliss is now saga-python. Please check out the new project website for the latest version: http://saga-project.github.com/saga-python/
http://saga-project.github.com/saga-python/
Other
8 stars 4 forks source link

bliss.saga.URL: Query Strings are not correctly handled #61

Closed drelu closed 12 years ago

drelu commented 12 years ago

The following code does not return the expected query string (dbtype=sqlite3)

from bliss.saga import Url u = Url("advert://localhost/?dbtype=sqlite3") u.query ''