dbutil: RewriteTable, generalize table.RewriteRows to copy from source table to destination table with row transformation

This commit is contained in:
Michał Matczuk
2020-12-02 14:08:49 +01:00
committed by Michal Jan Matczuk
parent 13ef8ceaf1
commit 69f6f201f2
6 changed files with 166 additions and 91 deletions

View File

@@ -29,9 +29,10 @@ GOTEST := go test -cpu $(GOTEST_CPU) -count=1 -cover -race -tags all
.PHONY: test
test:
@$(GOTEST) .
@$(GOTEST) ./migrate
@$(GOTEST) ./qb
@$(GOTEST) ./table
@$(GOTEST) ./migrate
@$(GOTEST) ./dbutil
.PHONY: bench
bench: