surrealpatch/lib/src/sql/value
2022-06-05 22:15:12 +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 Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +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 Add ability to convert a record to another table 2022-05-30 16:21:38 +01:00
del.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
diff.rs Implement SQL Strand as a newtype tuple struct 2022-05-05 10:24:52 +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
get.rs No need to surround statements with an Arc 2022-05-18 12:18:00 +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 Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
mod.rs Add ability to convert a record to another table 2022-05-30 16:21:38 +01:00
object.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
patch.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
pick.rs Implement SQL Ident as a newtype tuple struct 2022-05-05 10:24:52 +01:00
replace.rs Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
retable.rs Add ability to convert a record to another table 2022-05-30 16:21:38 +01:00
set.rs Ensure fields are not escaped when inserted as object keys 2022-05-31 20:47:02 +01:00
single.rs Implement SQL Array as a newtype tuple struct 2022-05-04 23:37:57 +01:00
value.rs Ensure Params are treated as Idioms 2022-06-05 22:15:12 +01:00