surrealpatch/lib/src/sql
2023-06-10 20:23:22 +00:00
..
statements Refactor - consolidate Field enum to reduce redundancy. (#2104) 2023-06-10 20:23:22 +00:00
value Refactor - consolidate Field enum to reduce redundancy. (#2104) 2023-06-10 20:23:22 +00:00
algorithm.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
array.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
base.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
block.rs Feature #2080 - support empty custom fn's (#2081) 2023-05-31 22:39:44 +00:00
bytes.rs Feature - Expand support for Bytes (#1898) 2023-05-09 16:43:16 -04:00
cast.rs Feature - Use rust_decimal (128b) instead of bigdecimal ("arbitrary" precision) (#1991) 2023-06-09 15:23:30 +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 Bugfix #1316 - fix 2 of 3 problems with impl Ord for Number (#2114) 2023-06-09 16:53:22 +00:00
data.rs Feature: Add unset clause for update statement (#2004) 2023-05-18 09:04:40 +01:00
datetime.rs Bugfix #2069 - Properly escape '\' in strings (#2074) 2023-05-31 07:36:29 +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 Improve SQL Idiom path parsing 2023-03-31 20:00:21 +01:00
error.rs Check expressions for SPLIT ON, GROUP BY, and ORDER BY clauses 2023-01-08 17:38:51 +00:00
escape.rs Bugfix #2069 - Properly escape '\' in strings (#2074) 2023-05-31 07:36:29 +00:00
expression.rs Ensure Idiom paths result in writeable transactions where necessary (#1957) 2023-05-09 18:17:29 -04:00
fetch.rs Improve SQL Idiom path parsing 2023-03-31 20:00:21 +01:00
field.rs Refactor - consolidate Field enum to reduce redundancy. (#2104) 2023-06-10 20:23:22 +00:00
filter.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
fmt.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
function.rs Feature - Use rust_decimal (128b) instead of bigdecimal ("arbitrary" precision) (#1991) 2023-06-09 15:23:30 +00:00
future.rs Feature - Use rust_decimal (128b) instead of bigdecimal ("arbitrary" precision) (#1991) 2023-06-09 15:23:30 +00:00
geometry.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04: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 Ensure Idiom paths result in writeable transactions where necessary (#1957) 2023-05-09 18:17:29 -04:00
ident.rs Bugfix - Prevent NUL bytes from existing in UTF-8 strings (#1941) 2023-05-09 13:48:14 -04:00
idiom.rs Ensure Idiom paths result in writeable transactions where necessary (#1957) 2023-05-09 18:17:29 -04:00
index.rs Add initial full-text search indexer implementation (#1779) 2023-05-29 12:46:41 +01:00
kind.rs Improve type casting support (#2083) 2023-06-06 06:12:59 +00:00
language.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
limit.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
mod.rs Improve type casting support (#2083) 2023-06-06 06:12:59 +00:00
model.rs Derive Serialize implementations for enums (#1887) 2023-04-29 21:50:25 +01:00
number.rs Bugfix #1316 - fix 2 of 3 problems with impl Ord for Number (#2114) 2023-06-09 16:53:22 +00:00
object.rs Ensure Idiom paths result in writeable transactions where necessary (#1957) 2023-05-09 18:17:29 -04:00
operation.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
operator.rs Add initial full-text search indexer implementation (#1779) 2023-05-29 12:46:41 +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 Ensure Idiom paths result in writeable transactions where necessary (#1957) 2023-05-09 18:17:29 -04:00
parser.rs Trim text before json parsing (#1955) 2023-05-09 16:49:12 -04:00
part.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04: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 Expose the range parser (#1993) 2023-05-15 16:46:20 +01:00
regex.rs Bugfix - Prevent NUL bytes from existing in UTF-8 strings (#1941) 2023-05-09 13:48:14 -04:00
scoring.rs Feature - Use rust_decimal (128b) instead of bigdecimal ("arbitrary" precision) (#1991) 2023-06-09 15:23:30 +00:00
script.rs Bugfix - Prevent NUL bytes from existing in UTF-8 strings (#1941) 2023-05-09 13:48:14 -04:00
special.rs Refactor - consolidate Field enum to reduce redundancy. (#2104) 2023-06-10 20:23:22 +00:00
split.rs Implement hashed implementation of Uniq<Array> (#1310) 2022-10-27 05:23:24 -07:00
start.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
statement.rs Ensure Idiom paths result in writeable transactions where necessary (#1957) 2023-05-09 18:17:29 -04:00
strand.rs Bugfix #2069 - Properly escape '\' in strings (#2074) 2023-05-31 07:36:29 +00:00
subquery.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
table.rs Bugfix - Prevent NUL bytes from existing in UTF-8 strings (#1941) 2023-05-09 13:48:14 -04:00
test.rs Refactor, optimization, cleanup (#1288) 2022-10-04 22:51:18 +01:00
thing.rs Ensure Idiom paths result in writeable transactions where necessary (#1957) 2023-05-09 18:17:29 -04:00
timeout.rs Add support for stricter typings (#1861) 2023-04-25 11:13:04 +01:00
tokenizer.rs Implements analyzer definition (#1705) 2023-05-09 22:08:09 -04:00
uuid.rs Bugfix #2069 - Properly escape '\' in strings (#2074) 2023-05-31 07:36:29 +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