crwen
crwen
https://github.com/risinglightdb/risinglight/blob/0e4a8469e74d6e8a468b58e82df9ac0d0311b5e3/src/planner/rules/range.rs#L88-L100 Here's my understanding: When there are predicates on primary key, we should push them down to the storage layer. Is that right? But it seems not to work when...
## Feature Request there is something wrong when binding correlated subqueries because parent context is ignored. ```sql explain select a,b from t where a in (select a from t1 where...
I tried to call an asynchronous function returning `Vec` from Rust in Swift, but I got the following errors when compile with `swiftc`: ```sh error: cannot convert value of type...
# Which issue does this PR close? Related to #5799. # Rationale for this change # What changes are included in this PR? - Add read/write/delete/list support for OPFS -...