Skip to content

Commit 0d3fd05

Browse files
committed
Floats as decimal failing #663
1 parent a56aa81 commit 0d3fd05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/functional/003_columns/015_update_types_table.log

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ Content-Length: 103
132132
===
133133
PUT /records/types/1
134134

135+
{"decimal":1.2300}
136+
===
137+
422
138+
Content-Type: application/json
139+
Content-Length: 101
140+
141+
{"code":1013,"message":"Input validation failed for 'types'","details":{"decimal":"invalid decimal"}}
142+
===
143+
PUT /records/types/1
144+
135145
{"decimal":"1234567.123"}
136146
===
137147
422

0 commit comments

Comments
 (0)