Browse Source

Update README.md

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

+ 1
- 1
README.md View File

@@ -28,7 +28,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
28 28
   - Complex filters (with both "and" & "or") are not supported
29 29
   - Complex writes (transactions) are not supported
30 30
   - Complex queries calling functions (like "concat" or "sum") are not supported
31
-  - MySQL tables should use InnoDB or XtraDB storage engine 
31
+  - MySQL storage engine must be either InnoDB or XtraDB
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