ox-it / ords

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

Cannot save changes to records with Boolean data type if table also contains a Time field #703

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a table which contains a field with the Boolean data type, plus one 
with the Time data type
2. Try to edit a field with the Boolean data type, and save the changes
3.

What is the expected output? What do you see instead?
For some reason, ORDS won't let changes to a Boolean field be saved if the same 
table also contains a Time field. As there are also problems with Time fields 
(see issue 702), possibly this is related?

It does seem to be possible to add a new record with the Boolean field checked 
- just not to edit an existing record.

(We initially thought this problem only existed in Dev, but a bit more 
experimentation indicates it's also true of App - just only when there's also a 
Time field present.)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by meriel.p...@gmail.com on 3 Aug 2015 at 1:24

MerielP commented 9 years ago

Scott's fix for issue 702 also seems to have sorted this.