lukefitzwolfgang / icatproject

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

BadParameterException_Exception on negative values #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dataset ORDER BY startDate INCLUDE DatasetParameter [ startDate >= { ts 
2011-12-14 10:50:00 } AND startDate <= { ts 2011-12-14 20:50:00 } AND 
datasetType = 'GS' ] <-> DatasetParameter [ datasetParameterPK.name = 
'LASER_BAY_SCINTILLATOR_MIN' AND numericValue < 0 ] 
gives 12 recs with values between -0.048...-0.052

<-> DatasetParameter [ datasetParameterPK.name = 'LASER_BAY_SCINTILLATOR_MIN' 
AND numericValue > -0.048 ]
gives BadParameterException_Exception

<-> DatasetParameter [ datasetParameterPK.name = 'LASER_BAY_SCINTILLATOR_MIN' 
AND numericValue > 0.048 ]
works (but lists 0 records)

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

ICAT4 API on RAL's Astra Gemini server 
XP

Original issue reported on code.google.com by Toria.Ma...@gmail.com on 3 Feb 2012 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by dr.s.m.f...@gmail.com on 5 Apr 2012 at 9:18

GoogleCodeExporter commented 9 years ago
This is fixed in icat 4.1.0

Original comment by dr.s.m.f...@gmail.com on 29 May 2012 at 3:30