..
check.go
Check permissions on the initial document when deleting
2018-04-15 01:53:36 +01:00
create.go
Don’t alter subquery RETURN type
2018-04-20 23:35:32 +01:00
create_test.go
Fix bug in downstream cork package
2018-04-20 16:40:40 +01:00
db.gen.go
Update generated code
2018-04-14 21:59:16 +01:00
db.go
Improve live query notification delivery
2018-04-14 19:20:15 +01:00
db_test.go
Move db.yield code into separate file
2018-04-10 07:18:25 +01:00
define.go
Ensure correct index values are inserted
2018-04-01 00:33:51 +01:00
define_test.go
Don’t enable array lengths fetch using data paths
2018-04-20 21:33:13 +01:00
delete.go
Don’t alter subquery RETURN type
2018-04-20 23:35:32 +01:00
delete_test.go
Shorten test timeout time to prevent test failure
2018-03-19 11:35:31 +00:00
document.go
Enable permissions on individual document fields
2018-04-14 19:14:47 +01:00
error.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
event.go
Only run events when the document has changed
2018-04-19 13:36:04 +01:00
executor.go
Improve DB error message types
2018-04-18 15:27:21 +01:00
fetch.go
Don’t fetch right side of AND / OR statements if not necessary
2018-04-20 00:17:13 +01:00
fetch_test.go
Add fuzzy string search to conditional SQL clauses
2018-04-13 20:34:52 +01:00
gen.go
Download generate dependencies in each gen files
2017-03-04 10:55:58 +00:00
if.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
if_test.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
info.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
info_test.go
Enable multiple expressions with database events
2018-04-04 19:20:07 +01:00
insert.go
Don’t alter subquery RETURN type
2018-04-20 23:35:32 +01:00
insert_test.go
Use XIDs instead of UUIDs for record IDs
2017-11-26 16:54:49 +00:00
iterator.go
Enable limiting the maximum number of query workers
2018-04-18 15:49:32 +01:00
let.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
let_test.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
live.go
Improve live query notification delivery
2018-04-14 19:20:15 +01:00
lives.go
Enable permissions on individual document fields
2018-04-14 19:14:47 +01:00
merge.go
Enable permissions on individual document fields
2018-04-14 19:14:47 +01:00
perms.go
Enable permissions on individual document fields
2018-04-14 19:14:47 +01:00
pool.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
relate.go
Don’t alter subquery RETURN type
2018-04-20 23:35:32 +01:00
remove.go
Don’t use of ClrL, GetL, DelL, PutL methods on KV store
2018-02-09 15:08:27 +00:00
remove_test.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
return.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
return_test.go
Full update of the DB package
2017-11-16 20:53:39 +00:00
run.go
Add SQL RUN query statement type
2018-04-14 17:55:05 +01:00
run_test.go
Add SQL RUN query statement type
2018-04-14 17:55:05 +01:00
select.go
Enable permissions on individual document fields
2018-04-14 19:14:47 +01:00
select_test.go
Enable select * data from a foreign thing / record
2018-03-18 21:33:26 +00:00
socket.go
Ensure session wide variables are available on a live query context
2018-04-19 13:36:08 +01:00
table.go
Improve DB error message types
2018-04-18 15:27:21 +01:00
update.go
Don’t alter subquery RETURN type
2018-04-20 23:35:32 +01:00
update_test.go
Add test for parsing times and records within json
2018-01-10 14:54:09 +00:00
upsert.go
Don’t alter subquery RETURN type
2018-04-20 23:35:32 +01:00
upsert_test.go
Use XIDs instead of UUIDs for record IDs
2017-11-26 16:54:49 +00:00
vars.go
Enable limiting the maximum number of query workers
2018-04-18 15:49:32 +01:00
yield.go
Enable permissions on individual document fields
2018-04-14 19:14:47 +01:00
yield_test.go
Move db.yield code into separate file
2018-04-10 07:18:25 +01:00