mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
update COMPAT
This commit is contained in:
16
COMPAT.md
16
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 | |
|
||||
|
||||
Reference in New Issue
Block a user