Skip to content

Commit 5bd8c3c

Browse files
foxtrotalicebob
authored andcommitted
sql: Add support for ON CONFLICT REPLACE
1 parent b1a842e commit 5bd8c3c

File tree

5 files changed

+362
-273
lines changed

5 files changed

+362
-273
lines changed

sql/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ test: parser.go
1010

1111
build: parser.go
1212
go build
13+
14+
get:
15+
go get golang.org/x/tools/cmd/goyacc

0 commit comments

Comments
 (0)