surrealpatch/lib/src/sql/value
2022-09-25 10:55:07 +01: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 Remove unnecessary std::convert::From implementations 2022-05-27 21:13:04 +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 CREATE statement to accept an id field in the content 2022-09-24 02:58:19 +01:00
get.rs Simplify v.into() value conversion statements 2022-07-16 23:18:24 +01: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 Allow PATCH clauses to accept parameters 2022-07-07 11:22:41 +01:00
mod.rs Allow CREATE statement to accept an id field in the content 2022-09-24 02:58:19 +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
set.rs Implement graph traversal functionality 2022-06-15 08:49:57 +01:00
single.rs Refactor and optimize functions and Value operators (#80) 2022-09-01 01:27:52 +01:00
value.rs Implement math functions that were marked as todo (#1218) 2022-09-25 10:55:07 +01:00
walk.rs Ensure field values are set even if the field is not specified 2022-07-28 09:42:04 +01:00