surrealpatch/sql
2017-03-04 10:55:58 +00:00
..
ast.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
cork.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
create.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
data.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
database.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
define.go Enable use of SQL DEFINE/REMOVE in transactions 2017-02-20 01:44:11 +00:00
delete.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
echo.go Enforce default RETURN value in sql parser 2017-02-20 01:44:12 +00:00
error.go Improve errors throught codebase 2017-02-20 01:44:13 +00:00
exprs.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
field.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
funcs.go Add SQL functions for hotp/totp/yubikey security 2016-12-08 21:57:22 +00:00
gen.go Download generate dependencies in each gen files 2017-03-04 10:55:58 +00:00
index.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
info.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
kill.gen.go.tmpl Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
kill.gen.json Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
let.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
login.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
namespace.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
options.go Move authentication level constants to cnf package 2017-02-24 13:33:03 +00:00
parser.go Add initial golang code tracing and logging 2017-03-03 21:39:37 +00:00
perms.go Ensure default tables/fields are private by default 2017-03-02 10:55:42 +00:00
relate.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
remove.go Enable use of SQL DEFINE/REMOVE in transactions 2017-02-20 01:44:11 +00:00
return.go Change name of authentication scope level 2016-11-14 13:26:07 +00:00
scanner.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
scope.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
select.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
sql.go Ensure parsed times are stored in UTC 2016-09-14 21:57:42 +01:00
sql_test.go Fix sql tests 2017-02-23 15:09:02 +00:00
string.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
table.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
token.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
tokens.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
trans.go DEFINE and REMOVE SQL queries can not be inside transactions 2016-11-26 13:05:21 +00:00
type.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
update.go Implement query statement timeout functionality 2017-03-02 14:38:56 +00:00
use.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
util.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00
view.go Enable SQL AST string formatting 2017-03-02 10:47:10 +00:00