surrealpatch/db
2018-04-28 20:35:20 +01:00
..
check.go Check permissions on the initial document when deleting 2018-04-15 01:53:36 +01:00
context.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
create.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
create_test.go Change ERR_KV to ERR_EX for ‘record already exists’ errors 2018-04-23 09:12:00 +01:00
db.gen.go Regenerate codec files 2018-04-27 00:46:43 +01:00
db.go Prevent race conditions in live query socket notifications 2018-04-25 00:01:29 +01:00
db_test.go Prevent concurrent record edits and race conditions 2018-04-24 17:11:12 +01:00
define.go Ensure correct index values are inserted 2018-04-01 00:33:51 +01:00
define_test.go Prevent concurrent record edits and race conditions 2018-04-24 17:11:12 +01:00
delete.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
delete_test.go Shorten test timeout time to prevent test failure 2018-03-19 11:35:31 +00:00
document.go Move to channel based mutex 2018-04-28 20:35:20 +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 Prevent concurrent record edits and race conditions 2018-04-24 17:11:12 +01:00
fetch.go Ensure linked records are fetched using the same query version 2018-04-28 20:35:19 +01:00
fetch_test.go Ensure empty arrays / objects are equal to EMPTY 2018-04-24 15:58:45 +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 Include nested fields in SQL INFO query output 2018-04-25 00:55:49 +01:00
info_test.go Enable multiple expressions with database events 2018-04-04 19:20:07 +01:00
insert.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
insert_test.go Change ERR_KV to ERR_EX for ‘record already exists’ errors 2018-04-23 09:12:00 +01:00
iterator.go Prevent concurrent record edits and race conditions 2018-04-24 17:11:12 +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 performance and simplicity 2018-04-27 00:04:36 +01:00
lives.go Improve live query performance and simplicity 2018-04-27 00:04:36 +01:00
merge.go Ensure arrays and objects are always set 2018-04-27 15:23:58 +01:00
mutex.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
mutex_test.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
perms.go Ensure that fields are not removed when set to NULL 2018-04-27 00:40:36 +01:00
pool.go Full update of the DB package 2017-11-16 20:53:39 +00:00
relate.go Move to channel based mutex 2018-04-28 20:35:20 +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 Prevent concurrent record edits and race conditions 2018-04-24 17:11:12 +01: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 Move to channel based mutex 2018-04-28 20:35:20 +01:00
select_test.go Ensure correct ordering with same-compare values 2018-04-24 15:54:50 +01:00
socket.go Improve live query performance and simplicity 2018-04-27 00:04:36 +01:00
table.go Improve DB error message types 2018-04-18 15:27:21 +01:00
update.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
update_test.go Add test for parsing times and records within json 2018-01-10 14:54:09 +00:00
upsert.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
upsert_test.go Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
vars.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
yield.go Ensure field permissions are correctly applied 2018-04-27 00:40:59 +01:00
yield_test.go Move db.yield code into separate file 2018-04-10 07:18:25 +01:00