SQL Language Support
Dolt's goal is to be compliant with the MySQL dialect, with every query and statement that works in MySQL behaving identically in Dolt.
Any deviation from the MySQL manual should be documented on this page, or else indicates a bug. Please file issues with any incompatibilities you discover.
This series of documents shows:
- ✅ Which SQL language features we support the same as MySQL
- 🟠 Where we support the feature but deviate from MySQL in some way
- ❌ Where we lack support for the SQL language feature.
This section is divided into four main categories:
- 1.
- 2.
- 3.
- 4.
- 5.
Last modified 5mo ago