We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3fd05 commit cfc7cf8Copy full SHA for cfc7cf8
tests/functional/003_columns/016_update_forgiving_table.log
@@ -202,6 +202,24 @@ Content-Length: 20
202
===
203
PUT /records/forgiving/1
204
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
216
217
+Content-Length: 20
218
219
+{"decimal":"1.2300"}
220
221
+PUT /records/forgiving/1
222
223
{"decimal":"1.23004"}
224
225
200
0 commit comments