Sfoglia il codice sorgente

Merge branch 'master' of github.com:mevdschee/php-crud-api

Maurits van der Schee 7 anni fa
parent
commit
bd944b463d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      README.md

+ 1
- 0
README.md Vedi File

@@ -28,6 +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 storage engine must be either InnoDB or XtraDB
31 32
   - SQLite does not support binary and spatial/GIS functionality
32 33
   - MySQL BIT field type is not supported (use TINYINT)
33 34
 

Loading…
Annulla
Salva