mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 03:34:18 +01:00
Update docs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
### Added
|
||||
|
||||
- Partial `SELECT` statement support, including `WHERE`, `LIMIT`, `CROSS JOIN`, and `INNER JOIN`.
|
||||
- Partial `SELECT` statement support, including `WHERE`, `LIKE`, `LIMIT`, `CROSS JOIN`, and `INNER JOIN`.
|
||||
|
||||
- Aggregate function support.
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ This document describes the SQLite compatibility status of Limbo:
|
||||
| SAVEPOINT | No | |
|
||||
| SELECT | Partial | |
|
||||
| SELECT ... WHERE | Partial | |
|
||||
| SELECT ... WHERE ... LIKE | Yes | |
|
||||
| SELECT ... LIMIT | Yes | |
|
||||
| SELECT ... ORDER BY | No | |
|
||||
| SELECT ... GROUP BY | No | |
|
||||
|
||||
Reference in New Issue
Block a user