surrealpatch/sql
2019-05-09 20:36:59 +01:00
..
ast.gen.go Convert IfelExpression to SubExpression 2019-02-10 23:17:01 +00:00
ast.go Convert IfelExpression to SubExpression 2019-02-10 23:17:01 +00:00
check.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
cork.go Convert IfelExpression to SubExpression 2019-02-10 23:17:01 +00:00
create.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
data.go No need to pass sql.parser into sql.scanner 2018-01-10 13:07:09 +00:00
database.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
define.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
delete.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
echo.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
error.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
event.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
exprs.go Convert IfelExpression to SubExpression 2019-02-10 23:17:01 +00:00
field.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
funcs.go Simplify built-in database field types 2018-10-18 00:39:09 +01:00
gen.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
ifelse.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
index.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
info.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
insert.go Make SQL parser stateless 2019-01-31 12:38:23 +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 Make SQL parser stateless 2019-01-31 12:38:23 +00:00
live.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
login.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
namespace.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
option.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
parser.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
perms.go No need to pass sql.parser into sql.scanner 2018-01-10 13:07:09 +00:00
rdwr.gen.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
rdwr.gen.go.tmpl Improve statement read/write status detection 2017-11-24 12:56:53 +00:00
rdwr.gen.json Make SQL parser stateless 2019-01-31 12:38:23 +00:00
rdwr_test.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
relate.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
remove.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
return.go Make SQL parser stateless 2019-01-31 12:38:23 +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 Make SQL parser stateless 2019-01-31 12:38:23 +00:00
select.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
sql.go Remove unused SQL types 2019-01-31 09:52:15 +00:00
sql_test.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
string.go Ensure IF ELSE statements are not surrounded by brackets 2019-05-09 20:36:59 +01:00
table.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
token.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
tokens.go Remove unused SQL types 2019-01-31 09:52:15 +00:00
trans.go Allow SQL USE queries to run inside transactions 2019-01-31 09:51:54 +00:00
update.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
upsert.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
use.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
util.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00