surrealpatch/lib/src/sql
2022-03-17 21:55:32 +00:00
..
statements Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
value Use BigDecimal for large number handling 2022-03-17 21:55:32 +00:00
algorithm.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
array.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +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 Apply cargo clippy lint recommendations 2022-03-05 14:42:58 +00:00
function.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
geometry.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
graph.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
group.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
ident.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
idiom.rs Improve performance with query path analysis 2022-02-22 19:05:58 +00:00
kind.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
limit.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
mod.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +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 Use char instead of str for parsing where possible 2022-03-16 23:53:31 +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 Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
output.rs Apply cargo clippy lint recommendations 2022-03-05 14:42:58 +00:00
param.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
parser.rs Convert error names according to clippy recommendations 2022-03-06 22:21:37 +00:00
part.rs Use char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
permission.rs Apply cargo clippy lint recommendations 2022-03-05 14:42:58 +00: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 Extract core surrealdb code into separate library 2022-02-22 14:16:50 +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 char instead of str for parsing where possible 2022-03-16 23:53:31 +00:00
table.rs Implement initial logic for DEFINE statements 2022-03-07 18:15:57 +00:00
test.rs Remove unimplemented script parsing functionality 2022-02-23 13:20:00 +00:00
thing.rs Use BigDecimal for large number handling 2022-03-17 21:55:32 +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