Merged PRs
dolt
- 1957: Allow setting head ref session var, e.g. @@mydb_head_ref to change branches
Also fixed a bug where it wasn't being updated on a branch change - 1954: go/libraries/doltcore/env/actions/commitwalk: Cache commit meta during the topological walk to avoid n^2 work materializing it over and over.
- 1949: Branch and commit-qualified database names enabled by default
- 1947: Change force commit to bypass conflicts and constraint violations
Previously--force
only bypassed invalid foreign keys. With the addition of constraint violations, this check has been rendered redundant, and--force
seems like it should bypass all blockers on commit anyway. - 1946: go/go.mod: Override indirect mongo-driver version to keep vulnerability scanner clean.
- 1945: Small fixes
Super small fixes - 1941: Vinai/dolt merge ret type
Fixes #1937 - 1939: Add Bats Testcase for importing and exporting timestamps
Addresses #1903
go-mysql-server
- 510: Accept limit / offset as BindVar
This should fix #509 - 508: adds the time.Time utc format
For some reason time.Time.UTC does not have a standard format defined in the time.go package. This adds the functionality here.
cc. https://stackoverflow.com/questions/33119748/convert-time-time-to-string
Fixes: #1903
vitess
- 82: Max/status
Status can be used as a constrain name and referenced from a constraint expression.