surrealpatch/core/src/dbs
2024-03-18 20:59:39 +00:00
..
capabilities.rs Add Engine Config for configuring how many live queries can be created per transaction (#3559) 2024-03-01 17:12:53 +00:00
distinct.rs Extract core lib into a standalone crate (#3423) 2024-02-02 22:10:47 +00:00
executor.rs Overhaul force (#3632) 2024-03-18 20:59:39 +00:00
group.rs Feature: A query with aggregations should not store every records in memory (#3657) 2024-03-12 10:48:53 +00:00
iterator.rs Feature: A query with aggregations should not store every records in memory (#3657) 2024-03-12 10:48:53 +00:00
lifecycle.rs Refactor ds tasks to single part of codebase (#3655) 2024-03-18 12:30:31 +00:00
mod.rs Refactor ds tasks to single part of codebase (#3655) 2024-03-18 12:30:31 +00:00
node.rs Introduce guidepost code for live queries on change feeds (#3392) 2024-02-06 14:46:44 +00:00
notification.rs Implement revision types for client/server communication (#3474) 2024-02-12 11:52:36 +00:00
options.rs Overhaul force (#3632) 2024-03-18 20:59:39 +00:00
plan.rs Feature: A query with aggregations should not store every records in memory (#3657) 2024-03-12 10:48:53 +00:00
processor.rs Bug fix: Implements the union strategy on unique indexes (#3674) 2024-03-12 08:58:22 +00:00
response.rs Implement revision types for client/server communication (#3474) 2024-02-12 11:52:36 +00:00
result.rs Feature: A query with aggregations should not store every records in memory (#3657) 2024-03-12 10:48:53 +00:00
session.rs Implement session expiration (#3561) 2024-03-05 15:26:14 +00:00
statement.rs Extract core lib into a standalone crate (#3423) 2024-02-02 22:10:47 +00:00
store.rs Feature: A query with aggregations should not store every records in memory (#3657) 2024-03-12 10:48:53 +00:00
test.rs Extract core lib into a standalone crate (#3423) 2024-02-02 22:10:47 +00:00
transaction.rs Extract core lib into a standalone crate (#3423) 2024-02-02 22:10:47 +00:00
variables.rs Extract core lib into a standalone crate (#3423) 2024-02-02 22:10:47 +00:00