Commit graph

3317 commits

Author SHA1 Message Date
Micha de Vries
3d10df0fcb
Fixes ULID/UUID gen, programmatically generating ranges, RETURN inside FOR/IF and improves arithmetic operations ()
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-09-21 14:51:39 +00:00
Rushmore Mushambi
18eb778720
Add a test for including an ID in the content body () 2024-09-20 21:51:42 +00:00
Mees Delzenne
eff4936dc3
Fix inconsitent numeric object key () 2024-09-20 15:18:46 +00:00
Tobie Morgan Hitchcock
8cca86028b
Make SurrealCS connection pool size configurable () 2024-09-20 00:54:58 +01:00
Chiru B
3b21249e99
GraphQL comments without appending and fields ()
Co-authored-by: itsezc <itsezc>
2024-09-19 16:19:47 +00:00
Emmanuel Keller
ebec244b01
Fix Query Planner Ignoring Isolated predicates in WHERE Clause () 2024-09-19 15:17:25 +00:00
Rushmore Mushambi
a3b6b2c5db
Fix version patching () 2024-09-19 14:29:07 +00:00
Gerard Guillemas Martos
957ff739bb
Fix failed authenticate resulting in session reset () 2024-09-19 14:17:29 +00:00
Mees Delzenne
491b549f1d
Fix decimal parsing () 2024-09-19 14:14:32 +00:00
Gerard Guillemas Martos
99db7f2a82
Explicitly check for token expiration error () 2024-09-19 13:22:11 +00:00
Micha de Vries
5e990d569b
fix: remove single check for rpc insert () 2024-09-19 09:56:50 +00:00
Gerard Guillemas Martos
127b443f30
Add Mega to comment link moderation () 2024-09-19 11:06:18 +01:00
Gerard Guillemas Martos
86f39ff253
Improve log messages for authentication errors () 2024-09-19 09:41:32 +00:00
Tobie Morgan Hitchcock
bb8d4b41ab
Fix ensuring that record id matching detects correct edge id () 2024-09-19 09:36:44 +00:00
Mees Delzenne
19dc7a3ac7
Fix immediate insert subquery () 2024-09-19 09:36:18 +00:00
Mees Delzenne
e0f357c18a
Fix error message panic () 2024-09-18 20:00:27 +00:00
Mees Delzenne
52aef7ccc4
Fix fields being parsed as idioms. () 2024-09-18 15:50:44 +00:00
Dave MacLeod
5867ce95d9
Fix typo in uppercase filter () 2024-09-18 11:53:48 +00:00
Rushmore Mushambi
2269692fb3
Bump version to v2.0.1 () 2024-09-17 18:08:31 +00:00
Mees Delzenne
fd0fbc7934
Fix inf loop in parser () 2024-09-17 17:33:22 +00:00
Tobie Morgan Hitchcock
c382fa158d
Improvements to behaviour () 2024-09-17 15:43:30 +01:00
Rushmore Mushambi
9f99488168
Ignore flaky test () 2024-09-17 15:09:40 +01:00
Emmanuel Keller
7d7f3a20fa
Search failed when analyzer does not have tokenizers () 2024-09-17 13:54:00 +00:00
Rushmore Mushambi
9c155fd317
Make create API more flexible () 2024-09-17 13:47:36 +00:00
Tobie Morgan Hitchcock
439ab99e15
Performance and behaviour optimisations () 2024-09-17 14:20:48 +01:00
Raphael Darley
9f1d376716
Ignore flakey tests () 2024-09-17 13:53:16 +01:00
Rushmore Mushambi
0e8036981e
Fix cargo doc warnings () 2024-09-17 12:37:50 +00:00
Rushmore Mushambi
c173cd9325
Fix the Axum example () 2024-09-17 12:09:26 +00:00
Raphael Darley
3531435d15
Fix typo in graphql error () 2024-09-17 13:02:27 +01:00
Emmanuel Keller
efb7000583
select/count optimisation on table range () 2024-09-17 12:50:08 +01:00
Rushmore Mushambi
7912896c9b
Drop SDK APIs already deprecated in v1 () 2024-09-17 12:49:50 +01:00
Rushmore Mushambi
65f650f7d9
Add warnings to rustls and native_tls methods () 2024-09-17 11:13:25 +00:00
Rushmore Mushambi
dca8acfee2
Add a warning about TLS crates () 2024-09-17 10:32:27 +00:00
Mees Delzenne
e5e4783e3f
Make query depth limits configurable () 2024-09-17 10:12:10 +00:00
Sergii Glushchenko
682523db6d
Use native SurrealKV savepoints () 2024-09-17 10:05:15 +00:00
Raphael Darley
c1443fe107
Add graphql config () 2024-09-17 09:29:16 +00:00
Tobie Morgan Hitchcock
ebb6598c9e
Fix JSON Patch array add and array insertion () 2024-09-17 02:36:39 +01:00
Tobie Morgan Hitchcock
12843e3a50
Fix selecting directly from an edge graph () 2024-09-17 00:45:07 +01:00
Tobie Morgan Hitchcock
457adff85c
Improve node membership processing and garbage collection () 2024-09-16 21:51:29 +01:00
Mees Delzenne
912cafd3c5
Implement expressions in index operators () 2024-09-16 20:14:41 +00:00
Rushmore Mushambi
82636d43fa
Pin the core library () 2024-09-16 17:22:41 +00:00
Emmanuel Keller
141e2e5e4c
Select count table scan optimisation () 2024-09-16 16:30:00 +00:00
Rushmore Mushambi
9af0082376
Fix warnings in Wasm () 2024-09-16 15:49:55 +00:00
Emmanuel Keller
3d505697de
Query planner to support mixed number types on range queries () 2024-09-16 15:49:22 +00:00
Gerard Guillemas Martos
0fe9807096
Support allowlisting of specific capabilities via the SurrealDB CLI () 2024-09-16 15:36:24 +00:00
Rushmore Mushambi
2160380fac
Fix Clippy () 2024-09-16 14:18:21 +00:00
Raphael Darley
4147f673d3
add descriptions to graphql ()
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-09-16 13:23:22 +00:00
Emmanuel Keller
9cfdd34fc0
Query planner to support composite indexes on the 1st column () 2024-09-16 13:17:20 +00:00
Dave MacLeod
4d92005125
Remove eager parsing of "false" truthiness ()
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-09-16 08:46:31 +00:00
Dave MacLeod
065ac9cd5a
Add path for time::epoch constant () 2024-09-16 06:30:13 +00:00