Tobie Morgan Hitchcock
|
223d119b2c
|
Allow SQL subqueries to be ended witrh ; character
Related to #247
Related to #225
Related to #1319
|
2023-02-20 20:40:05 +00:00 |
|
Tobie Morgan Hitchcock
|
185eb91f22
|
Allow raw SQL subqueries without surrounding brackets
Related to #247
Related to #225
Related to #1319
|
2023-02-20 14:24:37 +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
|
d2571a6b29
|
Ensure UUIDs convert to strings correctly
Closes #1650
|
2023-02-11 18:21:02 +00:00 |
|
Tobie Morgan Hitchcock
|
55dda013b6
|
Fix SQL function tests
|
2023-01-18 00:11:19 +00:00 |
|
Tobie Morgan Hitchcock
|
3a1294029e
|
Add SQL array::all() , array::any() , array::min() , and array::max() functions
Closes #1588
|
2023-01-17 09:00:30 +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
|
9c5178ef0a
|
Add tests for SQL array::group() function
|
2023-01-07 20:02:49 +00:00 |
|
Rushmore Mushambi
|
005b27eae8
|
Drop the parallel feature (#1574)
|
2023-01-07 09:42:45 +00:00 |
|
Tobie Morgan Hitchcock
|
372cd65969
|
Don’t treat NONE and NULL as the same
|
2023-01-07 08:54:12 +00:00 |
|
Rushmore Mushambi
|
953a2008e2
|
Rename the engines module to engine (#1576)
|
2023-01-07 08:32:18 +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
|
c0d5aace54
|
Allow trailing commas in SQL Geometry types
Closes #1523
|
2023-01-03 17:52:22 +00:00 |
|
Rushmore Mushambi
|
a24bb4f4b8
|
Allow memory as an address endpoint in CLI sql command (#1563)
|
2022-12-30 23:53:45 +00:00 |
|
Finn Bear
|
54f337c15b
|
Add not function for negation of a value (#1542)
|
2022-12-30 09:34:46 +00:00 |
|
Rushmore Mushambi
|
c2dce39f91
|
Integrate client library into surrealdb crate (#1514)
|
2022-12-30 08:23:19 +00:00 |
|
Tobie Morgan Hitchcock
|
1ce6c4bae6
|
Process futures before using as function arguments
Closes #1538
|
2022-12-22 08:33:57 +00:00 |
|
Tobie Morgan Hitchcock
|
8bd3d8046c
|
Ensure uncaught JavaScript exceptions are caught
Closes #1461
|
2022-12-18 20:48:37 +00:00 |
|
Tobie Morgan Hitchcock
|
df954a9554
|
Ensure transaction cache is cleared when necessary
Closes #1526
|
2022-12-18 10:30:07 +00:00 |
|
Aman Sharma
|
e1e617cff7
|
Add SQL array::insert() function (#1504)
|
2022-12-17 21:03:13 +00:00 |
|
Tobie Morgan Hitchcock
|
406e277c3b
|
Ensure crate builds with no-default-features
|
2022-12-07 19:30:29 +00:00 |
|
Tobie Morgan Hitchcock
|
0eace892ad
|
Remove duplicate unused tests
|
2022-12-05 23:50:58 +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 |
|
Tobie Morgan Hitchcock
|
3c4f194610
|
Ensure string::slice does not panic with usize overflow
|
2022-12-03 23:30:38 +00:00 |
|
Allen Lantz
|
3d3cab4b65
|
Add SQL array::flatten() function (#1308)
|
2022-11-28 12:18:30 +00:00 |
|
Tobie Morgan Hitchcock
|
20cbbb203e
|
Ensure SQL array::complement function is correct
|
2022-11-27 19:42:24 +00:00 |
|
Tobie Morgan Hitchcock
|
77b24cda26
|
Ensure double quote characters are always escaped properly
Closes #1488
|
2022-11-27 11:47:31 +00:00 |
|
Tobie Morgan Hitchcock
|
8b5a99c321
|
Support negative offsets in SQL string::slice() function
Closes #1490
|
2022-11-27 11:47:31 +00:00 |
|
Tobie Morgan Hitchcock
|
65f219ffe5
|
Ensure system parameters are not able to be overridden
|
2022-11-01 23:55:33 +00:00 |
|
Allen Lantz
|
d1055e6088
|
Implement hashed implementation of Uniq<Array> (#1310)
|
2022-10-27 05:23:24 -07:00 |
|
Rushmore Mushambi
|
12ded8b066
|
Log version when starting the server (#1358)
|
2022-10-27 01:58:08 -07:00 |
|
Tobie Morgan Hitchcock
|
e9364d2efd
|
Ensure GROUP BY fields with functions are output correctly
|
2022-10-25 18:04:00 -07:00 |
|
Tobie Morgan Hitchcock
|
50a2c25688
|
Ensure cancelled context does not prevent FETCH of records
Closes #1395
|
2022-10-22 22:19:12 +01:00 |
|
Tobie Morgan Hitchcock
|
0c4994b33b
|
Ensure nested non-defined objects are not stored in SCHEMAFULL table
Closes #1342
|
2022-10-20 15:41:32 +01:00 |
|
Tobie Morgan Hitchcock
|
67eb4b97a1
|
Fix tests 😖
|
2022-10-19 15:48:50 +01:00 |
|
Tobie Morgan Hitchcock
|
8902fc0a70
|
Don’t automatically treat naive dates as datetimes
Closes #1328
|
2022-10-17 03:34:07 +01:00 |
|
Tobie Morgan Hitchcock
|
c63fc47bc0
|
Ensure Record IDs with string-based integers, are output correctly
Closes #1327
|
2022-10-17 00:05:38 +01:00 |
|
Finn Bear
|
88100854a8
|
Limit computation depth in functions, futures, and subqueries. (#241)
|
2022-10-06 17:35:03 +01:00 |
|
Tobie Morgan Hitchcock
|
e13a4c7742
|
Use complex Record IDs for IDs in foreign tables with GROUP BY clauses
|
2022-10-04 00:27:38 +01:00 |
|
Tobie Morgan Hitchcock
|
7cd8bab75c
|
Ensure FETCH clauses fetch the respective data correctly
Closes #249
|
2022-09-30 21:42:33 +01:00 |
|
Tobie Morgan Hitchcock
|
cb7c159d71
|
Allow custom Record IDs in RELATE statements
|
2022-09-30 21:33:33 +01:00 |
|
Tobie Morgan Hitchcock
|
bec3d49b6d
|
Allow deep merging in UPDATE ... MERGE statements
Closes #1225
|
2022-09-29 11:16:57 +01:00 |
|
Rushmore Mushambi
|
5a47217783
|
Feature gate scripting tests (#1251)
|
2022-09-27 18:02:37 +01:00 |
|
Tobie Morgan Hitchcock
|
4db61d89a2
|
Ensure DELETE statements with UNIQUE INDEX work correctly
Closes #1210
|
2022-09-24 18:58:56 +01:00 |
|
Tobie Morgan Hitchcock
|
0381b6dad2
|
Simplify SCHEMAFUL and SCHEMAFULL parsing definitions
Closes #220
|
2022-09-20 08:11:14 +01:00 |
|
Andrei Miulescu
|
3b649384b2
|
Ensure datetimes work in +12 timezones (#190)
Closes #189
|
2022-09-17 16:30:00 +01:00 |
|
Tobie Morgan Hitchcock
|
f90eb542bd
|
Add support SCHEMAFUL keyword spelling
Closes #115
|
2022-09-11 09:08:36 +01:00 |
|
Tobie Morgan Hitchcock
|
a8497ff6b3
|
Fix tests for improved logging of field and index errors
|
2022-09-10 06:17:03 +01:00 |
|
Tobie Morgan Hitchcock
|
93dedd4869
|
Fix SQL Geometry type serialization and output
Closes #93
|
2022-09-02 11:32:34 +01:00 |
|