surrealpatch/lib/src/sql/value
2023-03-16 07:13:47 -04: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 Ensure last array items (array[$]) compare correctly (#1534) 2022-12-20 10:31:53 +00: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 Drop the parallel feature (#1574) 2023-01-07 09:42:45 +00: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 Add support for FLEXIBLE fields on SCHEMAFULL tables 2023-01-04 09:50:01 +00:00
fetch.rs Drop the parallel feature (#1574) 2023-01-07 09:42:45 +00: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 Drop the parallel feature (#1574) 2023-01-07 09:42:45 +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 Add support for FLEXIBLE fields on SCHEMAFULL tables 2023-01-04 09:50:01 +00: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 Drop the parallel feature (#1574) 2023-01-07 09:42:45 +00:00
single.rs Refactor and optimize functions and Value operators (#80) 2022-09-01 01:27:52 +01:00
value.rs Add code and documentation comments 2023-03-16 07:13:47 -04: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