surrealpatch/db
Tobie Morgan Hitchcock 7733b7b129 Reset ctx variables between calculating field VALUE and ASSERT
If the field value was changed in the VALUE statement, then the context variables were not reset to reflect this change in the ASSERT statement. As a result the ASSERT would receive the old values prior to being affected by the VALUE statement.
2017-12-04 10:09:49 +00:00
..
check.go Full update of the DB package 2017-11-16 20:53:39 +00:00
create.go Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
create_test.go Add extra tests for parsing record IDs 2017-11-26 17:45:17 +00:00
db.gen.go Full update of the DB package 2017-11-16 20:53:39 +00:00
db.go Only return an executor to the pool once 2017-11-24 01:45:56 +00:00
db_test.go Full update of the DB package 2017-11-16 20:53:39 +00:00
define.go Full update of the DB package 2017-11-16 20:53:39 +00:00
define_test.go Full update of the DB package 2017-11-16 20:53:39 +00:00
delete.go Full update of the DB package 2017-11-16 20:53:39 +00:00
delete_test.go Full update of the DB package 2017-11-16 20:53:39 +00:00
document.go No need to version index data 2017-11-24 12:46:12 +00:00
error.go Full update of the DB package 2017-11-16 20:53:39 +00:00
executor.go Add initial path following implementation 2017-11-28 01:20:30 +00:00
fetch.go Ensure NULL/VOID/EMPTY values are compared correctly 2017-12-03 11:10:38 +00: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 Full update of the DB package 2017-11-16 20:53:39 +00:00
insert.go Full update of the DB package 2017-11-16 20:53:39 +00:00
insert_test.go Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
iterator.go Simplify table records loop in iterator 2017-12-01 00:36:14 +00: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 Full update of the DB package 2017-11-16 20:53:39 +00:00
lives.go Full update of the DB package 2017-11-16 20:53:39 +00:00
merge.go Reset ctx variables between calculating field VALUE and ASSERT 2017-12-04 10:09:49 +00:00
pool.go Full update of the DB package 2017-11-16 20:53:39 +00:00
relate.go Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
remove.go Full update of the DB package 2017-11-16 20:53:39 +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
select.go A single *Thing in a subquery is the same as LIMIT 1 2017-11-26 13:45:48 +00:00
select_test.go Ensure NULL/VOID/EMPTY values are compared correctly 2017-12-03 11:10:38 +00:00
socket.go Simplify uuid util package 2017-11-27 11:34:59 +00:00
table.go Full update of the DB package 2017-11-16 20:53:39 +00:00
update.go Full update of the DB package 2017-11-16 20:53:39 +00:00
update_test.go Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
upsert.go Full update of the DB package 2017-11-16 20:53:39 +00:00
upsert_test.go Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
vars.go Add initial path following implementation 2017-11-28 01:20:30 +00:00