Commit Graph

14912 Commits

Author SHA1 Message Date
AndyA
08539d97cc Merge pull request #4239 from dolthub/andy/fk-panic
[no-release-notes] go/doltcore/sqle/writer: Fix `prollyFkIndexer` for primary keys not at the start of a schema
2022-08-30 15:28:10 -07:00
AndyA
0f371c10fe Merge pull request #4229 from dolthub/andy/auto-fix
go/doltcore/sqle/globalstate: Reset AUTO_INCREMENT sequence to 1 on table drop
2022-08-30 13:52:23 -07:00
Andy Arthur
e13bbf93be fix setup for cross-index key mapping in prollyFkIndexer 2022-08-30 13:51:52 -07:00
Andy Arthur
1b441754c1 added enginetest repro 2022-08-30 12:50:01 -07:00
jennifersp
eba3d641c6 fix wrong error variable used (#4206) 2022-08-30 09:51:38 -07:00
Andy Arthur
45532d8f67 Merge remote-tracking branch 'origin/main' into andy/auto-fix 2022-08-30 09:14:55 -07:00
Hydrocharged
8e7c9bf405 [ga-bump-release] Update Dolt version to 0.40.31 and release v0.40.31 v0.40.31 2022-08-30 13:40:40 +00:00
Dhruv Sringari
4818dd6c7f Make dolt conflicts resolve $tbl --theirs faster (#4228)
* Make `dolt conflicts resolve $tbl --theirs` faster

* pr comment

* reset var in defer
2022-08-29 23:33:24 -07:00
AndyA
91d8987354 Merge pull request #4202 from dolthub/andy/new-format-table-scan
go/store/prolly: Added `map.FetchOrdinalRange` to utilize batch chunk reads on scans
2022-08-29 18:44:02 -07:00
Maximilian Hoffman
b5f95c648f Secondary lookup cursor reuse (#4215)
* fix tests

* Point lookups reuse cursors

* fmt

* delete commented lines

* fix ld index

* fix some bugs

* bugs

* fix lb caching between table mutations

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* delete irrelevent conditional

* aaron's comments

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-08-29 18:10:25 -07:00
Andy Arthur
1037c681a0 reset auto_incremente sequence to 1, not 0, on table drop 2022-08-29 16:01:48 -07:00
Daylon Wilkins
acff9e8d18 Merge pull request #4227 from dolthub/Hydrocharged-fe6fcf93
[auto-bump] [no-release-notes] dependency by Hydrocharged
2022-08-29 15:37:58 -07:00
Andy Arthur
403374337f Merge remote-tracking branch 'origin/main' into andy/new-format-table-scan 2022-08-29 15:34:00 -07:00
Andy Arthur
5c3da2d730 pr feedback 2022-08-29 15:33:45 -07:00
Daylon Wilkins
a88f9ef518 Fixes for GMS bump 2022-08-29 14:48:57 -07:00
Hydrocharged
c69e407efa [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-08-29 21:19:33 +00:00
Daylon Wilkins
55828c4496 Merge pull request #4224 from dolthub/tim/bats/add-charset-output-test
Added skipped tests for charcter set matching tests back
2022-08-29 14:01:17 -07:00
Timothy Sehn
0c776119f0 Added skipped tests for charcter set matching tests back 2022-08-29 11:05:43 -07:00
fulghum
d497466132 [ga-bump-release] Update Dolt version to 0.40.30 and release v0.40.30 v0.40.30 2022-08-29 17:57:48 +00:00
Andy Arthur
8da16c397d update benchmark scripts with new join benchmark 2022-08-29 10:52:53 -07:00
Tim Sehn
dae25036b7 Merge pull request #4177 from dolthub/tim/bats/charsets-collations
Bats tests for charsets and collations
2022-08-29 08:43:51 -07:00
Tim Sehn
aafaddffaa Update integration-tests/bats/sql-charsets-collations.bats
Co-authored-by: Daylon Wilkins <Hydrocharged@users.noreply.github.com>
2022-08-29 08:43:46 -07:00
Tim Sehn
3f5c7174f9 Update integration-tests/bats/sql-charsets-collations.bats
Co-authored-by: Daylon Wilkins <Hydrocharged@users.noreply.github.com>
2022-08-29 08:43:40 -07:00
Tim Sehn
69ef310eb7 Update integration-tests/bats/sql-charsets-collations.bats
Co-authored-by: Daylon Wilkins <Hydrocharged@users.noreply.github.com>
2022-08-29 08:43:34 -07:00
Jason Fulghum
2aba148fc9 Merge pull request #4221 from dolthub/fulghum/issue-4199
Bug fix for Tuple.Compare to return consistent results when comparing against a null value
2022-08-26 17:12:23 -07:00
Jason Fulghum
c1ede4d675 Merge pull request #4197 from dolthub/fulghum/revision-databases
Add support for ancestor references in database revision specifiers
2022-08-26 16:38:27 -07:00
Jason Fulghum
2946d5c0aa Adding test assertions for IndexedJoin 2022-08-26 15:45:31 -07:00
Jason Fulghum
d98d1b173c Updating to explicitly dolt_add new tables 2022-08-26 15:04:12 -07:00
Jason Fulghum
536a12830e Adding a test for an invalid ancestor spec 2022-08-26 14:29:19 -07:00
Jason Fulghum
d637e37dc2 Revert "Removing dead code"
This reverts commit b92add82cc.
2022-08-26 14:08:17 -07:00
Jason Fulghum
06af2191d3 Adding an enginetest to prevent regression 2022-08-26 14:05:26 -07:00
Jason Fulghum
ed71542d22 Bug fix for Tuple.Compare to return consistent result across types when comparing against a null value. 2022-08-26 13:50:54 -07:00
Jason Fulghum
b92add82cc Removing dead code 2022-08-26 13:48:34 -07:00
Timothy Sehn
f920fda607 Fix buggy test 2022-08-26 11:08:21 -07:00
Timothy Sehn
2b0e36841f Test fails for Daylon 2022-08-26 11:04:33 -07:00
Timothy Sehn
c19f0588c3 broken because shell regex can't match latin1 2022-08-26 10:30:01 -07:00
Aaron Son
145982df87 Merge pull request #4208 from dolthub/aaron/push-panic-on-retry-in-push
go/store/nbs: byte_sink.go: Fix panic in some cases when we retry table file upload in push.
2022-08-26 10:20:18 -07:00
Timothy Sehn
2eb8f98bce Merge branch 'main' into tim/bats/charsets-collations 2022-08-26 10:10:57 -07:00
Jason Fulghum
fbd7c64630 Merge pull request #4214 from dolthub/fulghum/minor-edits
[no-release-notes] Updating arg docs for `dolt commit -a`
2022-08-26 09:43:48 -07:00
Jason Fulghum
6247b511a0 Updating arg docs for -a from change in https://github.com/dolthub/dolt/pull/4161 2022-08-26 09:42:25 -07:00
Jason Fulghum
746f9f7419 Merge pull request #4161 from tanyongzhi/4133-commit-a
Git Consistency: `dolt commit -a` ignores new tables
2022-08-26 09:34:08 -07:00
Daylon Wilkins
847e615b96 Merge pull request #4213 from dolthub/Hydrocharged-a117d045
[auto-bump] [no-release-notes] dependency by Hydrocharged
2022-08-26 09:26:45 -07:00
Hydrocharged
2060455cc0 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-08-26 16:24:08 +00:00
Daylon Wilkins
0383df70c3 Merge pull request #4196 from dolthub/daylon/collation-fixes
Add support for table-level collations
2022-08-26 09:10:18 -07:00
Daylon Wilkins
1ee14d9f74 Add support for table-level collations 2022-08-26 08:10:44 -07:00
Tan Yong Zhi
84569c913e Fix new json-diff.bats test 2022-08-26 12:16:10 +08:00
Tan Yong Zhi
53e6e19c4a Fix even more tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi
46212c241d Fix go tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi
ef2e0cc5ff Fix sql-commit bats tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi
af955f4ccb Fix more bats sql tests 2022-08-26 12:14:05 +08:00