surrealpatch/sql
2016-10-30 16:59:16 +00:00
..
funcs Add additional sql functions 2016-09-21 00:24:03 +01:00
ast.go Remove MODIFY SQL command and add DIFF to UPDATE 2016-10-30 00:33:28 +01:00
cond.go Uunexport methods which don’t need to be public 2016-09-14 22:21:25 +01:00
create.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
data.go Remove MODIFY SQL command and add DIFF to UPDATE 2016-10-30 00:33:28 +01:00
define.go Add SQL SCOPE query type 2016-10-18 14:27:17 +01:00
delete.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
echo.go Enable ability to RETURN INFO 2016-09-21 17:56:27 +01:00
error.go Update sql package 2016-05-23 13:32:02 +01:00
exprs.go Add blueprint for RELATE SQL query 2016-10-30 16:59:16 +00:00
field.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01: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 SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
parser.go Remove unused and backup SQL keywords 2016-10-30 14:05:29 +00:00
relate.go Add blueprint for RELATE SQL query 2016-10-30 16:59:16 +00:00
remove.go Add SQL SCOPE query type 2016-10-18 14:27:17 +01:00
return.go Support JSON and ARRAYS in RETURN statements 2016-10-29 18:46:48 +01:00
rules.go Remove code in rules and use SQL WHERE clause 2016-10-14 22:05:44 +01:00
scanner.go Enable double slash single line comments 2016-10-24 12:11:12 +01:00
scope.go Add SQL SCOPE query type 2016-10-18 14:27:17 +01:00
select.go Simplify code 2016-09-21 00:37:03 +01:00
sql.go Ensure parsed times are stored in UTC 2016-09-14 21:57:42 +01:00
sql_test.go Remove MODIFY SQL command and add DIFF to UPDATE 2016-10-30 00:33:28 +01:00
table.go Add SCHEMALESS / SCHEMAFULL support to queries 2016-10-14 21:31:45 +01:00
token.go Remove unused and backup SQL keywords 2016-10-30 14:05:29 +00:00
trans.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
type.go Add double FIELD TYPE and improve type checking 2016-10-20 14:14:10 +01:00
update.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
use.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
util.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
view.go Add SQL VIEWs 2016-09-21 00:36:37 +01:00