Skip to content

Commit a306b86

Browse files
committed
Update COMPAT table and remove unused deps
1 parent e7b164a commit a306b86

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

COMPAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This document describes the SQLite compatibility status of Limbo:
4444
| SELECT ... WHERE | Partial | |
4545
| SELECT ... WHERE ... LIKE | Yes | |
4646
| SELECT ... LIMIT | Yes | |
47-
| SELECT ... ORDER BY | No | |
47+
| SELECT ... ORDER BY | Partial | |
4848
| SELECT ... GROUP BY | No | |
4949
| SELECT ... JOIN | Partial | |
5050
| SELECT ... CROSS JOIN | Partial | |

Cargo.lock

Lines changed: 0 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ fallible-iterator = "0.3.0"
3434
libc = "0.2.155"
3535
log = "0.4.20"
3636
nix = { version = "0.29.0", features = ["fs"] }
37-
ordered-multimap = "0.7.1"
3837
sieve-cache = "0.1.4"
3938
sqlite3-parser = "0.11.0"
4039
thiserror = "1.0.61"

0 commit comments

Comments
 (0)