surrealpatch/lib/src/sql
2022-10-25 06:05:02 -07:00
..
statements Allow Record IDs defined within parameters to be used in CREATE and RELATE statements 2022-10-19 19:16:31 +01:00
value Remove unused Response to Value conversion implementation 2022-10-25 06:05:02 -07: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 Allow parameters in LIMIT and START clauses in SQL SELECT statements 2022-10-17 02:57:53 +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 Allow Record IDs defined within parameters to be used in CREATE and RELATE statements 2022-10-19 19:16:31 +01:00
datetime.rs Fix tests 😖 2022-10-19 15:48:50 +01:00
dir.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
duration.rs Add some additional code comments 2022-10-19 10:55:19 +01:00
edges.rs Refactor - optimizations and cleanup. (#1255) 2022-09-27 22:35:30 +01:00
ending.rs Ensure Record IDs in single / double quoted strings are parsed consistently 2022-10-17 00:03:46 +01:00
error.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
escape.rs Format strings with single quotes if string does not contain any characters 2022-10-19 11:09:09 +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 Add new functions for gnerating v4 and v7 UUIDs 2022-10-16 23:38:50 +01:00
geometry.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
graph.rs Add some additional code comments 2022-10-19 10:55:19 +01:00
group.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
id.rs Add some additional code comments 2022-10-19 10:55:19 +01:00
ident.rs Enable fetching fields and values from within complex Record IDs 2022-10-19 11:03:13 +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 Allow parameters in LIMIT and START clauses in SQL SELECT statements 2022-10-17 02:57:53 +01:00
mod.rs Add public function for enabling internal serialization 2022-10-25 04:52:24 -07:00
model.rs Add IntoIterator trait to SQL Model type 2022-05-30 16:05:05 +01:00
number.rs Ensure database doesn’t panic when rounding decimal values with more than 16 decimal places 2022-10-19 11:06:17 +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 Ensure RELATE statements parse correctly with parameters 2022-10-17 03:13:40 +01:00
parser.rs Don’t automatically treat naive dates as datetimes 2022-10-17 03:34:07 +01:00
part.rs Add some additional code comments 2022-10-19 10:55:19 +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 Fix tests 😖 2022-10-19 15:48:50 +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 Add public function for enabling internal serialization 2022-10-25 04:52:24 -07:00
split.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
start.rs Allow parameters in LIMIT and START clauses in SQL SELECT statements 2022-10-17 02:57:53 +01:00
statement.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
strand.rs Fix tests 😖 2022-10-19 15:48:50 +01:00
subquery.rs Allow parameters in LIMIT and START clauses in SQL SELECT statements 2022-10-17 02:57:53 +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 Fix tests 😖 2022-10-19 15:48:50 +01:00
timeout.rs Implement SQL Timeout as a newtype tuple struct 2022-05-05 10:24:46 +01:00
uuid.rs Fix linting tests 2022-10-25 02:41:16 -07:00
version.rs Fix tests 😖 2022-10-19 15:48:50 +01:00
view.rs Remove serde serialization field skipping 2022-02-23 11:18:46 +00:00