File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11GO := go
22pkgs = $(shell basename `git rev-parse --show-toplevel`)
3- VERSION =$(shell git describe --abbrev=0)
4- BUILD =$(shell date +% FT% T% z)
5- GOVERSION =$(shell go version | cut --delimiter=" " -f3)
6- COMMIT =$(shell git rev-parse HEAD)
7- BRANCH =$(shell git rev-parse --abbrev-ref HEAD)
3+ VERSION ?=$(shell git describe --abbrev=0)
4+ BUILD ?=$(shell date +% FT% T% z)
5+ GOVERSION ?=$(shell go version | cut --delimiter=" " -f3)
6+ COMMIT ?=$(shell git rev-parse HEAD)
7+ SOMEVAR ?=$(shell git rev-parse HEAD)
8+ BRANCH ?=$(shell git rev-parse --abbrev-ref HEAD)
89
910PREFIX =$(shell pwd)
1011TOP_DIR =$(shell git rev-parse --show-toplevel)
Original file line number Diff line number Diff line change @@ -161,6 +161,10 @@ tcol28: 6.12
161161
162162## Versions history
163163
164+ #### 0.1.4
165+ - Fixed handling of time columns
166+ - Improved support of GENERATED columns
167+
164168#### 0.1.3
165169- Fixed handling of nulls
166170
You can’t perform that action at this time.
0 commit comments