surrealpatch/sql
Tobie Morgan Hitchcock b0ab86c4ef Add KV, NS, DB to LET and RETURN SQL ASTs
All queries which manipulate the data layer in any way, should at least store the authenticated/selected NS and DB options, even if they do not actually use them when running the SQL statement.
2016-11-04 11:15:05 +00:00
..
ast.go Add KV, NS, DB to LET and RETURN SQL ASTs 2016-11-04 11:15:05 +00:00
cork.go Add CORK self encoding to SQL objects 2016-11-04 10:01:32 +00:00
create.go Enable main SQL commands to be within subqueries 2016-11-03 17:20:18 +00:00
data.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
define.go Add SQL SCOPE query type 2016-10-18 14:27:17 +01:00
delete.go Enable main SQL commands to be within subqueries 2016-11-03 17:20:18 +00:00
echo.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
error.go Update sql package 2016-05-23 13:32:02 +01:00
exprs.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
field.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
funcs.go Only do function argument checking in sql parser 2016-11-03 17:16:08 +00:00
index.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
info.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
let.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
parser.go No need to create extra variable 2016-11-04 10:02:00 +00:00
relate.go Enable main SQL commands to be within subqueries 2016-11-03 17:20:18 +00:00
remove.go Add SQL SCOPE query type 2016-10-18 14:27:17 +01:00
return.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
rules.go Remove code in rules and use SQL WHERE clause 2016-10-14 22:05:44 +01:00
scanner.go Enable durations to be specified without “” marks 2016-11-04 10:04:55 +00:00
scope.go Add SQL SCOPE query type 2016-10-18 14:27:17 +01:00
select.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
sql.go Ensure parsed times are stored in UTC 2016-09-14 21:57:42 +01:00
sql_test.go Update SQL tests 2016-11-04 11:13:34 +00:00
table.go Add SCHEMALESS / SCHEMAFULL support to queries 2016-10-14 21:31:45 +01:00
token.go Add CORK self encoding to SQL objects 2016-11-04 10:01:32 +00:00
trans.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
type.go Add ‘record’ as a field type 2016-11-04 09:42:00 +00:00
update.go Enable main SQL commands to be within subqueries 2016-11-03 17:20:18 +00:00
use.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
util.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
view.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00