Merge branch 'master' of github.com:mevdschee/php-crud-api

This commit is contained in:
Maurits van der Schee 2017-02-03 21:10:20 +01:00
commit bd944b463d

View file

@ -28,6 +28,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
- Complex filters (with both "and" & "or") are not supported - Complex filters (with both "and" & "or") are not supported
- Complex writes (transactions) are not supported - Complex writes (transactions) are not supported
- Complex queries calling functions (like "concat" or "sum") are not supported - Complex queries calling functions (like "concat" or "sum") are not supported
- MySQL storage engine must be either InnoDB or XtraDB
- SQLite does not support binary and spatial/GIS functionality - SQLite does not support binary and spatial/GIS functionality
- MySQL BIT field type is not supported (use TINYINT) - MySQL BIT field type is not supported (use TINYINT)