diff --git a/COMPAT.md b/COMPAT.md index e909c794e..b106b9be9 100644 --- a/COMPAT.md +++ b/COMPAT.md @@ -2,11 +2,16 @@ This document describes the SQLite compatibility status of Limbo: -* [Limitations](#limitations) -* [SQL statements](#sql-statements) -* [SQL functions](#sql-functions) -* [SQLite API](#sqlite-api) -* [SQLite VDBE opcodes](#sqlite-vdbe-opcodes) +- [SQLite Compatibility](#sqlite-compatibility) + - [Limitations](#limitations) + - [SQL statements](#sql-statements) + - [SQL functions](#sql-functions) + - [Scalar functions](#scalar-functions) + - [Aggregate functions](#aggregate-functions) + - [Date and time functions](#date-and-time-functions) + - [JSON functions](#json-functions) + - [SQLite API](#sqlite-api) + - [SQLite VDBE opcodes](#sqlite-vdbe-opcodes) ## Limitations @@ -51,6 +56,7 @@ This document describes the SQLite compatibility status of Limbo: | SELECT ... LIMIT | Yes | | | SELECT ... ORDER BY | Partial | | | SELECT ... GROUP BY | Partial | | +| SELECT ... HAVING | Partial | | | SELECT ... JOIN | Partial | | | SELECT ... CROSS JOIN | Partial | | | SELECT ... INNER JOIN | Partial | |