Andy Arthur
2b7ff514b1
Merge remote-tracking branch 'origin/main' into andy/schema-encoding
2022-05-31 14:53:55 -07:00
AndyA
fd02a6fd4c
Merge pull request #3493 from dolthub/andy/prolly-enum-set-bit-encodings
...
[no-release-notes] Prolly Encodings for `Enum`, `Set` and `Bit`
2022-05-31 14:31:06 -07:00
Jason Fulghum
7cc6a98a44
Merge pull request #3507 from dolthub/fulghum-257f07bd
...
[auto-bump] [no-release-notes] dependency by fulghum
2022-05-31 13:56:08 -07:00
Dhruv Sringari
8b00e78e64
go/libraries/doltcore/merge: allow merges in an inconsistent state ( #3460 )
...
* add bats test to check that merges can succeed in a conflicted state
fix tests
* add skipped bats for merges that violate check constraints post-merge
* add types.UnionMaps
* caller can choose value when key collision occurs
* fix comment
* allow merges when conflicts or violations are committed
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* skip bats on new format
* enginetest -> queries
* last bats fix
* more bats
* missing run in bats
* pr edits
Co-authored-by: druvv <druvv@users.noreply.github.com >
2022-05-31 13:19:52 -07:00
Andy Arthur
a8dab572b0
fix time test
2022-05-31 12:07:26 -07:00
fulghum
dff82eb245
[ga-bump-dep] Bump dependency in Dolt by fulghum
2022-05-31 18:31:10 +00:00
Andy Arthur
9b4e2e5b3e
fix decimal normalization, revert sql time normalization
2022-05-31 11:02:16 -07:00
Dustin Brown
d1c88f2912
Merge pull request #3496 from dolthub/db/fuzzer
...
[no-release-notes] /.github/workflows/ci-fuzzer.yaml: make fuzzer job manually trigger-able
2022-05-27 09:57:15 -07:00
coffeegoddd
35d082a3db
/.github/workflows/ci-fuzzer.yaml: make fuzzer job manually triggerable
2022-05-27 09:52:12 -07:00
Daylon Wilkins
20c6adf98c
Shifted fuzzer to use new format
2022-05-27 08:35:51 -07:00
Dustin Brown
459ded5403
Update ci-format-repo.yaml
2022-05-26 16:40:06 -07:00
andrew-wm-arthur
f05aa5611a
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-05-26 22:37:11 +00:00
Andy Arthur
ec5c7e665e
fix prolly field tests
2022-05-26 15:35:33 -07:00
Andy Arthur
1cd308176d
Merge branch 'andy/prolly-enum-set-bit-encodings' of github.com:dolthub/dolt into andy/prolly-enum-set-bit-encodings
2022-05-26 15:11:11 -07:00
Andy Arthur
8798f1010b
threaded sql schemas to de/normaize rows
2022-05-26 15:08:09 -07:00
AndyA
6ba4ca9f58
Merge pull request #3491 from dolthub/andy/unskip-typestable
...
[no-release-notes] Unskip typestable enginetests
2022-05-26 14:35:28 -07:00
Andy Arthur
68d620468f
Merge remote-tracking branch 'origin/main' into andy/unskip-typestable
2022-05-26 13:20:57 -07:00
AndyA
4324acba1e
Merge pull request #3492 from dolthub/db/ci-fixes
...
[no-release-notes] /integration-tests/{MySQL,ORM}Dockerfile: add platform args, fix python and pip version
2022-05-26 13:19:45 -07:00
Andy Arthur
45944f4411
added bit64 encoding, cleanup
2022-05-26 12:44:48 -07:00
coffeegoddd
aded369797
/integration-tests/mysql-client-tests/mysql-client-tests.bats: use python3.8
2022-05-26 12:38:20 -07:00
Andy Arthur
dff4b98668
skip typestable for new format
2022-05-26 12:11:50 -07:00
Andy Arthur
7c04485a8d
hack fix for prolly blobs
2022-05-26 12:09:30 -07:00
coffeegoddd
08cd284ef5
/integration-tests/{MySQL,ORM}Dockerfile: add platform args, fix python and pip version
2022-05-26 12:03:45 -07:00
Andy Arthur
80a5de15a0
unskip typestable enginetests
2022-05-26 11:59:38 -07:00
Andy Arthur
cfd74ab17d
unskip typestable enginetests
2022-05-26 11:56:55 -07:00
Andy Arthur
8a6530f148
added enum and set encodings
2022-05-26 11:52:38 -07:00
Dustin Brown
0df5c7edfe
Merge pull request #3488 from dolthub/db/security
...
[no-release-notes] bump yaml v3 for security
2022-05-26 11:13:20 -07:00
AndyA
691169a7d5
Merge pull request #3484 from dolthub/andy/prolly-decimal-encoding
...
[no-release-notes] decimal encoding
2022-05-26 10:29:52 -07:00
Andy Arthur
8028059ac7
pr feedback
2022-05-26 09:36:57 -07:00
coffeegoddd
729e873541
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-05-25 22:31:49 +00:00
coffeegoddd
e4275895b2
[no-release-notes] bump yaml v3 for security
2022-05-25 15:30:14 -07:00
Andy Arthur
6e33deb621
first pass at schema schema
2022-05-25 14:30:28 -07:00
Andy Arthur
8e45698e3d
Merge remote-tracking branch 'origin/main' into andy/prolly-decimal-encoding
2022-05-25 13:56:15 -07:00
Andy Arthur
dde1d31fd0
added value encodings to flatbuffers schema
2022-05-25 13:55:12 -07:00
AndyA
a55ec2b016
Merge pull request #3479 from dolthub/andy/prolly-encodings
...
[no-release-notes] New format encodings for `Year`, `Date` and `Time`
2022-05-25 13:26:39 -07:00
Maximilian Hoffman
c1a81a601f
fix tildes ( #3483 )
...
* fix tildes
* gen tilde escapes
2022-05-25 12:39:12 -07:00
Andy Arthur
9ee8773b83
added encoding for decimal.Decimal
2022-05-25 12:29:12 -07:00
Zach Musgrave
8f1c3ed5e9
Merge pull request #3466 from dolthub/zachmu/ddl3
...
Support for adding / dropping primary keys on new storage format
2022-05-25 12:25:48 -07:00
Andy Arthur
03972c9e4c
fix prolly_fields_test
2022-05-25 12:18:20 -07:00
Andy Arthur
3e08aa3ec5
fix datetime test
2022-05-25 11:07:14 -07:00
Zach Musgrave
d671c177f5
Fixed bug adding primary key, not null constraint wasn't getting applied in some cases
2022-05-25 11:01:06 -07:00
Zach Musgrave
8261633fa3
Unskip test
2022-05-25 11:00:21 -07:00
Andy Arthur
1908ab04b7
store datetime as microseconds to support full value domain
2022-05-25 10:09:46 -07:00
Maximilian Hoffman
93945d94d3
Log and diff tables use topo sorted iterator ( #3480 )
...
* Topologically sort commit traversal
* docstring
* aaron's comments
* delete old
2022-05-25 09:59:21 -07:00
Zach Musgrave
142e21c410
Skipping broken bats test for DOLT_DEV
2022-05-24 16:29:21 -07:00
Andy Arthur
b1203d02d5
fix prolly_fields_test
2022-05-24 16:18:32 -07:00
Andy Arthur
c878a26694
added new encoding for Time
2022-05-24 16:14:15 -07:00
Andy Arthur
2e7a81437b
added new encodings for year and date
2022-05-24 15:49:36 -07:00
Zach Musgrave
be5a593866
Actually upgrade gms
2022-05-24 15:04:28 -07:00
Zach Musgrave
21242baa57
Upgraded gms
2022-05-24 14:58:21 -07:00