* fix indeterministic diff delta matching
Before this fix, tables with different names would attempted to be matched even if there was a pair of tables with a matching name.
* add a test
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* copyright
Co-authored-by: druvv <druvv@users.noreply.github.com>
* In __DOLT_1__, throw error if schemas have different primary key types
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* schema integration test fix
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* Compare SQL types
Co-authored-by: druvv <druvv@users.noreply.github.com>
* keyless diff for the new format
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* pr comment
Co-authored-by: druvv <druvv@users.noreply.github.com>
* Add Hash160Enc
* persist and read conflicts from merge artifacts table
* update some tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* comment / cleanup prolly/artifact_map.go
* ~copyright~
* reskip TestDoltMerge
* rename Hash160Enc to Address
* change ArtifactType from string to uint8
* fix zero value for ArtifactType
* merge sets of conflicts together, update some tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* pr comments
* cvs can be written to and read
* merge with CVs for new storage format
* working!
* skip cv test
* unskips dolt transaction tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* some cleanup, fix tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* copyright
* fix cv hash roundtripping
* pr comments
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* cleanup
* fix vet errors and tests
Co-authored-by: druvv <druvv@users.noreply.github.com>
* Add Hash160Enc
* persist and read conflicts from merge artifacts table
* update some tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* comment / cleanup prolly/artifact_map.go
* ~copyright~
* reskip TestDoltMerge
* rename Hash160Enc to Address
* change ArtifactType from string to uint8
* fix zero value for ArtifactType
* merge sets of conflicts together, update some tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* pr comments
* skip cv test
Co-authored-by: druvv <druvv@users.noreply.github.com>
* resolving conflicts from SQL for new format
also some diff work
fix new format diff bug
I flipped n and m
* reskip test
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* pr feedback
* unskip TestDiffTableFunction, fix TestTransactions
Co-authored-by: druvv <druvv@users.noreply.github.com>