surrealpatch/lib/src/sql
2022-12-07 19:30:29 +00:00
..
statements Ensure parameters can be used in RELATE statements without spaces 2022-12-04 22:07:43 +00:00
value Add Null Coalescing Operator and Ternary Conditional Operator 2022-12-02 21:48:10 +00:00
algorithm.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
array.rs Add SQL array::flatten() function (#1308) 2022-11-28 12:18:30 +00:00
base.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
comment.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
common.rs Allow parameters in LIMIT and START clauses in SQL SELECT statements 2022-10-17 02:57:53 +01:00
cond.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
constant.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
data.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
datetime.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
dir.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
duration.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
edges.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
ending.rs Support path expressions after Record IDs with integer IDs 2022-10-30 01:32:27 +00:00
error.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
escape.rs Ensure double quote characters are always escaped properly 2022-11-27 11:47:31 +00:00
expression.rs Add Null Coalescing Operator and Ternary Conditional Operator 2022-12-02 21:48:10 +00:00
fetch.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
field.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
fmt.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
function.rs Add SQL array::flatten() function (#1308) 2022-11-28 12:18:30 +00:00
future.rs Separate Future into standalone type 2022-10-31 23:24:44 +00:00
geometry.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
graph.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
group.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
id.rs Add conversion functionality from Thing to ID 2022-11-23 08:59:09 +00:00
ident.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
idiom.rs Ensure parameters can be used in RELATE statements without spaces 2022-12-04 22:07:43 +00:00
kind.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
limit.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
mod.rs Separate Future into standalone type 2022-10-31 23:24:44 +00:00
model.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
number.rs Support path expressions after Record IDs with integer IDs 2022-10-30 01:32:27 +00:00
object.rs Improve code comments for documentation (#1476) 2022-11-23 09:42:59 +00:00
operation.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
operator.rs Add Null Coalescing Operator and Ternary Conditional Operator 2022-12-02 21:48:10 +00: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 Ensure parameters can be used in RELATE statements without spaces 2022-12-04 22:07:43 +00:00
parser.rs Ensure crate builds with no-default-features 2022-12-07 19:30:29 +00:00
part.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
paths.rs Add session::token() function for retrieving authentication token claims data 2022-09-17 03:05:23 +01:00
permission.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
query.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
range.rs Ensure parameters in record ranges are computed 2022-11-03 10:55:47 +00:00
regex.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
script.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
serde.rs Add public function for enabling internal serialization 2022-10-25 04:52:24 -07:00
split.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
start.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
statement.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
strand.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
subquery.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
table.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
test.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
thing.rs Ensure parameters in record ranges are computed 2022-11-03 10:55:47 +00:00
timeout.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
uuid.rs Add additional From<Value> and TryFrom<Value> implementations (#1410) 2022-10-28 04:35:01 -07:00
version.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
view.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00