surrealpatch/db
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
..
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 Use caching on database level, not in document class 2019-02-01 00:18:55 +00: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 for go@1.11 2019-02-01 00:14:59 +00:00
db.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
db_test.go Make SQL parser stateless 2019-01-31 12:38:23 +00: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 Improve detecting document changes 2019-02-01 00:20:16 +00: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 Make SQL parser stateless 2019-01-31 12:38:23 +00:00
export.go Enable DEFINE EVENT queries in exported SQL 2019-02-01 00:13:24 +00:00
fetch.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
fetch_test.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
gen.go Download generate dependencies in each gen files 2017-03-04 10:55:58 +00:00
ifelse.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
ifelse_test.go Make SQL parser stateless 2019-01-31 12:38:23 +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 Make SQL parser stateless 2019-01-31 12:38:23 +00: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 Make SQL parser stateless 2019-01-31 12:38:23 +00:00
lives.go Improve detecting document changes 2019-02-01 00:20:16 +00:00
merge.go Improve detecting document changes 2019-02-01 00:20:16 +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 Make SQL parser stateless 2019-01-31 12:38:23 +00:00
perms.go Use caching on database level, not in document class 2019-02-01 00:18:55 +00: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 Make SQL parser stateless 2019-01-31 12:38:23 +00:00
table.go Improve detecting document changes 2019-02-01 00:20:16 +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 Make SQL parser stateless 2019-01-31 12:38:23 +00:00
yield.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
yield_test.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00