Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2852,7 +2852,6 @@ The `EctoLibSql.Native.freeze_replica/1` function is **not implemented**. This f
**Subquery & Aggregation Features:**
- `selected_as()` with GROUP BY aliases - SQLite doesn't support column aliases in GROUP BY clauses
- `exists()` with parent_as() - Complex nested query correlation has issues
- `update_all()` with `select` clause and RETURNING - Ecto feature not well-supported with SQLite

**Fragment & Dynamic SQL:**
- `fragment(literal(...))` - SQLite fragment handling doesn't support literal() syntax
Expand Down
Loading