.. |
statements
|
Allow for alternative phrasing in DEFINE FIELD clause
|
2022-05-09 23:24:42 +01:00 |
value
|
Ensure value mem size test passes correctly
|
2022-05-09 08:19:01 +01:00 |
algorithm.rs
|
Implement web authentication session validation
|
2022-05-11 15:23:15 +01:00 |
array.rs
|
Implement SQL Array as a newtype tuple struct
|
2022-05-04 23:37:57 +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
|
Use char instead of str for parsing where possible
|
2022-03-16 23:53:31 +00:00 |
cond.rs
|
Implement SQL Cond as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
data.rs
|
Extract core surrealdb code into separate library
|
2022-02-22 14:16:50 +00:00 |
datetime.rs
|
Implement SQL Datetime as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
duration.rs
|
Enable multi duration types (1d12h30m) in SQL
|
2022-05-05 10:24:52 +01:00 |
error.rs
|
Extract core surrealdb code into separate library
|
2022-02-22 14:16:50 +00:00 |
expression.rs
|
Ensure all necessary SQL types are publicly exported
|
2022-05-04 00:13:37 +01:00 |
fetch.rs
|
Implement SQL Fetch as a newtype tuple struct
|
2022-05-05 10:19:19 +01:00 |
field.rs
|
Implement GROUP BY clauses
|
2022-03-25 18:43:36 +00:00 |
function.rs
|
Remove duplicate SQL string::substr() function
|
2022-05-02 23:22:22 +01:00 |
geometry.rs
|
Implement ORDER BY clauses
|
2022-03-23 14:02:41 +00:00 |
graph.rs
|
Use char instead of str for parsing where possible
|
2022-03-16 23:53:31 +00:00 |
group.rs
|
Don’t duplicate methods on items which implement Deref
|
2022-05-05 10:24:52 +01:00 |
id.rs
|
Implement SQL Strand as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
ident.rs
|
Implement SQL Ident as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
idiom.rs
|
Implement SQL Idiom as a newtype tuple struct
|
2022-05-05 12:26:46 +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
|
Ensure all necessary SQL types are publicly exported
|
2022-05-04 00:13:37 +01:00 |
model.rs
|
Reduce mem size of SQL Model by converting to an enum
|
2022-05-06 17:02:44 +01:00 |
number.rs
|
Use BigDecimal for large number handling
|
2022-03-17 21:55:32 +00:00 |
object.rs
|
Implement SQL Object as a newtype tuple struct
|
2022-05-04 23:37:15 +01:00 |
operation.rs
|
Implement SQL Strand as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
operator.rs
|
Add SQL OUTSIDE operator for geometry types
|
2022-04-29 21:41:57 +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
|
Implement SQL Idiom as a newtype tuple struct
|
2022-05-05 12:26:46 +01:00 |
parser.rs
|
Convert error names according to clippy recommendations
|
2022-03-06 22:21:37 +00:00 |
part.rs
|
Add ‘every’ function on a value for field iteration
|
2022-04-07 11:21:18 +01:00 |
permission.rs
|
Simplify permissions definition and types
|
2022-04-04 22:37:16 +01:00 |
query.rs
|
Implement SQL Query as a newtype tuple struct
|
2022-05-05 10:19:19 +01:00 |
regex.rs
|
Fix clippy lint warnings
|
2022-05-11 15:23:15 +01:00 |
script.rs
|
Implement SQL Script as a newtype tuple struct
|
2022-05-05 10:24:46 +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
|
Implement SQL Duration as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
strand.rs
|
Implement SQL Strand as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
subquery.rs
|
Implement SQL Array as a newtype tuple struct
|
2022-05-04 23:37:57 +01:00 |
table.rs
|
Implement SQL Strand as a newtype tuple struct
|
2022-05-05 10:24:52 +01:00 |
test.rs
|
Add datastore key type for graph edges
|
2022-03-23 14:02:41 +00:00 |
thing.rs
|
Implement INDEX clauses
|
2022-04-09 13:33:39 +01:00 |
timeout.rs
|
Implement SQL Timeout as a newtype tuple struct
|
2022-05-05 10:24:46 +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 |