surrealpatch/lib/src/sql
2022-04-07 11:21:18 +01:00
..
statements Remove PRIORITY clause from DEFINE FIELD statement 2022-04-07 08:38:47 +01:00
value Add ‘every’ function on a value for field iteration 2022-04-07 11:21:18 +01:00
algorithm.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
array.rs Implement GROUP BY clauses 2022-03-25 18:43:36 +00:00
base.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
comment.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
common.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
cond.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
data.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
datetime.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
duration.rs Ensure numbers do not overflow numeric bounds 2022-03-16 15:40:26 +00:00
error.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
expression.rs Fix arithmetic and boolean binary expression order 2022-03-13 00:18:23 +00:00
fetch.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
field.rs Implement GROUP BY clauses 2022-03-25 18:43:36 +00:00
function.rs Implement GROUP BY clauses 2022-03-25 18:43:36 +00:00
geometry.rs Implement ORDER BY clauses 2022-03-23 14:02:41 +00:00
graph.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
group.rs Fix clippy lint errors 2022-03-25 20:31:45 +00:00
id.rs Fix clippy lint errors 2022-03-25 20:31:45 +00:00
ident.rs Add ‘every’ function on a value for field iteration 2022-04-07 11:21:18 +01:00
idiom.rs Only allow simple fields for SPLIT, ORDER, and GROUP clauses 2022-03-23 14:02:03 +00:00
kind.rs Improve database TYPE clause definitions 2022-04-04 22:43:10 +01:00
limit.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
mod.rs Enable support for numbers and strings in record ids 2022-03-18 07:24:36 +00:00
model.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
number.rs Use BigDecimal for large number handling 2022-03-17 21:55:32 +00:00
object.rs Implement GROUP BY clauses 2022-03-25 18:43:36 +00:00
operation.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
operator.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
order.rs Fix clippy lint errors 2022-03-25 20:31:45 +00:00
output.rs Apply cargo clippy lint recommendations 2022-03-05 14:42:58 +00:00
param.rs Treat $this param as a special case 2022-04-06 00:11:33 +01:00
parser.rs Convert error names according to clippy recommendations 2022-03-06 22:21:37 +00:00
part.rs Add ‘every’ function on a value for field iteration 2022-04-07 11:21:18 +01:00
permission.rs Simplify permissions definition and types 2022-04-04 22:37:16 +01:00
query.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
regex.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
script.rs Remove unimplemented script parsing functionality 2022-02-23 13:20:00 +00:00
split.rs Fix clippy lint errors 2022-03-25 20:31:45 +00:00
start.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
statement.rs Apply cargo clippy lint recommendations 2022-03-05 14:42:58 +00:00
strand.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
subquery.rs Use consistent coding style 2022-04-04 23:23:31 +01:00
table.rs Implement initial logic for DEFINE statements 2022-03-07 18:15:57 +00:00
test.rs Add datastore key type for graph edges 2022-03-23 14:02:41 +00:00
thing.rs Enable support for numbers and strings in record ids 2022-03-18 07:24:36 +00:00
timeout.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00: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