surrealpatch/lib/src/sql/value
2022-10-31 23:24:44 +00:00
..
all.rs Make simple value fetching functions synchronous 2022-03-25 21:15:55 +00:00
array.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
clear.rs Ensure DELETE statements with UNIQUE INDEX work correctly 2022-09-24 18:58:56 +01:00
compare.rs Implement SQL Ident as a newtype tuple struct 2022-05-05 10:24:52 +01:00
decrement.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
def.rs Ensure graph edges are purged correctly when deleted 2022-06-17 23:55:09 +01:00
del.rs Refactor, optimization, and cleanup of code (#71) 2022-08-29 02:47:33 +01:00
diff.rs Allow PATCH clauses to accept parameters 2022-07-07 11:22:41 +01:00
each.rs Implement SQL Ident as a newtype tuple struct 2022-05-05 10:24:52 +01:00
every.rs Ensure nested non-defined objects are not stored in SCHEMAFULL table 2022-10-20 15:41:32 +01:00
fetch.rs Ensure FETCH clauses fetch the respective data correctly 2022-09-30 21:42:33 +01:00
first.rs Make simple value fetching functions synchronous 2022-03-25 21:15:55 +00:00
flatten.rs Implement graph traversal functionality 2022-06-15 08:49:57 +01:00
generate.rs Allow custom Record IDs in RELATE statements 2022-09-30 21:33:33 +01:00
get.rs Add support for accessing nested fields inside Future computed values 2022-10-31 23:24:44 +00:00
increment.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
last.rs Make simple value fetching functions synchronous 2022-03-25 21:15:55 +00:00
merge.rs Ensure nested non-defined objects are not stored in SCHEMAFULL table 2022-10-20 15:41:32 +01:00
mod.rs Ensure FETCH clauses fetch the respective data correctly 2022-09-30 21:42:33 +01:00
object.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
patch.rs Allow PATCH clauses to accept parameters 2022-07-07 11:22:41 +01:00
pick.rs Implement SQL Ident as a newtype tuple struct 2022-05-05 10:24:52 +01:00
put.rs Fix linting warnings 2022-09-23 08:41:40 +01:00
replace.rs Allow PATCH clauses to accept parameters 2022-07-07 11:22:41 +01:00
rid.rs Allow custom Record IDs in RELATE statements 2022-09-30 21:33:33 +01:00
set.rs No need to convert to string before reference 2022-09-30 21:40:56 +01:00
single.rs Refactor and optimize functions and Value operators (#80) 2022-09-01 01:27:52 +01:00
value.rs Separate Future into standalone type 2022-10-31 23:24:44 +00:00
walk.rs Ensure nested computed fields are not set on the root object when a parent field does not exist 2022-09-28 02:37:30 +01:00