surrealpatch/lib/src/sql
2023-04-25 22:52:02 +01:00
..
statements Replace tokio::time with wasmtimer for Wasm targets (#1846) 2023-04-23 08:32:27 +01:00
value Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
algorithm.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
array.rs Refactor & Optimize - Number and Array (#1868) 2023-04-25 22:52:02 +01:00
base.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
block.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
bytes.rs Ensure Value::Bytes serialises correctly (#1757) 2023-04-02 13:24:43 +01:00
comment.rs Ensure JavaScript function code is parsed correctly 2023-03-18 14:52:16 +00:00
common.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
cond.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
constant.rs Simplify parser and improve performance 2023-04-17 13:09:56 +01:00
data.rs Improve SQL Idiom path parsing 2023-03-31 20:00:21 +01:00
datetime.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
dir.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
duration.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
edges.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
ending.rs Improve SQL Idiom path parsing 2023-03-31 20:00:21 +01:00
error.rs Check expressions for SPLIT ON, GROUP BY, and ORDER BY clauses 2023-01-08 17:38:51 +00:00
escape.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
expression.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
fetch.rs Improve SQL Idiom path parsing 2023-03-31 20:00:21 +01:00
field.rs Add initial support for additional functionality in graph expressions 2023-03-31 20:00:21 +01:00
fmt.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
function.rs Add SQL array::slice function. (#1855) 2023-04-25 22:48:09 +01:00
future.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
geometry.rs Simplify parser and improve performance 2023-04-17 13:09:56 +01:00
graph.rs Add initial support for additional functionality in graph expressions 2023-03-31 20:00:21 +01:00
group.rs Fix Display implementation for empty Groups (#1788) 2023-04-09 11:14:07 +01:00
id.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
ident.rs Allow :: module separators in custom function names 2023-04-06 09:35:01 +01:00
idiom.rs Simplify parser and improve performance 2023-04-17 13:09:56 +01:00
kind.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
limit.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
mod.rs Ensure Value::Bytes serialises correctly (#1757) 2023-04-02 13:24:43 +01:00
model.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
number.rs Refactor & Optimize - Number and Array (#1868) 2023-04-25 22:52:02 +01:00
object.rs Improve performance and security of simple JSON parser (#1813) 2023-04-17 15:39:37 +01:00
operation.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
operator.rs Fix typo in operator.rs (#1750) 2023-03-31 15:19:16 +01:00
order.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
output.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
param.rs Improve SQL Idiom path parsing 2023-03-31 20:00:21 +01:00
parser.rs Improve performance and security of simple JSON parser (#1813) 2023-04-17 15:39:37 +01:00
part.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
paths.rs Ensure edge records are output as RELATE statements in SQL export 2023-01-17 10:41:34 +00:00
permission.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
query.rs Refactor and reduce allocations in query executor. (#1819) 2023-04-20 13:30:47 +01:00
range.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
regex.rs Store parsed regex::Regex in Value. (#1837) 2023-04-23 12:55:18 +01:00
script.rs Ensure JavaScript function code is parsed correctly 2023-03-18 14:52:16 +00:00
serde.rs Add public function for enabling internal serialization 2022-10-25 04:52:24 -07:00
special.rs Check expressions for SPLIT ON, GROUP BY, and ORDER BY clauses 2023-01-08 17:38:51 +00:00
split.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
start.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
statement.rs Refactor and reduce allocations in query executor. (#1819) 2023-04-20 13:30:47 +01:00
strand.rs Revert simple serialization of basic types 2023-03-30 16:52:31 +01:00
subquery.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
table.rs Implement to_value for sql::Value (#1659) 2023-03-30 11:41:44 +01:00
test.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
thing.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
timeout.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
uuid.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
version.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
view.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00