helenadeus / s3db

Automatically exported from code.google.com/p/s3db
0 stars 0 forks source link

When specifying select fields, no output is returned. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the URL of your deployment?

What steps will reproduce the problem?
Specifying the fields to return instead of using "*".

wget -q -O -
'http://vor.mdanderson.edu:8088/s3db/S3QL.php?key=...&query=<S3QL><select>item_i
d,value</select><from>statements</from><where><rule_id>18305</rule_id><value>238
04</value><project_id>11344</project_id></where></S3QL>&format=xml'

What is the expected output? What do you see instead?

Get nothing.  Expect to see fields.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by bmbr...@gmail.com on 30 Jul 2009 at 3:18

GoogleCodeExporter commented 9 years ago
This was fixed in later versions

Original comment by helenadeus on 12 Aug 2009 at 2:31