surrealpatch/db
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
..
create.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
db.go Remove MODIFY SQL command and add DIFF to UPDATE 2016-10-30 00:33:28 +01:00
define.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
delete.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
info.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
let.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
relate.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
remove.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
return.go Add SQL RETURN statements 2016-10-29 12:29:20 +01:00
select.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00
update.go Add SQL LET statements with bound parameters 2016-10-29 12:28:20 +01:00