google-code-export / ords

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

Cannot add data to Decimal fields #615

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a table containing fields with the data type Decimal
2. Try to add new records to them
3.

What is the expected output? What do you see instead?
I've been playing about with fields with the data type Decimal, in an attempt 
to work out exactly what we need to say about these in the documentation (and 
the upcoming ORDS course), but when I create fields with this type, I find I 
can't add data to them. I've tried them with varying sizes and with no size at 
all, but every single time I've got 'Unable to add that record. Check the data 
conforms to the schema.
The error was: null'

This problem is occurring in Trial Project > Example Database > new_table_1

Mark, I've made you a Project Admin - can you work out what's going on here?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by meriel.p...@gmail.com on 6 Feb 2015 at 5:05