surrealpatch/db
Tobie Morgan Hitchcock 0e4557bdd3 Remove unused code
2018-07-12 02:49:35 +01:00
..
check.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +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 Add timeout errors to json output 2018-05-09 22:52:47 +01:00
db.gen.go Regenerate codec files 2018-04-27 00:46:43 +01:00
db.go Add server-generated session info to queries 2018-05-12 23:46:01 +01:00
db_test.go Remove unused code 2018-07-12 02:49:35 +01:00
define.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
define_test.go Add support for foreign tables with group by clauses 2018-05-02 02:43:04 +01:00
delete.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
delete_test.go Add timeout errors to json output 2018-05-09 22:52:47 +01:00
document.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
error.go Full update of the DB package 2017-11-16 20:53:39 +00:00
event.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
executor.go Remove connection wide variables 2018-05-09 23:09:51 +01:00
fetch.go Don’t allow use of $ param with no value in queries 2018-05-30 19:06:48 +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 Don’t display live queries in SQL INFO statements 2018-05-08 18:53:21 +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 Simplify permissions fetching code 2018-05-30 13:25:42 +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 Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
merge.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
mutex.go Remove for loop from mutex 2018-04-28 22:08:19 +01:00
mutex_test.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
perms.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +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 Use context.Context on all kvs requests 2018-05-02 03:05:03 +01: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
scope_test.go Fix a bug with virtual records in scoped queries 2018-05-01 13:17:10 +01:00
select.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
select_test.go Fix a bug with virtual records in scoped queries 2018-05-01 13:17:10 +01:00
session.go Don’t use a cookie for unique Session ID 2018-05-14 02:37:49 +01:00
socket.go Simplify permissions fetching code 2018-05-30 13:25:42 +01:00
table.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
update.go Move to channel based mutex 2018-04-28 20:35:20 +01:00
update_test.go Add timeout errors to json output 2018-05-09 22:52:47 +01: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 Don’t use a cookie for unique Session ID 2018-05-14 02:37:49 +01:00
yield.go Enable $this parameter in SELECT queries 2018-05-31 14:34:39 +01:00
yield_test.go Move db.yield code into separate file 2018-04-10 07:18:25 +01:00