surrealpatch/lib/src/sql
2023-08-10 06:38:46 +00:00
..
statements Change kill id type to value (#2402) 2023-08-08 17:15:01 +00:00
value Implement all JSON Patch operations (#2398) 2023-08-10 06:38:46 +00:00
algorithm.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
array.rs Unique index should ignore none or null values (#2313) 2023-07-21 18:40:59 +00:00
base.rs [iam] RBAC and multiple root users (#2176) 2023-07-29 18:47:25 +00:00
block.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
bytes.rs Feature - Expand support for Bytes (#1898) 2023-05-09 16:43:16 -04:00
cast.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
changefeed.rs feat: Change Feed option for DEFINE [TABLE|DATABASE] (#2189) 2023-06-28 07:19:40 +00:00
comment.rs Ensure JavaScript function code is parsed correctly 2023-03-18 14:52:16 +00:00
common.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
cond.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
constant.rs Sur 191 self garbage collection 2 (#2137) 2023-07-13 13:44:54 +00:00
data.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
datetime.rs Add time::min & time::max function (#2320) 2023-07-23 08:19:28 +00:00
dir.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
duration.rs Add integration tests for the built-in SQL functions (#1893) 2023-04-30 19:34:26 +01:00
edges.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
ending.rs Feat: Support of (un)flattened fields in indexing (#2327) 2023-08-01 07:30:13 +00:00
error.rs [iam] RBAC and multiple root users (#2176) 2023-07-29 18:47:25 +00:00
escape.rs Bugfix #2069 - Properly escape '\' in strings (#2074) 2023-05-31 07:36:29 +00:00
explain.rs feat: Implements SELECT/EXPLAIN FULL (#2258) 2023-07-14 12:22:37 +00:00
expression.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
fetch.rs Improve SQL Idiom path parsing 2023-03-31 20:00:21 +01:00
field.rs feat: implements Multi-index execution plan (#2280) 2023-07-20 12:56:32 +00:00
filter.rs Introduce query planner and indexing (#1899) 2023-06-19 19:41:13 +01:00
fmt.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
function.rs Implement support for running queries in script functions. (#2331) 2023-07-26 07:54:07 +00:00
future.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
geometry.rs Enable inner field access on sql::Geometry types (#2203) 2023-07-01 21:04:24 +00:00
graph.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
group.rs Fix Display implementation for empty Groups (#1788) 2023-04-09 11:14:07 +01:00
id.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
ident.rs Enable inner field access on sql::Geometry types (#2203) 2023-07-01 21:04:24 +00:00
idiom.rs Feat: Support of (un)flattened fields in indexing (#2327) 2023-08-01 07:30:13 +00:00
index.rs Introduce query planner and indexing (#1899) 2023-06-19 19:41:13 +01:00
kind.rs Improve type casting support (#2083) 2023-06-06 06:12:59 +00:00
language.rs Introduce query planner and indexing (#1899) 2023-06-19 19:41:13 +01:00
limit.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
mod.rs Implement all JSON Patch operations (#2398) 2023-08-10 06:38:46 +00:00
model.rs Fix model range increments (#2281) 2023-07-19 14:00:06 +00:00
number.rs Implements additional function for vectors (#2266) 2023-07-16 13:04:22 +00:00
object.rs Implement all JSON Patch operations (#2398) 2023-08-10 06:38:46 +00:00
operation.rs Implement all JSON Patch operations (#2398) 2023-08-10 06:38:46 +00:00
operator.rs Feature - Search highlighting (#2132) 2023-06-21 19:31:15 +01:00
order.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
output.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
param.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
parser.rs [iam] RBAC and multiple root users (#2176) 2023-07-29 18:47:25 +00:00
part.rs Feat: Support of (un)flattened fields in indexing (#2327) 2023-08-01 07:30:13 +00:00
paths.rs Ensure edge records are output as RELATE statements in SQL export 2023-01-17 10:41:34 +00:00
permission.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
query.rs Refactor and reduce allocations in query executor. (#1819) 2023-04-20 13:30:47 +01:00
range.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
regex.rs Change datetime to serialize as secs/nanos instead of string. (#1951) 2023-06-13 21:13:10 +00:00
scoring.rs BM25 without parameters (#2197) 2023-06-30 11:35:02 +00:00
script.rs Bugfix #2175 - Allow escape characters in scripts (#2253) 2023-07-13 08:06:12 +00:00
serde.rs Switch to bincode serialization (#2134) 2023-07-01 20:09:15 +01:00
special.rs Fix multiple Clippy Lints (#2159) 2023-06-20 12:48:20 +01:00
split.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
start.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
statement.rs feat: Change Feeds Enabling/Writing/Reading (#2306) 2023-07-24 16:15:20 +00:00
strand.rs Bugfix #2069 - Properly escape '\' in strings (#2074) 2023-05-31 07:36:29 +00:00
subquery.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
table.rs Bugfix - Prevent NUL bytes from existing in UTF-8 strings (#1941) 2023-05-09 13:48:14 -04:00
test.rs Feature - unary operators (#2139) 2023-06-21 00:31:23 +01:00
thing.rs QueryPlanner / indexing / Context / Cursor doc (#2229) 2023-07-06 14:57:42 +00:00
timeout.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
tokenizer.rs Introduce query planner and indexing (#1899) 2023-06-19 19:41:13 +01:00
uuid.rs Change uuid serialisation to compact (#2204) 2023-07-01 22:55:00 +00:00
version.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
view.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
with.rs feat: WITH clause on SELECT statement (#2304) 2023-07-21 18:41:36 +00:00