Clarify it's foreign key /constraints/ that don't work

This commit is contained in:
Simon Willison 2019-03-29 05:05:40 -07:00 committed by GitHub
parent d6c650837f
commit 773cddc88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
### Limitations
- Foreign keys not supported. They may be supported in the future, to some extent.
- Foreign key constraints are not supported. They may be supported in the future, to some extent.
- Triggers are not supported. They may be supported in the future.