surrealpatch/sql
2021-05-13 10:09:51 +01:00
..
ast.gen.go Update dependencies 2020-12-09 22:21:16 +00:00
ast.go Fix bug with record id parsing 2021-05-13 10:09:51 +01: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 Remove PARALLEL option from SQL commands 2020-03-06 15:44:53 +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 Remove PARALLEL option from SQL commands 2020-03-06 15:44:53 +00:00
echo.go Remove RETURN BOTH and RETURN DIFF 2019-11-18 11:29:30 +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 Update comments 2019-12-08 13:51:49 +00:00
field.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
funcs.go Add geometry contains + inside database functions 2021-05-13 01:28:13 +01:00
gen.go Update dependencies 2020-11-16 08:48:02 +00:00
ifelse.go Ensure sub-queries are correctly specified as read of write 2019-11-21 00:44:31 +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 Remove PARALLEL option from SQL commands 2020-03-06 15:44:53 +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 Ensure sub-queries are correctly specified as read of write 2019-11-21 00:44:31 +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 Remove PARALLEL option from SQL commands 2020-03-06 15:44:53 +00:00
remove.go Full update of the SQL package 2017-11-16 20:53:13 +00:00
return.go Ensure sub-queries are correctly specified as read of write 2019-11-21 00:44:31 +00:00
run.go Ensure sub-queries are correctly specified as read of write 2019-11-21 00:44:31 +00:00
scanner.go Fix Thing parsing for record IDs 2021-05-12 16:37:50 +01:00
scope.go Make SQL parser stateless 2019-01-31 12:38:23 +00:00
select.go Remove PARALLEL option from SQL commands 2020-03-06 15:44:53 +00:00
sql.go Remove unused SQL types 2019-01-31 09:52:15 +00:00
sql_test.go Fix Thing parsing for record IDs 2021-05-12 16:37:50 +01:00
string.go Update RELATE queries to newer syntax 2019-06-15 08:11:33 +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 Remove PARALLEL option from SQL commands 2020-03-06 15:44:53 +00:00
upsert.go Remove PARALLEL option from SQL commands 2020-03-06 15:44:53 +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