Commit Graph

11054 Commits

Author SHA1 Message Date
Dustin Brown
e9e58bbb1f /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: add precision to correctness percentage 2022-02-05 06:54:04 -08:00
jennifersp
b8ad8b4415 [ga-bump-release] Update Dolt version to 0.36.1 and release v0.36.1 v0.36.1 2022-02-05 02:37:48 +00:00
AndyA
70185aa7b8 Merge pull request #2743 from dolthub/andy/flatbuffers-prolly-tree
/go/store/prolly: flatbuffers-based prolly tree
2022-02-04 16:55:34 -08:00
jennifersp
83a5108727 Merge pull request #2759 from dolthub/max-hoffman-8235852c 2022-02-04 16:12:56 -08:00
Andy Arthur
fe791889d5 pr feedback on node construction 2022-02-04 16:11:03 -08:00
max-hoffman
fbd9574b5d [ga-bump-dep] Bump dependency in Dolt by max-hoffman 2022-02-04 23:32:31 +00:00
jennifersp
94ad6bb78e Retain not null constraint on primary key columns when dropping primary key (#2745) 2022-02-04 15:20:21 -08:00
Andy Arthur
1864b4e4e0 pr feedback 2022-02-04 15:11:17 -08:00
Aaron Son
508fe36325 Merge pull request #2741 from dolthub/aaron/bump-gopsutil
go/go.mod: Bump gopsutil. Gets rid of deprecated warning on macOS.
2022-02-03 13:58:59 -08:00
Aaron Son
cfbe102a06 Merge remote-tracking branch 'origin/main' into aaron/bump-gopsutil 2022-02-03 13:38:30 -08:00
AndyA
e73c73fcee Update go/store/prolly/content_address_test.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
2022-02-03 13:24:02 -08:00
Tim Sehn
aeb57668ca Merge pull request #2747 from dolthub/tim/readme-doltlab
Update README to mention DoltLab
2022-02-03 10:12:40 -08:00
Tim Sehn
208a932239 Update README to mention DoltLab 2022-02-03 10:05:27 -08:00
Zach Musgrave
c940749261 Merge pull request #2746 from alrs/table-editor-err
libraries/doltcore/table/editor: fix dropped test errors
2022-02-03 09:21:09 -08:00
AndyA
6afd507c95 Merge pull request #2744 from dolthub/andrew-wm-arthur-96fc17bb
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-02-03 08:56:37 -08:00
Lars Lehtonen
98acb06e2f libraries/doltcore/table/editor: fix dropped test errors 2022-02-02 19:30:42 -08:00
Andy Arthur
f13c4c5833 deleted sql show grants bats 2022-02-02 16:57:35 -08:00
Andy Arthur
831b5af158 skipped bats test 'sql show grants' 2022-02-02 16:19:45 -08:00
andrew-wm-arthur
d684032eff [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-02-02 23:27:29 +00:00
Andy Arthur
bd04dfadaa cleanup 2022-02-02 14:39:03 -08:00
Andy Arthur
f282147e5b added simple content-addresability test 2022-02-02 14:23:21 -08:00
andrew-wm-arthur
714b6663ee [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-02 22:09:46 +00:00
Andy Arthur
78ad124737 removed count from mapNode, accumulate keys and values separately in treeChunker 2022-02-02 14:07:46 -08:00
Andy Arthur
0947823c15 Revert "added ref_cardinality to TupleMap schema"
This reverts commit a3c8942fd9.
2022-02-02 13:42:52 -08:00
Andy Arthur
a3c8942fd9 added ref_cardinality to TupleMap schema 2022-02-02 13:31:48 -08:00
Andy Arthur
0dd977dbb1 fixed cursor bugs, need to implemente cumulative count for maps 2022-02-02 12:36:13 -08:00
Andy Arthur
588fa239ff refactored meta tuple pairs to removed cumulative subtree count from value 2022-02-02 11:02:07 -08:00
Aaron Son
686273f44c go/go.mod: Bump gopsutil. Gets rid of deprecated warning on macOS. 2022-02-02 10:49:49 -08:00
Andy Arthur
a8721e66ca removed nodeCursor.currentPair() in favor of .currentKey() and .currentValue() 2022-02-02 10:01:03 -08:00
James Cor
34c9ee5119 Merge pull request #2718 from dolthub/james/prevent-spatial-keys
prevent creating and altering table with spatial types as primary key
2022-02-02 09:58:52 -08:00
Andy Arthur
71cb6d8d01 round-tripping items with new node format 2022-02-02 09:40:23 -08:00
Dustin Brown
bc4cfb083c Merge pull request #2738 from dolthub/db/go-mod-tidy
[no-release-notes] /.github/workflows/ci-format-repo.yaml: run go mod tidy before doing other formatting stuff
2022-02-02 08:51:23 -08:00
Tim Sehn
61284605fd Merge pull request #2736 from dolthub/tim/alter-bats-tests
Skipped bats test for alter table db.table add primary key
2022-02-02 08:21:16 -08:00
coffeegoddd
ef10b732c2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-02 03:19:21 +00:00
Dustin Brown
c97f7cc9f9 /.github/workflows/ci-format-repo.yaml: run go mod tidy before doing other formatting stuff 2022-02-01 19:07:54 -08:00
Timothy Sehn
08df743cbb Match PRIMARY KEY capitalization in test 2022-02-01 16:54:26 -08:00
James Cor
c9fd6f33e4 merging 2022-02-01 16:53:16 -08:00
Timothy Sehn
cc7dc51b6b Skipped bats test for alter table db.table add primary key 2022-02-01 16:42:51 -08:00
James Cor
2dc4fd3a7c Merge pull request #2714 from dolthub/james/spatial-types
BATS tests for Spatial Types
2022-02-01 16:32:58 -08:00
Andy Arthur
2140c48262 swapping out prolly node implementations 2022-02-01 16:22:35 -08:00
JCOR11599
c9741b18b0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-01 23:03:03 +00:00
Andy Arthur
1c6fa85166 first pass mapNode 2022-02-01 15:00:04 -08:00
James Cor
3097fbcb76 creating more usable utility functions and adding tests for secondary indexes 2022-02-01 14:56:15 -08:00
James Cor
fb7ebb4644 added additional check for invalid polygon with not equal starting and ending points 2022-02-01 14:36:44 -08:00
James Cor
e54674dee0 Merge branch 'main' into james/spatial-types 2022-02-01 14:32:23 -08:00
James Cor
37fccdf400 Merge branch 'main' into james/prevent-spatial-keys 2022-02-01 14:05:38 -08:00
James Cor
c8258cb7aa Merge pull request #2733 from dolthub/james/go-get-main
manually go get gms main
2022-02-01 14:04:59 -08:00
James Cor
bb1cc43f1f manually go get gms main 2022-02-01 13:19:56 -08:00
James Cor
fed7dc2064 Merge branch 'main' into james/prevent-spatial-keys 2022-02-01 12:28:46 -08:00
JCOR11599
8c8b669113 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-01 19:25:48 +00:00