Browse Source

Update README.md

Maurits van der Schee 7 years ago
parent
commit
36138876d4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -14,7 +14,6 @@ Related projects:
14 14
 ## Requirements
15 15
 
16 16
   - PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
17
-  - MySQL tables should use InnoDB or XtraDB storage engine 
18 17
   - PHP on Windows when connecting to SQL Server 2012
19 18
   - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
20 19
 
@@ -29,6 +28,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
29 28
   - Complex filters (with both "and" & "or") are not supported
30 29
   - Complex writes (transactions) are not supported
31 30
   - Complex queries calling functions (like "concat" or "sum") are not supported
31
+  - MySQL tables should use InnoDB or XtraDB storage engine 
32 32
   - SQLite does not support binary and spatial/GIS functionality
33 33
   - MySQL BIT field type is not supported (use TINYINT)
34 34
 

Loading…
Cancel
Save