..
api
Improve consistency of the run
method API with existing methods ( #4563 )
2024-08-21 15:35:26 +01: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
Create with version ( #4548 )
2024-08-21 13:54:58 +00:00
cache.rs
Add UPSERT statement ( #4163 )
2024-06-12 09:15:09 +00:00
cast.rs
Literal types ( #4557 )
2024-08-21 14:50:37 +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
[security] Introduce "allow-guests". Deny all caps by default ( #2547 )
2023-08-30 18:01:30 +00:00
complex.rs
Fix warnings ( #3634 )
2024-03-08 10:58:07 +00:00
create.rs
feat: allow cbor uuid serialization for record id part ( #4491 )
2024-08-22 08:35:54 +00:00
datetimes.rs
Introduce new experimental parser ( #2885 )
2024-01-10 16:43:56 +00:00
define.rs
SCHEMAFULL table should be TYPE NORMAL by default ( #4558 )
2024-08-21 08:23:56 +00:00
delete.rs
Consolidate authentication methods ( #3988 )
2024-05-22 13:57:25 +00:00
escape.rs
Introduce new experimental parser ( #2885 )
2024-01-10 16:43:56 +00:00
expression.rs
Range values ( #4506 )
2024-08-20 11:42:06 +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
Range values ( #4506 )
2024-08-20 11:42:06 +00:00
function.rs
Range values ( #4506 )
2024-08-20 11:42:06 +00:00
future.rs
Allow transferring raw futures over cbor ( #4504 )
2024-08-21 12:50:32 +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
[Feat] HNSW persistence ( #4214 )
2024-08-20 11:42:58 +01: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
[security] Introduce "allow-guests". Deny all caps by default ( #2547 )
2023-08-30 18:01:30 +00:00
option.rs
Indexes should be populated on import ( #4047 )
2024-05-15 13:29:40 +00:00
param.rs
Consolidate authentication methods ( #3988 )
2024-05-22 13:57:25 +00:00
parse.rs
Fix FFLAGS
import and warnings in tests ( #4010 )
2024-05-09 21:14:03 +00:00
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
fix: interchangable limit & order ( #2774 )
2023-10-04 09:53:46 -04:00
rebuild.rs
Feat: Introduce Rebuild command ( #3933 )
2024-04-24 13:30:58 +00:00
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
Improve bootstrapping for finding invalid data from beta versions. ( #2700 )
2023-10-04 13:06:58 +00:00
script.rs
Refactor Cargo features to use separate core library versions ( #3688 )
2024-03-15 11:21:32 +00:00
select.rs
Detach value newtype ( #4498 )
2024-08-21 12:34:16 +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
Allow any value to be used for error type in THROW
statement ( #2618 )
2023-09-05 16:21:34 +01:00
transaction.rs
[security] Introduce "allow-guests". Deny all caps by default ( #2547 )
2023-08-30 18:01:30 +00:00
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
[Feat] HNSW persistence ( #4214 )
2024-08-20 11:42:58 +01:00
yuse.rs
[security] Introduce "allow-guests". Deny all caps by default ( #2547 )
2023-08-30 18:01:30 +00:00