.. |
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
|
Simplify and improve internal SQL AST structures
|
2018-08-20 00:21:35 +01:00 |
db.go
|
Remove mysql kvs storage backend
|
2018-08-08 08:21:42 +01:00 |
db_test.go
|
Remove unused code
|
2018-07-12 02:49:35 +01:00 |
define.go
|
Simplify and improve internal SQL AST structures
|
2018-08-20 00:21:35 +01:00 |
define_test.go
|
Add support for foreign tables with group by clauses
|
2018-05-02 02:43:04 +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
|
Simplify and improve internal SQL AST structures
|
2018-08-20 00:21:35 +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
|
Simplify and improve internal SQL AST structures
|
2018-08-20 00:21:35 +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
|
Simplify and improve internal SQL AST structures
|
2018-08-20 00:21:35 +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 and improve internal SQL AST structures
|
2018-08-20 00:21:35 +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
|
Simplify and improve internal SQL AST structures
|
2018-08-20 00:21:35 +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
|
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 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 |