surrealpatch/sql
2016-09-14 10:23:57 +01:00
..
funcs Add blueprints for sql functions 2016-09-06 14:31:25 +01:00
ast.go Improvements on sql parser 2016-09-06 14:30:59 +01:00
cond.go Enable bound parameters in sql queries 2016-09-07 16:44:23 +01:00
create.go Update sql package 2016-05-23 13:32:02 +01:00
data.go Enable setting fields to record ids 2016-09-07 16:59:01 +01:00
define.go Add blueprint for defined RULES logic 2016-07-21 22:50:16 +01:00
delete.go Update sql package for alpha testing 2016-07-04 11:37:37 +01:00
echo.go Update sql package 2016-05-23 13:32:02 +01:00
error.go Update sql package 2016-05-23 13:32:02 +01:00
exprs.go Allow numbers, dates, times as table names 2016-09-07 16:58:25 +01:00
field.go Move standalone methods to parser class, and allow scanner to access parser 2016-09-07 16:40:05 +01:00
index.go Remove RESYNC INDEX command 2016-09-14 10:23:57 +01:00
modify.go Allow modifying whole tables with DIFFs 2016-09-07 16:58:37 +01:00
parser.go Remove RESYNC INDEX command 2016-09-14 10:23:57 +01:00
record.go Update sql package 2016-05-23 13:32:02 +01:00
relate.go Update sql package 2016-05-23 13:32:02 +01:00
remove.go Add blueprint for defined RULES logic 2016-07-21 22:50:16 +01:00
rules.go Move standalone methods to parser class, and allow scanner to access parser 2016-09-07 16:40:05 +01:00
scanner.go Update SQL tests 2016-09-07 16:58:50 +01:00
select.go Move standalone methods to parser class, and allow scanner to access parser 2016-09-07 16:40:05 +01:00
sql_test.go Remove RESYNC INDEX command 2016-09-14 10:23:57 +01:00
table.go Improvements on sql parser 2016-09-06 14:30:59 +01:00
token.go Remove RESYNC INDEX command 2016-09-14 10:23:57 +01:00
trans.go Improvements on sql parser 2016-09-06 14:30:59 +01:00
type.go Move standalone methods to parser class, and allow scanner to access parser 2016-09-07 16:40:05 +01:00
update.go Update sql package 2016-05-23 13:32:02 +01:00
use.go Move standalone methods to parser class, and allow scanner to access parser 2016-09-07 16:40:05 +01:00
util.go Enable parsing tables as struct not string 2016-09-07 17:01:32 +01:00
what.go Parse record ids whole instead of seperately 2016-09-07 16:58:05 +01:00