surrealpatch/db
2018-09-13 17:34:27 +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 Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
create_test.go Add timeout errors to json output 2018-05-09 22:52:47 +01:00
db.gen.go Complete functionality to define scope tokens 2018-09-13 17:34:27 +01:00
db.go Add SQL export functionality 2018-08-20 07:53:11 +01:00
db_test.go Remove unused code 2018-07-12 02:49:35 +01:00
define.go Complete functionality to define scope tokens 2018-09-13 17:34:27 +01:00
define_test.go Ensure full duration values are parsed correctly 2018-08-20 07:32:21 +01:00
delete.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
delete_test.go Add timeout errors to json output 2018-05-09 22:52:47 +01:00
document.go Add support for table versioning 2018-08-20 07:52:13 +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
export.go Add SQL export functionality 2018-08-20 07:53:11 +01:00
fetch.go Ensure all byte slices are converted to strings 2018-08-21 11:39:12 +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 Add scope tokens to SQL INFO queries 2018-09-13 16:08:52 +01:00
info_test.go Add scope tokens to SQL INFO queries 2018-09-13 16:08:52 +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 Add SQL export functionality 2018-08-20 07:53:11 +01:00
let.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01: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 Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +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 Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
pool.go Full update of the DB package 2017-11-16 20:53:39 +00:00
relate.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
remove.go Complete functionality to define scope tokens 2018-09-13 17:34:27 +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 Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
select_test.go Add support for table versioning 2018-08-20 07:52:13 +01:00
session.go Don’t use a cookie for unique Session ID 2018-05-14 02:37:49 +01:00
socket.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
table.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
update.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +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 SQL statements now run in serial mode by default 2018-08-10 19:16:42 +01:00
yield.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
yield_test.go Move db.yield code into separate file 2018-04-10 07:18:25 +01:00