kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

jsonquery #248

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.create a project, make a class called Test.
2.create two instance, {name:"name1", time:20090101}, and {name:"name2",
time:20090109}. 
3.query through http://localhost:8080/Test/[?type="name1"][\time][0:1]

What is the expected output? What do you see instead?
My expected is the return : {name:"name1", time:20090101}, but I saw the
response is 500.

What version of the product are you using? On what operating system?
persevere1.0-rc1 on windows xp.

Please provide any additional information below.
if you only query [?type="name1"][\time] or [?type="name1"][0:10], it
usually no problem, it always happen when the result is little.

Original issue reported on code.google.com by afri...@gmail.com on 15 Sep 2009 at 5:59

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 18 Sep 2009 at 5:56