surrealpatch/sql
Tobie Morgan Hitchcock 151d73b954 Remove MODIFY SQL command and add DIFF to UPDATE
MODIFY SQL statements have now been merged with UPDATE SQL statements, as the functionality was similar, but the code was duplicated.

The DIFF SQL command has been added to the UPDATE query, so that records can be updated with DIFFs.
2016-10-30 00:33:28 +01: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 SQL LET statements with bound parameters 2016-10-29 12:28:20 +01: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 MODIFY SQL command and add DIFF to UPDATE 2016-10-30 00:33:28 +01:00
relate.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01: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 MODIFY SQL command and add DIFF to UPDATE 2016-10-30 00:33:28 +01: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