surrealpatch/lib/src/sql
Tobie Morgan Hitchcock 8dbbcf1885 Improve code comments
2022-07-16 23:21:45 +01:00
..
statements Ensure foreign table views are updated when redefined 2022-07-08 21:56:33 +01:00
value Simplify v.into() value conversion statements 2022-07-16 23:18:24 +01:00
algorithm.rs Implement web authentication session validation 2022-05-11 15:23:15 +01:00
array.rs Fix clippy warnings 2022-07-10 22:57:19 +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 Add UUID data type to SQL for efficient storage of UUIDs 2022-06-28 11:54:04 +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 Remove unnecessary public function definitions in sql module 2022-06-28 11:54:04 +01:00
dir.rs Use separate module for Dir type 2022-06-08 19:16:06 +01:00
duration.rs Switch from Boa to QuickJS for JavaScript runtime 2022-07-06 14:40:20 +01:00
edges.rs Implement graph traversal functionality 2022-06-15 08:49:57 +01:00
ending.rs Implement graph traversal functionality 2022-06-15 08:49:57 +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 aggregate functions are computed in GROUP BY clauses 2022-07-16 23:20:50 +01:00
function.rs Ensure script function is asynchronous 2022-07-04 01:25:35 +01:00
geometry.rs Always use simplified serialization unless specified explicitly 2022-05-21 10:07:32 +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 Switch from Boa to QuickJS for JavaScript runtime 2022-07-06 14:40:20 +01:00
ident.rs Ensure fields are not escaped when inserted as object keys 2022-05-31 20:47:02 +01:00
idiom.rs Improve code comments 2022-07-16 23:21:45 +01:00
kind.rs Improve database TYPE clause definitions 2022-04-04 22:43:10 +01:00
limit.rs Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00
mod.rs Add UUID data type to SQL for efficient storage of UUIDs 2022-06-28 11:54:04 +01:00
model.rs Add IntoIterator trait to SQL Model type 2022-05-30 16:05:05 +01:00
number.rs Implement graph traversal functionality 2022-06-15 08:49:57 +01:00
object.rs Ensure fields are not escaped when inserted as object keys 2022-05-31 20:47:02 +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 Enable $self or $this as special paramater names 2022-05-19 23:03:00 +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 Ensure graph edges are purged correctly when deleted 2022-06-17 23:55:09 +01:00
permission.rs Simplify permissions definition and types 2022-04-04 22:37:16 +01:00
query.rs Always use simplified serialization unless specified explicitly 2022-05-21 10:07:32 +01:00
regex.rs Remove unnecessary lifetime specifiers 2022-05-25 10:42:10 +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 escaped properly in JSON format 2022-07-06 10:09:21 +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