Emmanuel Keller
|
75fc006c21
|
Ensure index resources are properly deleted on index deletion (#2234)
|
2023-07-10 08:24:47 +00:00 |
|
Emmanuel Keller
|
e9eeb9aca7
|
QueryPlanner / indexing / Context / Cursor doc (#2229)
|
2023-07-06 14:57:42 +00:00 |
|
Tobie Morgan Hitchcock
|
4b690c763b
|
Improve datastore configuration options (#2227)
|
2023-07-05 21:26:13 +00:00 |
|
Bibaswan Bhawal
|
8ae8770812
|
Bugfix - Fixed live queries to respect filters (#2192)
|
2023-06-27 23:42:18 +00:00 |
|
Emmanuel Keller
|
8e64750a60
|
Feature - Search highlighting (#2132)
|
2023-06-21 19:31:15 +01:00 |
|
Finn Bear
|
41e119a5f5
|
Feature - unary operators (#2139)
|
2023-06-21 00:31:23 +01:00 |
|
Przemyslaw Hugh Kaznowski
|
64adb2e913
|
Rebased live query changes (#2136)
|
2023-06-20 23:50:26 +01:00 |
|
Nrishinghananda Roy
|
5485883d3c
|
Fix multiple Clippy Lints (#2159)
|
2023-06-20 12:48:20 +01:00 |
|
Maxwell Flitton
|
e389e51b7f
|
adding comments (#2147)
|
2023-06-19 18:44:40 +00:00 |
|
Emmanuel Keller
|
668d3fd8fb
|
Introduce query planner and indexing (#1899)
|
2023-06-19 19:41:13 +01:00 |
|
Finn Bear
|
5ebf4ee963
|
Refactor - consolidate Field enum to reduce redundancy. (#2104)
|
2023-06-10 20:23:22 +00:00 |
|
Tobie Morgan Hitchcock
|
f5f10d508f
|
Improve type casting support (#2083)
Co-authored-by: Finn Bear <finnbearlabs@gmail.com>
|
2023-06-06 06:12:59 +00:00 |
|
Emmanuel Keller
|
8e48604e20
|
Add initial full-text search indexer implementation (#1779)
|
2023-05-29 12:46:41 +01:00 |
|
hchockarprasad
|
11543f7d67
|
Feature: Add unset clause for update statement (#2004)
|
2023-05-18 09:04:40 +01:00 |
|
Tobie Morgan Hitchcock
|
bfbadc6fdd
|
Ensure user $input is accessible with all Data pattern types (#1945)
|
2023-05-07 13:33:32 +01:00 |
|
Tobie Morgan Hitchcock
|
f0e5753cd1
|
Use static str where possible for context param names (#1942)
|
2023-05-06 21:49:34 +01:00 |
|
Tobie Morgan Hitchcock
|
53212b23be
|
Don’t use asynchronous functions when not necessary (#1936)
|
2023-05-06 01:15:03 +01:00 |
|
Tobie Morgan Hitchcock
|
c7e3b927ac
|
Optimisation - only loop over document fields when processing PERMISSIONS clauses (#1890)
|
2023-04-30 00:23:19 +01:00 |
|
Rushmore Mushambi
|
91e949248d
|
Unify serialisation (#1881)
|
2023-04-29 16:58:22 +01:00 |
|
Tobie Morgan Hitchcock
|
66b105dac0
|
Add support for stricter typings (#1861)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
|
2023-04-25 11:13:04 +01:00 |
|
Tobie Morgan Hitchcock
|
3c027e9e2f
|
Simplify external API and cleanup unused functions (#1857)
|
2023-04-24 21:51:35 +01:00 |
|
Tobie Morgan Hitchcock
|
50c3554242
|
Ensure edge record deletes do not cascade to related records
Closes #1817
|
2023-04-16 18:17:50 +01:00 |
|
Tobie Morgan Hitchcock
|
78329abf97
|
Enable access to input data using $input variable
Closes #1543
|
2023-03-31 20:00:21 +01:00 |
|
Tobie Morgan Hitchcock
|
cd5d452e5b
|
Ensure internal edge record fields can not be modified
Closes #1726
|
2023-03-30 19:30:49 +01:00 |
|
Tobie Morgan Hitchcock
|
1102a2c6da
|
Add operator for unique array add
Related to #1690
|
2023-03-25 23:17:33 +00:00 |
|
Tobie Morgan Hitchcock
|
cdac4f84cd
|
Add support for custom SQL functions
Closes #247
|
2023-03-25 19:44:03 +00:00 |
|
Emmanuel Keller
|
19c287a011
|
Implement transaction debug tracing (#1668)
|
2023-03-16 09:11:30 -04:00 |
|
Tobie Morgan Hitchcock
|
5e2236dbfd
|
Add initial implementation for processing LIVE queries
|
2023-02-22 18:04:30 +00:00 |
|
Tobie Morgan Hitchcock
|
1e93c0f304
|
Ensure permissions are not chekced on PERMISSIONS clauses
Closes #1633
|
2023-02-12 11:48:11 +00:00 |
|
Tobie Morgan Hitchcock
|
0a65ecd96d
|
Remove unnecessary code
|
2023-02-03 09:54:05 +00:00 |
|
Tobie Morgan Hitchcock
|
c37d93bcb9
|
Ensure edge records are output as RELATE statements in SQL export
Closes #1496
|
2023-01-17 10:41:34 +00:00 |
|
Rushmore Mushambi
|
005b27eae8
|
Drop the parallel feature (#1574)
|
2023-01-07 09:42:45 +00:00 |
|
Tobie Morgan Hitchcock
|
f5b21eb363
|
Add support for FLEXIBLE fields on SCHEMAFULL tables
Closes #1341
|
2023-01-04 09:50:01 +00:00 |
|
Tobie Morgan Hitchcock
|
916805b9cc
|
Use $input instead of $value in INSERT statements
|
2023-01-01 16:18:39 +00:00 |
|
Tobie Morgan Hitchcock
|
b8c5f23d56
|
Don’t run permissions on DEFINE EVENT and DEFINE TABLE queries
Closes #1570
|
2023-01-01 16:18:39 +00:00 |
|
Rushmore Mushambi
|
c2dce39f91
|
Integrate client library into surrealdb crate (#1514)
|
2022-12-30 08:23:19 +00:00 |
|
Tobie Morgan Hitchcock
|
a3d0f46994
|
Add current INSERT value as parameter value to ON DUPLICATE KEY clause
Closes #1376
|
2022-12-04 20:59:30 +00:00 |
|
CelebrateVC
|
f0745386cf
|
Improve code comments for documentation (#1476)
|
2022-11-23 09:42:59 +00:00 |
|
Tobie Morgan Hitchcock
|
f3c9a9ab4b
|
Ensure record is only cleared when permissions have been checked
Closes #1429
|
2022-11-02 14:26:27 +00:00 |
|
Tobie Morgan Hitchcock
|
0c4994b33b
|
Ensure nested non-defined objects are not stored in SCHEMAFULL table
Closes #1342
|
2022-10-20 15:41:32 +01:00 |
|
Tobie Morgan Hitchcock
|
400ed09ecb
|
Ensure PERMISSIONS clauses are not run for ROOT / NS / DB users
|
2022-10-16 22:22:13 +01:00 |
|
Tobie Morgan Hitchcock
|
e13a4c7742
|
Use complex Record IDs for IDs in foreign tables with GROUP BY clauses
|
2022-10-04 00:27:38 +01:00 |
|
Tobie Morgan Hitchcock
|
bec3d49b6d
|
Allow deep merging in UPDATE ... MERGE statements
Closes #1225
|
2022-09-29 11:16:57 +01:00 |
|
Finn Bear
|
b31dbb28fe
|
Miscellaneous performance optimizations and code cleanup (#240)
|
2022-09-23 00:54:53 +01:00 |
|
Stephen Gilboy
|
63d8034a60
|
Return permissions error when automatically creating a table without authorization (#178)
Closes #177
|
2022-09-17 03:05:02 +01:00 |
|
Tobie Morgan Hitchcock
|
fde0c55d34
|
Improve error logging for field and index errors
Closes #113
|
2022-09-10 05:59:08 +01:00 |
|
Tobie Morgan Hitchcock
|
c97fd62d70
|
Don’t cast NONE or NULL values to a fields data type
Closes #73
|
2022-09-01 01:34:31 +01:00 |
|
Tobie Morgan Hitchcock
|
308004aacf
|
Improve unique index duplicate value error messages
Closes #75
|
2022-08-31 20:00:22 +01:00 |
|
Tobie Morgan Hitchcock
|
56d3b0e861
|
Fix bug where records couldn’t be updated after defining an index
Closes #57
|
2022-08-25 14:50:11 +01:00 |
|
Tobie Morgan Hitchcock
|
bac8aa31a3
|
Implement config definition caching within a transaction
Closes #21
|
2022-08-08 20:44:35 +01:00 |
|