surrealpatch/db
Tobie Morgan Hitchcock e24cc5b620 Add method variable to events
A new $method variable is now available in database events. The $method variable specifies the type of request that was made which triggered the event. Possible values are CREATE / UPDATE / DELETE.
2017-12-20 06:53:06 +00:00
..
check.go Add method variable to events 2017-12-20 06:53:06 +00:00
create.go Prevent circular references when yielding data 2017-12-04 22:20:39 +00:00
create_test.go Add extra tests for parsing record IDs 2017-11-26 17:45:17 +00:00
db.gen.go Enable parameters in LIVE queries 2017-12-08 10:29:52 +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 Remove unnecessary brackets in sql test expressions 2017-12-12 01:07:24 +00:00
delete.go Prevent circular references when yielding data 2017-12-04 22:20: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 Cancel the context timeout AFTER errors are checked 2017-12-06 13:21:12 +00:00
fetch.go Improve binary condition comparison checks 2017-12-12 01:11:09 +00:00
fetch_test.go Improve binary condition comparison checks 2017-12-12 01:11:09 +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 Prevent circular references when yielding data 2017-12-04 22:20:39 +00:00
insert_test.go Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
iterator.go Ensure permission checks don’t create subsequent checks 2017-12-06 13:20:34 +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 Ensure that the NS and DB are available to the live query 2017-12-12 01:08:32 +00:00
merge.go Enable special param values which supersede subquery params 2017-12-08 14:28:55 +00:00
pool.go Full update of the DB package 2017-11-16 20:53:39 +00:00
relate.go Prevent circular references when yielding data 2017-12-04 22:20:39 +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 Prevent circular references when yielding data 2017-12-04 22:20:39 +00:00
select_test.go Improve binary condition comparison checks 2017-12-12 01:11:09 +00:00
socket.go Ensure that the NS and DB are available to the live query 2017-12-12 01:08:32 +00:00
table.go Full update of the DB package 2017-11-16 20:53:39 +00:00
update.go Prevent circular references when yielding data 2017-12-04 22:20:39 +00:00
update_test.go Add tests for using params with CONTENT/MERGE/DIFF 2017-12-05 11:09:06 +00:00
upsert.go Prevent circular references when yielding data 2017-12-04 22:20: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 method variable to events 2017-12-20 06:53:06 +00:00