Caltech-IPAC / hiresprv

Keck HIRES PRV pipeline service access
4 stars 0 forks source link

SQL Queries for One Column don't work #26

Closed bjfultn closed 4 years ago

bjfultn commented 5 years ago

Example:

state = hiresprv.database.Database('prvcookie.txt')
url = state.search(sql="select TARGET from FILES;")
JohnGood commented 5 years ago

The query was working fine. It was some subsequent processing that was parsing the returned table; it wasn't seeing any delimiters and so wasn't sure whether it was really just one column or a failure to parse. I've fixed it.

bjfultn commented 4 years ago

This is fixed.