Update README.md
This commit is contained in:
parent
cb03066be0
commit
36138876d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue