Browse Source

Added known issue for #160

Maurits van der Schee 7 years ago
parent
commit
30440d0575
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -29,6 +29,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
29 29
   - Complex writes (transactions) are not supported
30 30
   - Complex queries calling functions (like "concat" or "sum") are not supported
31 31
   - SQLite does not support binary and spatial/GIS functionality
32
+  - MySQL BIT field type is not supported (use TINYINT)
32 33
 
33 34
 ## Features
34 35
 

Loading…
Cancel
Save