@@ -572,7 +572,7 @@ of the batch failed due to an integrity violation:
572
572
}
573
573
]
574
574
575
- The response status code will always be 424 (failed dependency) in case of failure of one of the batch operations.
575
+ The response status code will always be 424 (failed dependency) in case of any failure of one of the batch operations.
576
576
577
577
### Spatial support
578
578
@@ -1183,29 +1183,29 @@ The valid floating point values 'Infinite' (calculated with '1/0') and 'Not a Nu
1183
1183
1184
1184
The following errors may be reported:
1185
1185
1186
- | Error | HTTP response code | Message
1187
- | ------| - ------------------------- | --------------
1188
- | 1000 | 404 Not found | Route not found
1189
- | 1001 | 404 Not found | Table not found
1190
- | 1002 | 422 Unprocessable entity | Argument count mismatch
1191
- | 1003 | 404 Not found | Record not found
1192
- | 1004 | 403 Forbidden | Origin is forbidden
1193
- | 1005 | 404 Not found | Column not found
1194
- | 1006 | 409 Conflict | Table already exists
1195
- | 1007 | 409 Conflict | Column already exists
1196
- | 1008 | 422 Unprocessable entity | Cannot read HTTP message
1197
- | 1009 | 409 Conflict | Duplicate key exception
1198
- | 1010 | 409 Conflict | Data integrity violation
1199
- | 1011 | 401 Unauthorized | Authentication required
1200
- | 1012 | 403 Forbidden | Authentication failed
1201
- | 1013 | 422 Unprocessable entity | Input validation failed
1202
- | 1014 | 403 Forbidden | Operation forbidden
1203
- | 1015 | 405 Method not allowed | Operation not supported
1204
- | 1016 | 403 Forbidden | Temporary or permanently blocked
1205
- | 1017 | 403 Forbidden | Bad or missing XSRF token
1206
- | 1018 | 403 Forbidden | Only AJAX requests allowed
1207
- | 1019 | 403 Forbidden | Pagination Forbidden
1208
- | 9999 | 500 Internal server error | Unknown error
1186
+ | Error | HTTP response code | Message
1187
+ | ----- | ------------------------- | --------------
1188
+ | 1000 | 404 Not found | Route not found
1189
+ | 1001 | 404 Not found | Table not found
1190
+ | 1002 | 422 Unprocessable entity | Argument count mismatch
1191
+ | 1003 | 404 Not found | Record not found
1192
+ | 1004 | 403 Forbidden | Origin is forbidden
1193
+ | 1005 | 404 Not found | Column not found
1194
+ | 1006 | 409 Conflict | Table already exists
1195
+ | 1007 | 409 Conflict | Column already exists
1196
+ | 1008 | 422 Unprocessable entity | Cannot read HTTP message
1197
+ | 1009 | 409 Conflict | Duplicate key exception
1198
+ | 1010 | 409 Conflict | Data integrity violation
1199
+ | 1011 | 401 Unauthorized | Authentication required
1200
+ | 1012 | 403 Forbidden | Authentication failed
1201
+ | 1013 | 422 Unprocessable entity | Input validation failed
1202
+ | 1014 | 403 Forbidden | Operation forbidden
1203
+ | 1015 | 405 Method not allowed | Operation not supported
1204
+ | 1016 | 403 Forbidden | Temporary or permanently blocked
1205
+ | 1017 | 403 Forbidden | Bad or missing XSRF token
1206
+ | 1018 | 403 Forbidden | Only AJAX requests allowed
1207
+ | 1019 | 403 Forbidden | Pagination Forbidden
1208
+ | 9999 | 500 Internal server error | Unknown error
1209
1209
1210
1210
The following JSON structure is used:
1211
1211
@@ -1240,6 +1240,7 @@ This runs the functional tests from the "tests" directory. It uses the database
1240
1240
database configuration (config) from the corresponding subdirectories.
1241
1241
1242
1242
## Nginx config example
1243
+
1243
1244
```
1244
1245
server {
1245
1246
listen 80 default_server;
0 commit comments