Update README.md

This commit is contained in:
Maurits van der Schee 2017-01-27 08:26:49 +01:00 committed by GitHub
commit 36138876d4

View file

@ -14,7 +14,6 @@ Related projects:
## Requirements
- PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
- MySQL tables should use InnoDB or XtraDB storage engine
- PHP on Windows when connecting to SQL Server 2012
- PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
@ -29,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 writes (transactions) are not supported
- Complex queries calling functions (like "concat" or "sum") are not supported
- MySQL tables should use InnoDB or XtraDB storage engine
- SQLite does not support binary and spatial/GIS functionality
- MySQL BIT field type is not supported (use TINYINT)