Skip to content

Commit cfc7cf8

Browse files
committed
Accept float as discussed in #663
1 parent 0d3fd05 commit cfc7cf8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/functional/003_columns/016_update_forgiving_table.log

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,24 @@ Content-Length: 20
202202
===
203203
PUT /records/forgiving/1
204204

205+
{"decimal":1.2300}
206+
===
207+
200
208+
Content-Type: application/json
209+
Content-Length: 1
210+
211+
1
212+
===
213+
GET /records/forgiving/1?include=decimal
214+
===
215+
200
216+
Content-Type: application/json
217+
Content-Length: 20
218+
219+
{"decimal":"1.2300"}
220+
===
221+
PUT /records/forgiving/1
222+
205223
{"decimal":"1.23004"}
206224
===
207225
200

0 commit comments

Comments
 (0)