Dustin Brown
fcac2abb21
/.github/workflows/ci-bump-homebrew.yaml: replace homebrew token
2021-06-28 14:24:22 -07:00
Dustin Brown
f432a4608f
Merge pull request #1863 from dolthub/db/fix-conversion
...
[no-release-notes] /go/store/types/map.go: fix interface conversion panic
2021-06-28 13:45:33 -07:00
Dustin Brown
6cf7cce678
/go/store/types/map.go: fix interface conversion panic
2021-06-28 13:10:58 -07:00
Dustin Brown
6cc7330ed7
Merge pull request #1861 from dolthub/db/visit-level-order
...
Db/visit level order
2021-06-28 12:26:56 -07:00
coffeegoddd
cacae4315a
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2021-06-28 18:43:57 +00:00
Dustin Brown
b0900c1ffd
/go/store/types/map_test.go: pr feedback, test different batch sizes
2021-06-28 11:42:35 -07:00
Dustin Brown
b3f4ba029c
/go/store/types/map{.go,_test.go}: add VisitMapLevelOrderSize test
2021-06-25 15:51:03 -07:00
andrew-wm-arthur
374452f44c
[ga-bump-release] Update Dolt version to 0.26.10 and release v0.26.10
v0.26.10
2021-06-25 21:46:52 +00:00
Dustin Brown
313b7d6c57
/go/store/types/map.go: replace VisitMapLevelOrder with memory efficient sized version
2021-06-25 11:45:53 -07:00
AndyA
991a1758d5
Merge pull request #1857 from dolthub/andy/cmp-chunk-write-panic-fix
...
Andy/cmp chunk write panic fix
2021-06-25 08:49:31 -07:00
Andy Arthur
ded784afa6
clean up
2021-06-24 16:45:42 -07:00
Andy Arthur
0d1d697058
don't leak a go routine in the error case
2021-06-24 16:44:07 -07:00
Andy Arthur
ece72c38a2
Revert "drain after break"
...
This reverts commit 8d668547c5 .
2021-06-24 16:39:28 -07:00
Andy Arthur
ff7bd80c0e
actual fix
2021-06-24 16:39:16 -07:00
Andy Arthur
8d668547c5
drain after break
2021-06-24 16:34:46 -07:00
Katie McCulloch
fb858ced8f
Merge pull request #1847 from dolthub/km/sqlfmt
...
go/libraries/doltcore/sqle/sqlfmt/schema_fmt.go: Add AlterTableModifyColStmt
2021-06-24 13:14:21 -07:00
Brian Hendriks
ec40e9cf0c
reset output colors before exiting when interrupt encountered ( #1842 )
2021-06-23 14:19:35 -07:00
Brian Hendriks
1caa732fdd
tuple type changes ( #1545 )
...
* tuple as primitive type
* merge primitive tuples
* try UnionKind with nil elements
* remove hard coded hashes
* more tuple type changes
Co-authored-by: Brian Hendriks <brian@liquidata.co >
2021-06-23 11:15:12 -07:00
AndyA
4431b141a7
Merge pull request #1849 from dolthub/andrew-wm-arthur-c0b4e3e5
...
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2021-06-23 10:45:22 -07:00
andrew-wm-arthur
79013d4b0e
[ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur
2021-06-23 17:07:12 +00:00
Katie McCulloch
d46ee06eae
go/libraries/doltcore/sqle/sqlfmt/schema_fmt.go: Add AlterTableModifyColStmt
2021-06-22 18:26:44 -07:00
Zach Musgrave
b29e87089b
Update faq.md
2021-06-21 13:53:09 -07:00
Zach Musgrave
b1d0769821
Updated FAQ with transaction info
2021-06-21 13:52:54 -07:00
Tim Sehn
d7a03656d4
Merge pull request #1845 from dolthub/tim/bats-for-brian
...
Added bats tests for dolt log --merges, --parents, and --min-parents
2021-06-21 13:39:57 -07:00
Dustin Brown
e46ca67ebe
[ga-bump-dep] Bump dependency in Dolt by zachmu ( #1840 )
...
Co-authored-by: zachmu <zach@dolthub.com >
2021-06-21 16:02:14 -04:00
Timothy Sehn
a4ab1e0b00
Added bats tests for dolt log --merges, --parents, and --min-parents options
2021-06-21 12:30:02 -07:00
Maximilian Hoffman
0b37334b75
Merge pull request #1657 from dolthub/max/null-check
...
NULL check bats and go.mod update
2021-06-17 12:07:37 -07:00
Max Hoffman
6744fc106d
Merge master
2021-06-17 10:17:58 -07:00
Vinai Rachakonda
0aa1e1f282
Fix bug with conflicts for DOLT_MERGE ( #1834 )
...
Fix dolt_merge bug that prevented the rendering of tests
2021-06-16 23:43:28 -04:00
andrew-wm-arthur
75983973e2
[ga-bump-release] Update Dolt version to 0.26.9 and release v0.26.9
v0.26.9
2021-06-16 23:32:11 +00:00
Aaron Son
34e64f3a71
Merge pull request #1839 from dolthub/reltuk-a25dd40c
...
[auto-bump] [no-release-notes] dependency by reltuk
2021-06-16 16:29:31 -07:00
reltuk
7e2cc23f3a
[ga-bump-dep] Bump dependency in Dolt by reltuk
2021-06-16 23:03:19 +00:00
Aaron Son
50d5f4fe46
Merge pull request #1837 from dolthub/reltuk-394c2ef3
...
[auto-bump] [no-release-notes] dependency by reltuk
2021-06-16 15:14:59 -07:00
reltuk
20df42d730
[ga-bump-dep] Bump dependency in Dolt by reltuk
2021-06-16 21:50:29 +00:00
Aaron Son
e8a291c42a
go/libraries/doltcore/sqle/enginetest: Skip upcoming index-on-keyless-table enginetest.
2021-06-16 10:32:18 -07:00
Daylon Wilkins
a379f1322c
Patched random ACCESS DENIED error on Windows
2021-06-15 16:44:45 -07:00
Brian Hendriks
5a04638656
--merges, --parents, --min-parents options for dolt log ( #1831 )
2021-06-15 16:15:28 -07:00
Brian Hendriks
029bb5d83b
ctx to WithFilters ( #1832 )
2021-06-15 15:24:44 -07:00
Daylon Wilkins
151ca17cb2
Fixed #1824 : Bug with adding index on merge
2021-06-15 10:41:40 -07:00
Vinai Rachakonda
bb3d6266ee
Add test case for bytes parse bug ( #1827 )
...
Fixes small bytes error
2021-06-15 13:38:14 -04:00
Vinai Rachakonda
559de51aaa
Add in for filtered table ( #1826 )
...
Let's you do an IN clause with the dolt diff table
2021-06-14 17:20:43 -04:00
reltuk
0967103579
[ga-bump-release] Update Dolt version to 0.26.8 and release v0.26.8
v0.26.8
2021-06-14 20:43:55 +00:00
Maximilian Hoffman
98b33c5f7a
Merge pull request #1821 from dolthub/max-hoffman-58ad6465
...
[auto-bump] [no-release-notes] dependency by max-hoffman
2021-06-14 13:12:40 -07:00
Zach Musgrave
dbde7bcee6
Merge pull request #1825 from dolthub/zachmu/1824
...
Skipped bats test for #1824
2021-06-14 12:01:53 -07:00
Zach Musgrave
0f8237242f
Skipped bats test for #1824
2021-06-14 11:30:41 -07:00
Vinai Rachakonda
f494c8f478
Vinai/elixir smoke test ( #1815 )
...
Elixir integration
2021-06-14 13:51:38 -04:00
AndyA
e96009d96d
Merge pull request #1814 from dolthub/andy/broken-ntc-queries
...
[no-release-notes] added broken queries
2021-06-14 10:04:19 -07:00
max-hoffman
5f67039f3f
[ga-bump-dep] Bump dependency in Dolt by max-hoffman
2021-06-14 16:58:30 +00:00
Andy Arthur
050ab60fa1
add copyright header
2021-06-14 09:31:14 -07:00
Aaron Son
30b977942a
Merge pull request #1813 from dolthub/aaron/install.sh-supports-darwin-arm64
...
go/utils/publishrelease: install.sh: Install x86_64 binaries on MacOS M1.
2021-06-11 15:36:16 -07:00