surrealpatch/lib/src/sql
2022-10-16 23:12:24 +01:00
..
statements Add support for FETCH cluases in SQL RETURN statements 2022-10-16 23:12:24 +01:00
value Ensure UUIDs and Datetimes can be converted to strings correctly 2022-10-16 17:36:07 +01:00
algorithm.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
array.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
base.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
comment.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
common.rs Refactor - optimizations and cleanup. (#1255) 2022-09-27 22:35:30 +01:00
cond.rs Implement SQL Cond as a newtype tuple struct 2022-05-05 10:24:52 +01:00
constant.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
data.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
datetime.rs Simplify parsing of string based types 2022-10-16 21:35:50 +01:00
dir.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
duration.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
edges.rs Refactor - optimizations and cleanup. (#1255) 2022-09-27 22:35:30 +01:00
ending.rs Ensure part durations are parsed as idents 2022-09-29 07:36:42 +01:00
error.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
escape.rs Ensure UUIDs and Datetimes can be converted to strings correctly 2022-10-16 17:36:07 +01:00
expression.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
fetch.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
field.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
fmt.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
function.rs Limit computation depth in functions, futures, and subqueries. (#241) 2022-10-06 17:35:03 +01:00
geometry.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
graph.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
group.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
id.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
ident.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
idiom.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
kind.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
limit.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
mod.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
model.rs Add IntoIterator trait to SQL Model type 2022-05-30 16:05:05 +01:00
number.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
object.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
operation.rs Implement SQL Strand as a newtype tuple struct 2022-05-05 10:24:52 +01:00
operator.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
order.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
output.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
param.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
parser.rs Fix clippy linting warnings 2022-10-16 22:25:48 +01:00
part.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
paths.rs Add session::token() function for retrieving authentication token claims data 2022-09-17 03:05:23 +01:00
permission.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
query.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
range.rs Add test for range queries with integer record IDs 2022-09-04 10:51:26 +01:00
regex.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
script.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
serde.rs Always use simplified serialization unless specified explicitly 2022-05-21 10:07:32 +01:00
split.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
start.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
statement.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
strand.rs Ensure all valid unicode characters are parsed without failing 2022-10-16 21:05:31 +01:00
subquery.rs Limit computation depth in functions, futures, and subqueries. (#241) 2022-10-06 17:35:03 +01:00
table.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
test.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
thing.rs Simplify parsing of string based types 2022-10-16 21:35:50 +01:00
timeout.rs Implement SQL Timeout as a newtype tuple struct 2022-05-05 10:24:46 +01:00
uuid.rs Simplify string formatting of UUIDs 2022-10-16 22:25:19 +01:00
version.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
view.rs Remove serde serialization field skipping 2022-02-23 11:18:46 +00:00