.. |
access.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
cache.go
|
Implement basic executor caching layer
|
2018-09-28 22:06:07 +01:00 |
check.go
|
Improve permission checking efficiency
|
2019-10-03 18:48:13 +01:00 |
context.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
create.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
create_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
db.gen.go
|
Update generated go code
|
2019-10-03 19:15:50 +01:00 |
db.go
|
Use common id / name for background SQL queries
|
2019-02-06 08:02:22 +00:00 |
db_test.go
|
Remove support for write-only streaming storage
|
2019-06-16 08:12:41 +01:00 |
define.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
define_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
delete.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
delete_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
document.go
|
Don’t re-encode the key if we have already encoded it
|
2019-06-17 07:00:56 +01:00 |
error.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
event.go
|
Improve detecting document changes
|
2019-02-01 00:20:16 +00:00 |
executor.go
|
Simplify command line config arguments
|
2019-06-16 08:08:23 +01:00 |
export.go
|
Don’t use diffing in SQL export
|
2019-10-03 19:15:36 +01:00 |
fetch.go
|
Convert IfelExpression to SubExpression
|
2019-02-10 23:17:01 +00:00 |
fetch_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
gen.go
|
Switch to go mod
|
2019-09-29 11:28:53 +01:00 |
ifelse.go
|
Convert IfelExpression to SubExpression
|
2019-02-10 23:17:01 +00:00 |
ifelse_test.go
|
Convert IfelExpression to SubExpression
|
2019-02-10 23:17:01 +00:00 |
info.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
info_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
insert.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
insert_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
iterator.go
|
Implement async document processing in queries
|
2019-06-14 18:33:41 +01:00 |
let.go
|
Simplify and improve internal SQL AST structures
|
2018-08-20 00:21:35 +01:00 |
let_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
live.go
|
Fix live queries
|
2019-02-06 08:08:07 +00:00 |
lives.go
|
Improve detecting document changes
|
2019-02-01 00:20:16 +00:00 |
merge.go
|
Diff the document properly to detect any changes
|
2019-02-06 08:02:43 +00:00 |
mutex.go
|
Remove for loop from mutex
|
2018-04-28 22:08:19 +01:00 |
mutex_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
opt.go
|
Simplify SQL OPTION statement
|
2019-06-15 08:12:47 +01:00 |
perms.go
|
Improve permission checking efficiency
|
2019-10-03 18:48:13 +01:00 |
pool.go
|
Full update of the DB package
|
2017-11-16 20:53:39 +00:00 |
relate.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
remove.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
remove_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
return.go
|
Full update of the DB package
|
2017-11-16 20:53:39 +00:00 |
return_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
run.go
|
Add SQL RUN query statement type
|
2018-04-14 17:55:05 +01:00 |
run_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
scope_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
select.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
select_test.go
|
Improve ORDER BY COLLATE queries
|
2019-02-01 00:12:10 +00:00 |
session.go
|
Don’t use a cookie for unique Session ID
|
2018-05-14 02:37:49 +01:00 |
socket.go
|
Fix live queries
|
2019-03-05 11:40:08 +00:00 |
table.go
|
Convert IfelExpression to SubExpression
|
2019-02-10 23:17:01 +00:00 |
update.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
update_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
upsert.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
upsert_test.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
use.go
|
Make SQL parser stateless
|
2019-01-31 12:38:23 +00:00 |
vars.go
|
Implement async document processing in queries
|
2019-06-14 18:33:41 +01:00 |
yield.go
|
Remove RETURN BOTH and RETURN DIFF
|
2019-11-18 11:29:30 +00:00 |
yield_test.go
|
Remove RETURN BOTH and RETURN DIFF
|
2019-11-18 11:29:30 +00:00 |