surrealpatch/lib/src/doc
Tobie Morgan Hitchcock f5f10d508f
Improve type casting support (#2083)
Co-authored-by: Finn Bear <finnbearlabs@gmail.com>
2023-06-06 06:12:59 +00:00
..
allow.rs Optimisation - only loop over document fields when processing PERMISSIONS clauses (#1890) 2023-04-30 00:23:19 +01:00
alter.rs Feature: Add unset clause for update statement (#2004) 2023-05-18 09:04:40 +01:00
check.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
clean.rs Ensure edge record deletes do not cascade to related records 2023-04-16 18:17:50 +01:00
compute.rs Add initial implementation for processing LIVE queries 2023-02-22 18:04:30 +00:00
create.rs Ensure internal edge record fields can not be modified 2023-03-30 19:30:49 +01:00
delete.rs Ensure record is only cleared when permissions have been checked 2022-11-02 14:26:27 +00:00
document.rs Add support for custom SQL functions 2023-03-25 19:44:03 +00:00
edges.rs Don’t use asynchronous functions when not necessary (#1936) 2023-05-06 01:15:03 +01:00
empty.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
erase.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
event.rs Use static str where possible for context param names (#1942) 2023-05-06 21:49:34 +01:00
exist.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
field.rs Improve type casting support (#2083) 2023-06-06 06:12:59 +00:00
index.rs Add initial full-text search indexer implementation (#1779) 2023-05-29 12:46:41 +01:00
insert.rs Ensure internal edge record fields can not be modified 2023-03-30 19:30:49 +01:00
lives.rs Add initial implementation for processing LIVE queries 2023-02-22 18:04:30 +00:00
merge.rs Don’t use asynchronous functions when not necessary (#1936) 2023-05-06 01:15:03 +01:00
mod.rs Ensure internal edge record fields can not be modified 2023-03-30 19:30:49 +01:00
pluck.rs Use static str where possible for context param names (#1942) 2023-05-06 21:49:34 +01:00
purge.rs Unify serialisation (#1881) 2023-04-29 16:58:22 +01:00
relate.rs Ensure internal edge record fields can not be modified 2023-03-30 19:30:49 +01:00
reset.rs Don’t use asynchronous functions when not necessary (#1936) 2023-05-06 01:15:03 +01:00
select.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
store.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
table.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
update.rs Ensure internal edge record fields can not be modified 2023-03-30 19:30:49 +01:00