surrealpatch/lib/tests
2024-08-16 15:53:28 +00:00
..
api Serialisation improvements for sql::Value (#4255) 2024-08-13 08:29:43 +00:00
access.rs Fix nightly builds (#4507) 2024-08-13 21:49:36 +01:00
alter.rs ALTER TABLE-statement (#4435) 2024-07-30 17:25:11 +01:00
api.rs Select from individual record with version (#4510) 2024-08-15 05:29:53 +00:00
cache.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
cast.rs Fix record<T> casting from string (#4496) 2024-08-13 09:50:40 +00:00
changefeeds.rs Refactor transaction, caching, and key-value store interfaces (#4257) 2024-07-17 22:44:05 +00:00
closure.rs implement typed function returns (#4475) 2024-08-13 17:10:13 +00:00
compare.rs
complex.rs
create.rs [Feat] aligns DEFINE resource creation (already exists) (#4148) 2024-06-07 16:24:55 +00:00
datetimes.rs
define.rs DEFINE @kind OVERWRITE (#4465) 2024-08-06 14:10:58 +00:00
delete.rs Consolidate authentication methods (#3988) 2024-05-22 13:57:25 +00:00
escape.rs
expression.rs Implement missing modulo operator in new parser (#4182) 2024-06-13 11:23:24 +00:00
fetch.rs Fix nightly builds (#4507) 2024-08-13 21:49:36 +01:00
field.rs Skip ASSERT for type option<T> and value NONE (#4483) 2024-08-08 17:11:39 +01:00
foreach.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
function.rs feat-4429: Blake3 Hash (#4434) 2024-08-16 15:58:38 +01:00
future.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
geometry.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
group.rs Fixes division by zero bug by returning NAN for divisions by zero? (#4402) 2024-08-02 12:49:46 +00:00
helpers.rs Fix clippy tests, eliminate globals, remove unused function return variant. (#4303) 2024-07-05 09:34:43 +00:00
idiom.rs Idiom Optional Part (#4514) 2024-08-16 15:53:28 +00:00
info.rs Refactor transaction, caching, and key-value store interfaces (#4257) 2024-07-17 22:44:05 +00:00
insert.rs .generate() should not format table name (#4102) 2024-05-28 13:01:25 +00:00
matches.rs [Feat] aligns DEFINE resource creation (already exists) (#4148) 2024-06-07 16:24:55 +00:00
merge.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
model.rs
option.rs
param.rs Consolidate authentication methods (#3988) 2024-05-22 13:57:25 +00:00
parse.rs
planner.rs Fix clippy tests, eliminate globals, remove unused function return variant. (#4303) 2024-07-05 09:34:43 +00:00
query.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
range.rs
rebuild.rs
relate.rs Fix validation on schemafull RELATE (#4226) 2024-08-01 11:23:11 +00:00
remove.rs Refactor transaction, caching, and key-value store interfaces (#4257) 2024-07-17 22:44:05 +00:00
return.rs Improve RETURN logic (#4298) 2024-07-04 15:05:47 +00:00
running.md
script.rs
select.rs Remove faulty flatten (#4463) 2024-08-05 17:06:54 +00:00
set.rs Add typed LET statement (#4476) 2024-08-13 20:47:17 +01:00
strict.rs Refactor transaction, caching, and key-value store interfaces (#4257) 2024-07-17 22:44:05 +00:00
subquery.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
table.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
throw.rs
transaction.rs
typing.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
update.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
upsert.rs Add UPSERT statement (#4163) 2024-06-12 09:15:09 +00:00
util.rs Refactor transaction, caching, and key-value store interfaces (#4257) 2024-07-17 22:44:05 +00:00
vector.rs Fix clippy tests, eliminate globals, remove unused function return variant. (#4303) 2024-07-05 09:34:43 +00:00
yuse.rs