.. |
statements
|
Simplify SCHEMAFUL and SCHEMAFULL parsing definitions
|
2022-09-20 08:11:14 +01:00 |
value
|
Rename function for simplicity
|
2022-09-19 12:28:41 +01:00 |
algorithm.rs
|
Implement web authentication session validation
|
2022-05-11 15:23:15 +01:00 |
array.rs
|
Refactor, optimization, and cleanup of code (#71)
|
2022-08-29 02:47:33 +01:00 |
base.rs
|
Extract core surrealdb code into separate library
|
2022-02-22 14:16:50 +00:00 |
comment.rs
|
Use char instead of str for parsing where possible
|
2022-03-16 23:53:31 +00:00 |
common.rs
|
Ensure datetimes with milliseconds are parsed correctly
|
2022-09-22 02:33:12 +01:00 |
cond.rs
|
Implement SQL Cond as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
data.rs
|
Allow PATCH clauses to accept parameters
|
2022-07-07 11:22:41 +01:00 |
datetime.rs
|
Ensure datetimes with milliseconds are parsed correctly
|
2022-09-22 02:33:12 +01:00 |
dir.rs
|
Use separate module for Dir type
|
2022-06-08 19:16:06 +01:00 |
duration.rs
|
Refactor, optimization, and cleanup of code (#71)
|
2022-08-29 02:47:33 +01:00 |
edges.rs
|
Implement graph traversal functionality
|
2022-06-15 08:49:57 +01:00 |
ending.rs
|
Ensure Record IDs are parsed as integers consistently
|
2022-09-14 23:40:19 +01:00 |
error.rs
|
Implement embedded javascript script functions
|
2022-05-21 09:39:40 +01:00 |
escape.rs
|
Escape record id parts like ⟨this⟩ rather than this
|
2022-07-06 10:08:11 +01:00 |
expression.rs
|
Don’t clone variables when processing sub-contexts
|
2022-05-14 13:38:17 +01:00 |
fetch.rs
|
Implement SQL Fetch as a newtype tuple struct
|
2022-05-05 10:19:19 +01:00 |
field.rs
|
Ensure aliased field is output when fetching a multi-yield expressions with final alias
|
2022-08-10 17:49:32 +01:00 |
function.rs
|
Add crypto::bcrypt::generate and crypto::bcrypt::compare functions (#224)
|
2022-09-20 08:14:58 +01:00 |
geometry.rs
|
Fix SQL Geometry type serialization and output
|
2022-09-02 11:32:34 +01:00 |
graph.rs
|
Implement graph traversal functionality
|
2022-06-15 08:49:57 +01:00 |
group.rs
|
Don’t duplicate methods on items which implement Deref
|
2022-05-05 10:24:52 +01:00 |
id.rs
|
Ensure Record IDs are parsed as integers consistently
|
2022-09-14 23:40:19 +01:00 |
ident.rs
|
Ensure fields are not escaped when inserted as object keys
|
2022-05-31 20:47:02 +01:00 |
idiom.rs
|
Implement DEFINE TABLE AS foreign table statements
|
2022-07-16 23:24:04 +01:00 |
kind.rs
|
Allow multiple table types in DEFINE FIELD record definition
|
2022-08-04 16:12:04 +01:00 |
limit.rs
|
Extract core surrealdb code into separate library
|
2022-02-22 14:16:50 +00:00 |
mod.rs
|
Add support for Record ID ranges
|
2022-08-28 23:31:57 +01:00 |
model.rs
|
Add IntoIterator trait to SQL Model type
|
2022-05-30 16:05:05 +01:00 |
number.rs
|
Refactor and optimize functions and Value operators (#80)
|
2022-09-01 01:27:52 +01:00 |
object.rs
|
Fix linter warnings when using as external library
|
2022-07-27 14:13:30 +01:00 |
operation.rs
|
Implement SQL Strand as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
operator.rs
|
Ensure all operator keywords are one word only
|
2022-06-28 14:39:07 +01:00 |
order.rs
|
Implement Deref on SQL Order type
|
2022-05-05 12:27:08 +01:00 |
output.rs
|
Apply cargo clippy lint recommendations
|
2022-03-05 14:42:58 +00:00 |
param.rs
|
Fix typos (#42)
|
2022-08-21 13:13:38 +01:00 |
parser.rs
|
Add SQL Thing parsing functionality to external API
|
2022-06-20 12:26:43 +01:00 |
part.rs
|
Ensure remote records in FETCH clauses are fetched correctly
|
2022-06-15 08:49:57 +01:00 |
paths.rs
|
Add session::token() function for retrieving authentication token claims data
|
2022-09-17 03:05:23 +01:00 |
permission.rs
|
Allow PERMISSIONS clauses to be separated by commas or spaces
|
2022-09-04 10:51:06 +01:00 |
query.rs
|
Always use simplified serialization unless specified explicitly
|
2022-05-21 10:07:32 +01:00 |
range.rs
|
Add test for range queries with integer record IDs
|
2022-09-04 10:51:26 +01:00 |
regex.rs
|
Refactor, optimization, and cleanup of code (#71)
|
2022-08-29 02:47:33 +01:00 |
script.rs
|
Remove unnecessary public function definitions in sql module
|
2022-06-28 11:54:04 +01:00 |
serde.rs
|
Always use simplified serialization unless specified explicitly
|
2022-05-21 10:07:32 +01:00 |
split.rs
|
Don’t duplicate methods on items which implement Deref
|
2022-05-05 10:24:52 +01:00 |
start.rs
|
Extract core surrealdb code into separate library
|
2022-02-22 14:16:50 +00:00 |
statement.rs
|
Add support for both writeable and read-only transactions
|
2022-05-14 22:30:49 +01:00 |
strand.rs
|
Add initial WebSocket JSON RPC implementation
|
2022-07-04 02:32:26 +01:00 |
subquery.rs
|
Allow for spacing around subquery statements
|
2022-06-15 08:49:57 +01:00 |
table.rs
|
Fix bug with graph traversal expression parsing
|
2022-06-06 00:35:44 +01:00 |
test.rs
|
Add datastore key type for graph edges
|
2022-03-23 14:02:41 +00:00 |
thing.rs
|
Ensure Record IDs are parsed as integers consistently
|
2022-09-14 23:40:19 +01:00 |
timeout.rs
|
Implement SQL Timeout as a newtype tuple struct
|
2022-05-05 10:24:46 +01:00 |
uuid.rs
|
Add UUID data type to SQL for efficient storage of UUIDs
|
2022-06-28 11:54:04 +01:00 |
version.rs
|
Extract core surrealdb code into separate library
|
2022-02-22 14:16:50 +00:00 |
view.rs
|
Remove serde serialization field skipping
|
2022-02-23 11:18:46 +00:00 |