Przemyslaw Hugh Kaznowski
|
64adb2e913
|
Rebased live query changes (#2136)
|
2023-06-20 23:50:26 +01:00 |
|
Emmanuel Keller
|
668d3fd8fb
|
Introduce query planner and indexing (#1899)
|
2023-06-19 19:41:13 +01:00 |
|
Finn Bear
|
5ebf4ee963
|
Refactor - consolidate Field enum to reduce redundancy. (#2104)
|
2023-06-10 20:23:22 +00:00 |
|
Finn Bear
|
c45fd12509
|
Feature - Use rust_decimal (128b) instead of bigdecimal ("arbitrary" precision) (#1991)
|
2023-06-09 15:23:30 +00:00 |
|
Marta Sanchez
|
496d16242f
|
Change data returned by the INFO statement (#2078)
Co-authored-by: Marta <marta@Salvadors-Laptop.local>
|
2023-05-31 12:35:29 +00:00 |
|
Finn Bear
|
ac9f77a62a
|
Bugfix #2069 - Properly escape '\' in strings (#2074)
|
2023-05-31 07:36:29 +00:00 |
|
Emmanuel Keller
|
8e48604e20
|
Add initial full-text search indexer implementation (#1779)
|
2023-05-29 12:46:41 +01:00 |
|
Emmanuel Keller
|
848be4dafb
|
Implements analyzer definition (#1705)
|
2023-05-09 22:08:09 -04:00 |
|
Tobie Morgan Hitchcock
|
19b0920e15
|
Ensure Idiom paths result in writeable transactions where necessary (#1957)
|
2023-05-09 18:17:29 -04:00 |
|
Finn Bear
|
c295cb0509
|
Optimization - Zero copy key deserialization. (#1880)
|
2023-04-29 17:44:09 +01:00 |
|
Rushmore Mushambi
|
cd16d4af5c
|
Replace tokio::time with wasmtimer for Wasm targets (#1846)
|
2023-04-23 08:32:27 +01:00 |
|
Tobie Morgan Hitchcock
|
8083eaf751
|
Allow :: module separators in custom function names
Closes #1775
|
2023-04-06 09:35:01 +01:00 |
|
Tobie Morgan Hitchcock
|
7bb89d5041
|
Ensure DEFINE and REMOVE statements are serialized with full field information
|
2023-04-02 00:28:01 +01:00 |
|
Tobie Morgan Hitchcock
|
64873eb881
|
Ensure DEFINE FIELD statements deserialize correctly
|
2023-04-01 19:07:00 +01:00 |
|
Tobie Morgan Hitchcock
|
2895026593
|
Use custom serialization compaction for DEFINE and REMOVE statements
|
2023-04-01 18:49:10 +01:00 |
|
Tobie Morgan Hitchcock
|
2e0093c41d
|
Improve SQL Idiom path parsing
Closes #1653
|
2023-03-31 20:00:21 +01:00 |
|
Tobie Morgan Hitchcock
|
2769033451
|
Update 3rd party dependencies
|
2023-03-25 20:49:00 +00:00 |
|
Tobie Morgan Hitchcock
|
cdac4f84cd
|
Add support for custom SQL functions
Closes #247
|
2023-03-25 19:44:03 +00:00 |
|
Emmanuel Keller
|
f3e605afde
|
Implements transaction isolation testing (#1674)
|
2023-03-10 15:24:27 +00:00 |
|
Tobie Morgan Hitchcock
|
ace60e4d1d
|
Enable DIFF option in LIVE SELECT queries
|
2023-02-22 18:04:30 +00:00 |
|
Tobie Morgan Hitchcock
|
70ec7c599e
|
Add pretty-printing support for IF ELSE statements
Related to #247
Related to #225
Related to #1319
|
2023-02-21 12:29:02 +00:00 |
|
Tobie Morgan Hitchcock
|
f7dd73212d
|
Make SQL subquery behaviour understandable and consistent
Closes #1408
Closes #1441
|
2023-02-19 17:34:18 +00:00 |
|
Tobie Morgan Hitchcock
|
84b026679f
|
Update clippy linting tests
|
2023-02-03 11:47:07 +00:00 |
|
Finn Bear
|
a1b9201bbd
|
Add pretty printing for SQL Query , Statement , Value , Array , and Object types (#1420)
|
2023-01-19 09:53:33 +00:00 |
|
Tobie Morgan Hitchcock
|
286bbef507
|
Allow Record IDs for relations in RELATE statements
|
2023-01-17 10:33:05 +00:00 |
|
Tobie Morgan Hitchcock
|
7fabf54593
|
Add ability to define global parameters on database
Closes #133
|
2023-01-09 15:49:47 +00:00 |
|
Tobie Morgan Hitchcock
|
23be3353be
|
Check expressions for SPLIT ON, GROUP BY, and ORDER BY clauses
Closes #1229
Closes #1230
Closes #1457
Closes #1233
|
2023-01-08 17:38:51 +00:00 |
|
Tobie Morgan Hitchcock
|
f5b21eb363
|
Add support for FLEXIBLE fields on SCHEMAFULL tables
Closes #1341
|
2023-01-04 09:50:01 +00:00 |
|
Tobie Morgan Hitchcock
|
df954a9554
|
Ensure transaction cache is cleared when necessary
Closes #1526
|
2022-12-18 10:30:07 +00:00 |
|
Tobie Morgan Hitchcock
|
c3db35cbeb
|
Prevent recursive queries inside futures
Closes #1513
|
2022-12-11 23:55:38 +00:00 |
|
Tobie Morgan Hitchcock
|
a9de682370
|
Ensure parameters can be used in RELATE statements without spaces
Closes #1447
|
2022-12-04 22:07:43 +00:00 |
|
Allen Lantz
|
d1055e6088
|
Implement hashed implementation of Uniq<Array> (#1310)
|
2022-10-27 05:23:24 -07:00 |
|
Tobie Morgan Hitchcock
|
2ceb10f4cb
|
Allow Record IDs defined within parameters to be used in CREATE and RELATE statements
Closes #1383
|
2022-10-19 19:16:31 +01:00 |
|
Tobie Morgan Hitchcock
|
d2761c6bf6
|
Ensure RELATE statements parse correctly with parameters
Closes #1313
|
2022-10-17 03:13:40 +01:00 |
|
Tobie Morgan Hitchcock
|
0a4b810fbd
|
Allow parameters in LIMIT and START clauses in SQL SELECT statements
Closes #1332
Closes #116
|
2022-10-17 02:57:53 +01:00 |
|
Tobie Morgan Hitchcock
|
072bbdebdb
|
Add support for FETCH cluases in SQL RETURN statements
Closes #1323
|
2022-10-16 23:12:24 +01:00 |
|
Tobie Morgan Hitchcock
|
214971cb86
|
Ensure UUIDs and Datetimes can be converted to strings correctly
Closes #1338
|
2022-10-16 17:36:07 +01:00 |
|
Finn Bear
|
45e1a9adce
|
Refactor, optimization, cleanup (#1288)
|
2022-10-04 22:51:18 +01:00 |
|
Tobie Morgan Hitchcock
|
cb7c159d71
|
Allow custom Record IDs in RELATE statements
|
2022-09-30 21:33:33 +01:00 |
|
Tobie Morgan Hitchcock
|
0bd0019def
|
Ensure nested fields are allowed in REMOVE FIELD statements
|
2022-09-28 02:37:10 +01:00 |
|
Tobie Morgan Hitchcock
|
75d1e86990
|
Add DEFINE TOKEN … ON SCOPE … functionality
Closes #144
|
2022-09-25 22:58:38 +01:00 |
|
Tobie Morgan Hitchcock
|
5580f288fd
|
Allow CREATE statement to accept an id field in the content
|
2022-09-24 02:58:19 +01:00 |
|
Tobie Morgan Hitchcock
|
0381b6dad2
|
Simplify SCHEMAFUL and SCHEMAFULL parsing definitions
Closes #220
|
2022-09-20 08:11:14 +01:00 |
|
Tobie Morgan Hitchcock
|
f90eb542bd
|
Add support SCHEMAFUL keyword spelling
Closes #115
|
2022-09-11 09:08:36 +01:00 |
|
Tobie Morgan Hitchcock
|
c1a1eba8b5
|
Add support for Record ID ranges
Closes #66
|
2022-08-28 23:31:57 +01:00 |
|
Tobie Morgan Hitchcock
|
56d3b0e861
|
Fix bug where records couldn’t be updated after defining an index
Closes #57
|
2022-08-25 14:50:11 +01:00 |
|
Kian-Meng Ang
|
40157f6170
|
Fix typos (#42)
Found via `codespell -L crate,inout,ser,fetchs,te,tre,whats`.
|
2022-08-21 13:13:38 +01:00 |
|
Tobie Morgan Hitchcock
|
bac8aa31a3
|
Implement config definition caching within a transaction
Closes #21
|
2022-08-08 20:44:35 +01:00 |
|
Tobie Morgan Hitchcock
|
89baebbd24
|
Fix DEFINE INDEX UNIQUE statement parsing
|
2022-07-28 20:27:39 +01:00 |
|
Tobie Morgan Hitchcock
|
d619633340
|
Enable new database strict mode configuration
|
2022-07-27 18:20:04 +01:00 |
|