surrealpatch/core/src/sql
2024-04-16 08:07:00 +00:00
..
statements Add info structure (#3876) 2024-04-16 08:05:07 +00:00
value Drop dependency on storekey::encode::Error in the serialiser (#3878) 2024-04-16 08:07:00 +00:00
algorithm.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
arbitrary.rs Drop the sql::v1 module from the core library (#3683) 2024-03-15 14:37:27 +00:00
array.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
base.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
block.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
bytes.rs Cleanup a few things in the code (#3793) 2024-04-03 09:54:12 +00:00
cast.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
change_feed_include.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
changefeed.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
cond.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
constant.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
data.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
datetime.rs Reduce byte size of datetime and uuid types using cbor format (#3763) 2024-04-03 14:22:21 +00:00
dir.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
duration.rs Reduce byte size of datetime and uuid types using cbor format (#3763) 2024-04-03 14:22:21 +00:00
edges.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
ending.rs Drop the sql::v1 module from the core library (#3683) 2024-03-15 14:37:27 +00:00
escape.rs Drop the old parser (#3814) 2024-04-06 17:33:36 +00:00
explain.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
expression.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
fetch.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
field.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
filter.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
fmt.rs Add DEFINE TABLE ... RELATION (#3710) 2024-03-19 11:20:58 +00:00
function.rs Bug: Wrong count when using COUNT with a subquery (#3855) 2024-04-11 11:38:42 +00:00
future.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
geometry.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
graph.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
group.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
id.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
ident.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
idiom.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
index.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
kind.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
language.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
limit.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
mock.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
mod.rs Add DEFINE TABLE ... RELATION (#3710) 2024-03-19 11:20:58 +00:00
model.rs Cleanup a few things in the code (#3793) 2024-04-03 09:54:12 +00:00
number.rs Cleanup a few things in the code (#3793) 2024-04-03 09:54:12 +00:00
object.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
operation.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
operator.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
order.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
output.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
param.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
part.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
paths.rs Drop the sql::v1 module from the core library (#3683) 2024-03-15 14:37:27 +00:00
permission.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
query.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
range.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
regex.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
scoring.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
script.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
serde.rs Drop the sql::v1 module from the core library (#3683) 2024-03-15 14:37:27 +00:00
split.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
start.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
statement.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
strand.rs Drop the old parser (#3814) 2024-04-06 17:33:36 +00:00
subquery.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
table.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
table_type.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
thing.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
timeout.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
tokenizer.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
uuid.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
version.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
view.rs Add info structure (#3876) 2024-04-16 08:05:07 +00:00
with.rs Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00