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
 ## Requirements
14
 ## Requirements
15
 
15
 
16
   - PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
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
   - PHP on Windows when connecting to SQL Server 2012
17
   - PHP on Windows when connecting to SQL Server 2012
19
   - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
18
   - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
20
 
19
 
29
   - Complex filters (with both "and" & "or") are not supported
28
   - Complex filters (with both "and" & "or") are not supported
30
   - Complex writes (transactions) are not supported
29
   - Complex writes (transactions) are not supported
31
   - Complex queries calling functions (like "concat" or "sum") are not supported
30
   - Complex queries calling functions (like "concat" or "sum") are not supported
31
+  - MySQL tables should use InnoDB or XtraDB storage engine 
32
   - SQLite does not support binary and spatial/GIS functionality
32
   - SQLite does not support binary and spatial/GIS functionality
33
   - MySQL BIT field type is not supported (use TINYINT)
33
   - MySQL BIT field type is not supported (use TINYINT)
34
 
34
 

Loading…
Cancel
Save