Mees Delzenne
|
57ff2443f1
|
Script function fixes (#2366)
|
2023-08-01 18:03:17 +00:00 |
|
Emmanuel Keller
|
ecba885eb8
|
Feat: btree serialisation + generic read/write tree cache (#2362)
|
2023-08-01 09:57:05 +00:00 |
|
Rushmore Mushambi
|
20925d1f1e
|
Make Config simpler (#2365)
|
2023-08-01 08:34:22 +00:00 |
|
Emmanuel Keller
|
b485d9cc3d
|
Feat: Support of (un)flattened fields in indexing (#2327)
|
2023-08-01 07:30:13 +00:00 |
|
Rushmore Mushambi
|
bb8c1cd478
|
Return an error when the server version is incompatible with the SDK (#2364)
|
2023-08-01 07:27:10 +00:00 |
|
Salvador Girones Gil
|
d4f5bc937e
|
[iam] Restore $auth. Allow user-token signin for root users (#2363)
|
2023-07-31 16:06:40 +00:00 |
|
Mees Delzenne
|
c9078a116e
|
Add the value function for easy access to SurrealQL parameters and values. (#2355)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
|
2023-07-29 21:16:48 +00:00 |
|
Ayushman Singh Chauhan
|
f1df36c0d4
|
📜docs: Fix Typo (#2357)
|
2023-07-29 20:26:58 +00:00 |
|
Salvador Girones Gil
|
998b263517
|
[iam] RBAC and multiple root users (#2176)
Co-authored-by: Przemyslaw Hugh Kaznowski <hughkaznowski@protonmail.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
|
2023-07-29 18:47:25 +00:00 |
|
hchockarprasad
|
e61db5564c
|
Remove unused fuzz dict (#2356)
|
2023-07-29 18:38:53 +00:00 |
|
Yusuke Kuoka
|
860796ba86
|
Add Change Feeds GC (#2339)
|
2023-07-29 08:51:30 +00:00 |
|
Yusuke Kuoka
|
89a9ac4168
|
Use non-monotonic versionstamps with TiKV by default (#2343)
|
2023-07-29 08:42:09 +00:00 |
|
Finn Bear
|
5f0aaa0973
|
Bugfix #2345 - allow keyword as ident prefix. (#2349)
|
2023-07-27 08:14:55 +00:00 |
|
Raphael Darley
|
c25b85669b
|
feature: Add config for query/transaction timeout and notifications (#2340)
|
2023-07-26 11:54:48 +00:00 |
|
Mees Delzenne
|
278e27db87
|
Implement support for running queries in script functions. (#2331)
|
2023-07-26 07:54:07 +00:00 |
|
Rushmore Mushambi
|
d39c02a8e3
|
Don't skip running Nix on main (#2336)
|
2023-07-25 21:36:31 +00:00 |
|
Yusuke Kuoka
|
5b8fec93d7
|
Bump surrealdb-tikv-client to 0.2.0-surreal.1 (#2334)
|
2023-07-25 12:24:36 +00:00 |
|
Rushmore Mushambi
|
ed21a28086
|
Run Github Actions on ubuntu-latest (#2310)
|
2023-07-25 11:37:43 +00:00 |
|
Przemyslaw Hugh Kaznowski
|
e309ee6df2
|
Change lq from uuid::Uuid to sql::Uuid (#2289)
|
2023-07-24 16:15:45 +00:00 |
|
Yusuke Kuoka
|
d36ece79de
|
feat: Change Feeds Enabling/Writing/Reading (#2306)
|
2023-07-24 16:15:20 +00:00 |
|
hchockarprasad
|
432a6cc5b8
|
Add time::min & time::max function (#2320)
|
2023-07-23 08:19:28 +00:00 |
|
Yusuke Kuoka
|
840b1ae24f
|
Bump surrealdb-tikv-client to 0.1.0-surreal.2 (#2322)
|
2023-07-23 08:19:20 +00:00 |
|
Tobie Morgan Hitchcock
|
4969e7c969
|
Attempt to fix Windows release builds (#2311)
|
2023-07-21 23:21:10 +01:00 |
|
Przemyslaw Hugh Kaznowski
|
bfaa430103
|
Fix Node LQ to reflect correct path (#2301)
|
2023-07-21 21:30:59 +00:00 |
|
Emmanuel Keller
|
0b56d5c6c6
|
feat: WITH clause on SELECT statement (#2304)
|
2023-07-21 18:41:36 +00:00 |
|
Emmanuel Keller
|
b66e537f98
|
Unique index should ignore none or null values (#2313)
|
2023-07-21 18:40:59 +00:00 |
|
Rushmore Mushambi
|
a2f4d6776d
|
impl Clone for Any (#2309)
|
2023-07-21 14:54:15 +00:00 |
|
Emmanuel Keller
|
063f4e6665
|
feat: implements Multi-index execution plan (#2280)
|
2023-07-20 12:56:32 +00:00 |
|
Mees Delzenne
|
cacd9a1de9
|
Add tests for http functions (#2286)
|
2023-07-20 12:46:11 +00:00 |
|
Micha de Vries
|
cbbde1fae1
|
Allow deletion of records on DROP tables (#2298)
|
2023-07-20 09:22:16 +00:00 |
|
Tobie Morgan Hitchcock
|
773cb5f130
|
Add insert method to WebSocket RPC endpoint (#2296)
|
2023-07-20 09:19:36 +00:00 |
|
hchockarprasad
|
88bcc87d39
|
Add array::at function (#2294)
|
2023-07-20 08:27:04 +00:00 |
|
Tobie Morgan Hitchcock
|
09dde86e73
|
Allow for DIFFs in notifications for simple live queries (#2290)
|
2023-07-19 16:19:19 +00:00 |
|
AyushChothe
|
b98ade2ca8
|
Live queries Response and Notifications Uuid serialization fixed (#2232)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Przemyslaw Hugh Kaznowski <hugh@surrealdb.com>
|
2023-07-19 15:41:50 +00:00 |
|
Salvador Girones Gil
|
53702c247a
|
[metrics] HTTP Layer + move to Axum (#2237)
|
2023-07-19 14:35:56 +00:00 |
|
hchockarprasad
|
eef9b755cb
|
Add first, last functions to array (#2285)
|
2023-07-19 14:23:07 +00:00 |
|
Tobie Morgan Hitchcock
|
87dee375a8
|
Fix model range increments (#2281)
|
2023-07-19 14:00:06 +00:00 |
|
Przemyslaw Hugh Kaznowski
|
769ed5ab85
|
Sur 253 Change Cl->Nd, rework key/mod (#2257)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
|
2023-07-18 18:32:38 +00:00 |
|
Mees Delzenne
|
76519b9c31
|
Fix stub fetch functions (#2276)
|
2023-07-17 15:31:50 +00:00 |
|
Mees Delzenne
|
c9414a1165
|
Update rquickjs, attempt two. (#2275)
|
2023-07-17 13:40:58 +00:00 |
|
Emmanuel Keller
|
98a482e471
|
Implements additional function for vectors (#2266)
|
2023-07-16 13:04:22 +00:00 |
|
hchockarprasad
|
a2ef2d83df
|
Make what parser to parse idioms as well (#2243)
|
2023-07-15 16:26:36 +00:00 |
|
hchockarprasad
|
7f4d2e4849
|
Update dependency and fix build (#2268)
|
2023-07-15 15:46:34 +00:00 |
|
Tobie Morgan Hitchcock
|
1d6c12e777
|
Update dependencies and reduce log traces (#2265)
|
2023-07-15 13:18:44 +01:00 |
|
Tobie Morgan Hitchcock
|
a12348db8e
|
Path processing improvements (#2250)
|
2023-07-15 07:08:26 +00:00 |
|
Yusuke Kuoka
|
3a34821dc0
|
chore: Add versionstamp oracle prototype for change feeds (#2220)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
|
2023-07-14 23:51:37 +00:00 |
|
Rushmore Mushambi
|
cab0540432
|
Drop build metadata from the library version (#2263)
|
2023-07-14 23:01:10 +00:00 |
|
Rushmore Mushambi
|
c998584f49
|
Add unit tests for into_json (#2254)
|
2023-07-14 23:01:02 +00:00 |
|
Eduardo Pereira de Sousa
|
b3a1b39236
|
Feature: Add additional functions for comparing strings for similarity. (#1904)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
|
2023-07-14 20:37:52 +00:00 |
|
Tim
|
b83cd86f9d
|
Feature: 1903 Basic Vector Functions (#1907)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Emmanuel Keller <emmanuel.keller@surrealdb.com>
|
2023-07-14 18:00:07 +00:00 |
|