Tobie Morgan Hitchcock
a1b6d24772
Remove support for write-only streaming storage
2019-06-16 08:12:41 +01:00
Tobie Morgan Hitchcock
2ee1133a4b
Simplify command line config arguments
2019-06-16 08:08:23 +01:00
Tobie Morgan Hitchcock
78e4b3d6fa
Simplify SQL OPTION statement
2019-06-15 08:12:47 +01:00
Tobie Morgan Hitchcock
412ba4fc45
Update RELATE queries to newer syntax
2019-06-15 08:11:33 +01:00
Tobie Morgan Hitchcock
0392aa904c
Use reflect to check for document changes
2019-06-14 23:03:06 +01:00
Tobie Morgan Hitchcock
5c4c94feb9
Update 3rd party dependencies
2019-06-14 22:58:22 +01:00
Tobie Morgan Hitchcock
db1864224b
Implement async document processing in queries
2019-06-14 18:33:41 +01:00
Tobie Morgan Hitchcock
bcb1d3174c
Fix RPC Modify method
2019-05-24 10:11:41 +01:00
Tobie Morgan Hitchcock
88ccfa08db
Remove gossip communication layer
2019-05-18 12:34:00 +01:00
Tobie Morgan Hitchcock
2cef779106
Rename command line sql
command to import
2019-05-18 12:33:51 +01:00
Tobie Morgan Hitchcock
9979d911c7
Parse strings as time if needed
2019-05-09 20:37:22 +01:00
Tobie Morgan Hitchcock
1b0e9ce86f
Ensure IF ELSE statements are not surrounded by brackets
2019-05-09 20:36:59 +01:00
Tobie Morgan Hitchcock
5a8feec56b
Ensure polygons are created correctly
2019-04-29 18:43:30 +01:00
Tobie Morgan Hitchcock
09c32c2d64
Fix live queries
2019-03-05 11:40:08 +00:00
Tobie Morgan Hitchcock
4415978ac6
Remove unused argument placer
2019-03-05 11:40:04 +00:00
Tobie Morgan Hitchcock
3f604c5087
Remove surrounding brackets from SQL IF string
2019-03-05 11:39:56 +00:00
Tobie Morgan Hitchcock
07559e7ff8
Temporarily remove parallel iterator processing
2019-02-10 23:17:22 +00:00
Tobie Morgan Hitchcock
b5998496e0
Convert IfelExpression to SubExpression
...
Instead of having separate IfelExpression types, instead make IfelseStatement a subtype of SubExpression, and allow it without brackets.
2019-02-10 23:17:01 +00:00
Tobie Morgan Hitchcock
ae7b6ca0e4
Fix live queries
2019-02-06 08:08:07 +00:00
Tobie Morgan Hitchcock
bd8c6fddb2
Diff the document properly to detect any changes
2019-02-06 08:02:43 +00:00
Tobie Morgan Hitchcock
1b4c1bd094
Use common id / name for background SQL queries
2019-02-06 08:02:22 +00:00
Tobie Morgan Hitchcock
80f532436e
Ensure conditions in IF ELSE queries are treated as booleans
2019-02-05 18:48:43 +00:00
Tobie Morgan Hitchcock
d3fea6365f
Don’t reorder array items when fetching records
2019-02-05 18:47:05 +00:00
Tobie Morgan Hitchcock
f8beab1e17
Only use remote iterator fetch, if the value is a record
2019-02-01 10:49:44 +00:00
Tobie Morgan Hitchcock
b6bf75c7b5
Ensure SQL KILL query executes properly
2019-02-01 01:26:47 +00:00
Tobie Morgan Hitchcock
bd9e518f0f
Ensure fibre connection id is created if it doesn’t exist
2019-02-01 01:17:41 +00:00
Tobie Morgan Hitchcock
f19a0f1744
Improve detecting document changes
...
Instead of computing a diff to detect whether the document has changed, the document is marked as ‘changed’ if the initial document is different from the current document after being updated, or after being deleted.
2019-02-01 00:20:16 +00:00
Tobie Morgan Hitchcock
a00a7f17ef
Use caching on database level, not in document class
2019-02-01 00:18:55 +00:00
Tobie Morgan Hitchcock
1d988760b3
Update for go@1.11
2019-02-01 00:14:59 +00:00
Tobie Morgan Hitchcock
09c4d86290
Update 3rd party dependencies
2019-02-01 00:14:00 +00:00
Tobie Morgan Hitchcock
775c3ca96a
Enable DEFINE EVENT queries in exported SQL
2019-02-01 00:13:24 +00:00
Tobie Morgan Hitchcock
71192d2e36
Improve ORDER BY COLLATE queries
2019-02-01 00:12:10 +00:00
Tobie Morgan Hitchcock
ef9c73d4d7
Make SQL parser stateless
2019-01-31 12:38:23 +00:00
Tobie Morgan Hitchcock
4d233de449
Fix diff implementation to generate patches
2019-01-31 09:53:13 +00:00
Tobie Morgan Hitchcock
58470b930e
Remove unused package
2019-01-31 09:52:15 +00:00
Tobie Morgan Hitchcock
26a2c01a9c
Remove unused SQL types
2019-01-31 09:52:15 +00:00
Tobie Morgan Hitchcock
1da702e04b
Allow SQL USE queries to run inside transactions
2019-01-31 09:51:54 +00:00
Tobie Morgan Hitchcock
7c962f7bdc
Add SQL OPTION query statement
2019-01-31 09:47:52 +00:00
Tobie Morgan Hitchcock
62f02015ba
Remove custom PARALLEL config support from queries
2019-01-23 00:16:46 +00:00
Tobie Morgan Hitchcock
efeb186200
Ensure all fibre.Contexts have a unique socket id
2019-01-14 16:03:38 +00:00
Tobie Morgan Hitchcock
bba72ee161
Add TRACE level logging
2019-01-14 10:37:15 +00:00
Tobie Morgan Hitchcock
719bd98544
Use constant string for access all array items
2019-01-13 20:39:32 +00:00
Tobie Morgan Hitchcock
971302ecf5
Implement SPLIT keyword in SELECT statement
2019-01-11 11:17:43 +00:00
Tobie Morgan Hitchcock
261aff0ee2
Use ‘access’ variable name instead of ‘options’ on parser object
2019-01-09 17:14:13 +00:00
Tobie Morgan Hitchcock
33ba4d5de3
Enable using dollar symbol when defining a param variable
2019-01-08 15:51:53 +00:00
Tobie Morgan Hitchcock
b901c78bd1
Ensure test is correct for unique indexes
2019-01-07 13:45:40 +00:00
Tobie Morgan Hitchcock
a3788b558a
Remove unused package
2019-01-07 13:45:27 +00:00
Tobie Morgan Hitchcock
0402d74708
Remove AND EXPUNGE
clause from DELETE expression
...
When deleting records, it now removes and expunges document versions based on the table definition `DEFINE TABLE test VERSIONED` or `DEFINE TABLE test UNVERSIONED`, as opposed to the query being run. This prevents non-administrators from removing historic document data.
2018-12-31 07:46:44 +01:00
Tobie Morgan Hitchcock
f089dc4d7f
Ensure document permissions are rechecked after updating
2018-12-31 07:46:12 +01:00
Tobie Morgan Hitchcock
a8f9198695
Fix comment
2018-12-30 23:02:12 +01:00