surrealpatch/sql
2019-01-09 17:14:13 +00:00
..
access.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
ast.gen.go Remove AND EXPUNGE clause from DELETE expression 2018-12-31 07:46:44 +01:00
ast.go Remove AND EXPUNGE clause from DELETE expression 2018-12-31 07:46:44 +01:00
auth.gen.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
auth.gen.go.tmpl Implement Authable statements for improved logging 2017-03-24 21:25:22 +00:00
auth.gen.json Full update of the SQL package 2017-11-16 20:53:13 +00:00
auth_test.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
check.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
cork.go Remove AND EXPUNGE clause from DELETE expression 2018-12-31 07:46:44 +01:00
create.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
data.go No need to pass sql.parser into sql.scanner 2018-01-10 13:07:09 +00:00
database.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
define.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
delete.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
echo.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
error.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
event.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
exprs.go Enable using dollar symbol when defining a param variable 2019-01-08 15:51:53 +00:00
field.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
funcs.go Simplify built-in database field types 2018-10-18 00:39:09 +01:00
gen.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
if.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
index.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
info.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
insert.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
kill.gen.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
kill.gen.go.tmpl Full update of the SQL package 2017-11-16 20:53:13 +00:00
kill.gen.json Full update of the SQL package 2017-11-16 20:53:13 +00:00
kill_test.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
let.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
live.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
login.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
namespace.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
parser.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
perms.go No need to pass sql.parser into sql.scanner 2018-01-10 13:07:09 +00:00
rdwr.gen.go Improve statement read/write status detection 2017-11-24 12:56:53 +00:00
rdwr.gen.go.tmpl Improve statement read/write status detection 2017-11-24 12:56:53 +00:00
rdwr.gen.json Improve statement read/write status detection 2017-11-24 12:56:53 +00:00
rdwr_test.go Improve statement read/write status detection 2017-11-24 12:56:53 +00:00
relate.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
remove.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
return.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
run.go Add SQL RUN query statement type 2018-04-14 17:55:05 +01:00
scanner.go Ensure full duration values are parsed correctly 2018-08-20 07:32:21 +01:00
scope.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
select.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
sql.go Simplify built-in database field types 2018-10-18 00:39:09 +01:00
sql_test.go Remove AND EXPUNGE clause from DELETE expression 2018-12-31 07:46:44 +01:00
string.go Remove AND EXPUNGE clause from DELETE expression 2018-12-31 07:46:44 +01:00
table.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
token.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
tokens.go Improve SQL INFO command 2018-10-24 11:29:43 +01:00
trans.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
update.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
upsert.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
use.go Use ‘access’ variable name instead of ‘options’ on parser object 2019-01-09 17:14:13 +00:00
util.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00