surrealpatch/sql
2016-10-14 22:15:40 +01:00
..
funcs Add additional sql functions 2016-09-21 00:24:03 +01:00
ast.go Remove code in rules and use SQL WHERE clause 2016-10-14 22:05:44 +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 Uunexport methods which don’t need to be public 2016-09-14 22:21:25 +01:00
define.go Add SQL VIEWs 2016-09-21 00:36:37 +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 Alow @thing to be used as DEFAULT values in fields 2016-09-19 14:47:11 +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
modify.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
parser.go Remove RECORD keyword 2016-10-14 07:54:26 +01:00
relate.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
remove.go Add SQL VIEWs 2016-09-21 00:36:37 +01:00
rules.go Remove code in rules and use SQL WHERE clause 2016-10-14 22:05:44 +01:00
scanner.go Parse tables and @things better 2016-09-14 22:22:31 +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 Add SQL VIEW to sql tests 2016-10-14 22:15:40 +01:00
table.go Add SCHEMALESS / SCHEMAFULL support to queries 2016-10-14 21:31:45 +01:00
token.go Add IF to sql reserved words 2016-10-14 22:06:05 +01:00
trans.go Remove SQL EXPLAIN command 2016-09-21 00:34:21 +01:00
type.go Uunexport methods which don’t need to be public 2016-09-14 22:21:25 +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 Use int64 instead of float64 for non decimal numbers 2016-10-14 07:55:53 +01:00
view.go Add SQL VIEWs 2016-09-21 00:36:37 +01:00