google-code-export / s3db

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

item_id empty #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the URL of your deployment?
http://mdadqss3db05/s3db/S3QL.php?query=<S3QL><key>kEolQJJlOaMSmCm</key><select>
item_id</select><from>items</from><where><project_id>3780</project_id></where></
S3QL>

What steps will reproduce the problem?
1. The item_id back empty.
2. The same url when used in other projects to return the item_id way.
3.

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

The expected result is all item_id of the project. He did not return me
anything.

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 miriacoe...@gmail.com on 12 Mar 2009 at 7:40

GoogleCodeExporter commented 9 years ago
Please see note on selecting items at s3db.org/documentation/s3qlsyntax. In 
order to retrieve items you will need to specify the collection_id.

Original comment by helenadeus on 12 Mar 2009 at 11:00

GoogleCodeExporter commented 9 years ago
I had already specified the collection_id before posting this question. I 
tested as
follows:
http://mdadqss3db05/s3db/S3QL.php?query = <S3QL> <key> kEolQJJlOaMSmCm </ key>
<select> item_id </ select> <from> items </ from> <where> <collection_id> 3781 
</
collection_id> <project_id> 3780 </ project_id> </ where> </ S3QL>.
And also not received any return, but if so I consult the collection_id without
project_id, is the item_id of all projects.

Original comment by miriacoe...@gmail.com on 13 Mar 2009 at 12:19