.. |
cache.rs
|
Ensure transaction cache is cleared when necessary
|
2022-12-18 10:30:07 +00:00 |
complex.rs
|
Ensure crate builds with no-default-features
|
2022-12-07 19:30:29 +00:00 |
create.rs
|
Allow custom Record IDs in RELATE statements
|
2022-09-30 21:33:33 +01:00 |
datetimes.rs
|
Don’t automatically treat naive dates as datetimes
|
2022-10-17 03:34:07 +01:00 |
define.rs
|
Fix tests 😖
|
2022-10-19 15:48:50 +01:00 |
escape.rs
|
Ensure double quote characters are always escaped properly
|
2022-11-27 11:47:31 +00:00 |
fetch.rs
|
Ensure FETCH clauses fetch the respective data correctly
|
2022-09-30 21:42:33 +01:00 |
field.rs
|
Ensure nested non-defined objects are not stored in SCHEMAFULL table
|
2022-10-20 15:41:32 +01:00 |
function.rs
|
Add SQL array::insert() function (#1504)
|
2022-12-17 21:03:13 +00:00 |
future.rs
|
Process futures before using as function arguments
|
2022-12-22 08:33:57 +00:00 |
geometry.rs
|
Fix SQL Geometry type serialization and output
|
2022-09-02 11:32:34 +01:00 |
group.rs
|
Ensure GROUP BY fields with functions are output correctly
|
2022-10-25 18:04:00 -07:00 |
insert.rs
|
Allow custom Record IDs in RELATE statements
|
2022-09-30 21:33:33 +01:00 |
limit.rs
|
Ensure cancelled context does not prevent FETCH of records
|
2022-10-22 22:19:12 +01:00 |
merge.rs
|
Allow deep merging in UPDATE ... MERGE statements
|
2022-09-29 11:16:57 +01:00 |
model.rs
|
Add initial integration tests for SQL models
|
2022-07-29 10:48:23 +01:00 |
param.rs
|
Ensure system parameters are not able to be overridden
|
2022-11-01 23:55:33 +00:00 |
parse.rs
|
Add initial integration tests
|
2022-07-28 10:00:06 +01:00 |
relate.rs
|
Ensure parameters can be used in RELATE statements without spaces
|
2022-12-04 22:07:43 +00:00 |
script.rs
|
Ensure uncaught JavaScript exceptions are caught
|
2022-12-18 20:48:37 +00:00 |
strict.rs
|
Return error when selecting from non-existent table in strict mode
|
2022-08-10 17:49:32 +01:00 |
table.rs
|
Use complex Record IDs for IDs in foreign tables with GROUP BY clauses
|
2022-10-04 00:27:38 +01:00 |
yuse.rs
|
Ensure selected NS/DB is reflected in current session info
|
2022-08-29 17:30:50 +01:00 |