surrealpatch/sql
2016-11-23 12:53:27 +00:00
..
ast.go Improve SQL INFO command to support namespaces 2016-11-23 12:53:27 +00:00
cork.go Generate token keys in SQL and store as binary 2016-11-22 13:51:21 +00:00
create.go Change name of authentication scope level 2016-11-14 13:26:07 +00:00
data.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
database.go Add SQL command for DEFINE/REMOVE DATABASE 2016-11-04 11:34:37 +00:00
define.go Add SQL DEFINE TOKEN statement 2016-11-16 22:47:23 +00:00
delete.go Change name of authentication scope level 2016-11-14 13:26:07 +00:00
echo.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
error.go Improve error message when unable to select NS/DB 2016-11-14 10:20:45 +00:00
exprs.go Improve SQL DEFINE TOKEN statements 2016-11-22 19:10:42 +00:00
field.go If no TYPE is found on SQL DEFINE FIELD default to “any” 2016-11-21 18:52:12 +00:00
funcs.go Add basic sql functions for crypto 2016-11-21 14:34:15 +00:00
gen.go Add codec code generation 2016-11-04 11:45:38 +00:00
index.go Perform authentication access checks in SQL layer 2016-11-04 11:25:53 +00:00
info.go Improve SQL INFO command to support namespaces 2016-11-23 12:53:27 +00:00
let.go Change name of authentication scope level 2016-11-14 13:26:07 +00:00
login.go Improve SQL DEFINE LOGIN statements 2016-11-22 19:10:32 +00:00
namespace.go Add SQL command for DEFINE/REMOVE NAMESPACE 2016-11-04 11:33:57 +00:00
options.go Improve database authentication 2016-11-21 18:48:25 +00:00
parser.go Perform authentication access checks in SQL layer 2016-11-04 11:25:53 +00:00
relate.go Change name of authentication scope level 2016-11-14 13:26:07 +00:00
remove.go Add SQL DEFINE TOKEN statement 2016-11-16 22:47:23 +00:00
return.go Change name of authentication scope level 2016-11-14 13:26:07 +00:00
rules.go Perform authentication access checks in SQL layer 2016-11-04 11:25:53 +00:00
scanner.go Improving parsing of time durations. 2016-11-09 15:15:09 +00:00
scope.go Generate token keys in SQL and store as binary 2016-11-22 13:51:21 +00:00
select.go Change name of authentication scope level 2016-11-14 13:26:07 +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 12:15:51 +00:00
table.go Perform authentication access checks in SQL layer 2016-11-04 11:25:53 +00:00
token.go Improve SQL DEFINE TOKEN statements 2016-11-22 19:10:42 +00:00
tokens.go Improve SQL DEFINE TOKEN statements 2016-11-22 19:10:42 +00:00
trans.go No need to have selected a NS/DB for transactions 2016-11-17 14:18:33 +00:00
type.go Remove unused SQL tokens 2016-11-10 12:36:01 +00:00
update.go Change name of authentication scope level 2016-11-14 13:26:07 +00:00
use.go Perform authentication access checks in SQL layer 2016-11-04 11:25:53 +00:00
util.go Add subqueries, subexpressions, and paths to SQL 2016-11-04 09:58:11 +00:00
view.go Perform authentication access checks in SQL layer 2016-11-04 11:25:53 +00:00