Commit Graph

11604 Commits

Author SHA1 Message Date
Aaron Son
3528a970b2 copyrighthdrs: Remove commit_meta_test.go. 2022-03-10 14:04:54 -08:00
reltuk
b68fceb713 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-03-10 21:53:32 +00:00
Aaron Son
c4b74b8878 store/datas: CommitOptions: Remove types references. 2022-03-10 13:52:08 -08:00
Tim Sehn
f1521deff0 Merge pull request #2950 from dolthub/tim/bats-dashes-in-table-names
Skipped bats test for updating tables with dashes in the name using `dolt table import -u`
2022-03-10 09:45:07 -08:00
Timothy Sehn
f8aa78f032 Adding file name to test name 2022-03-09 11:37:50 -08:00
Timothy Sehn
927cf5ae9e Skipped bats test for updating tables with dashes in them 2022-03-09 11:31:55 -08:00
Aaron Son
f39c024960 Merge pull request #2946 from dolthub/aaron/aws-remotes-support-subdirectories
go/libraries/doltcore/dbfactory: aws.go: Support / as a character in database names for AWS remotes.
2022-03-09 11:19:03 -08:00
Dhruv Sringari
c5177d7c7b Merge pull request #2947 from dolthub/druvv-965b4f85
[auto-bump] [no-release-notes] dependency by druvv
2022-03-09 09:39:28 -08:00
AndyA
7cfae2159a Merge pull request #2930 from dolthub/james/pk-not-null-constraint
Prevent Multiple Not-NULL Constraints
2022-03-08 17:06:30 -08:00
druvv
13629108cf [ga-bump-dep] Bump dependency in Dolt by druvv 2022-03-09 00:31:57 +00:00
James Cor
167bc6b0b1 reverting encoding schema column constraints function 2022-03-08 15:33:17 -08:00
AndyA
b8bef44c49 Merge pull request #2938 from dolthub/andy/generalize-dolt-indexes
go/libraries/doltcore/sqle: Remove some dependencies on pkg `types`
2022-03-08 15:09:19 -08:00
Aaron Son
686a3cafe3 go/libraries/doltcore/dbfactory: aws.go: Support / as a character in database names for AWS remotes.
This was previously forbidden because of how table files were stored in the
destination bucket, but that was changed long ago and this is now well
supported. Our internal remotes serving infrastructure uses chunk stores
constructed in the same way.
2022-03-08 14:30:17 -08:00
Andy Arthur
2b8a9c2621 fix TableToRowIter for prolly maps 2022-03-08 14:19:22 -08:00
Andy Arthur
2a66864bcc fix trigger and stored procedure tests 2022-03-08 14:09:40 -08:00
Maximilian Hoffman
3f42f90f93 Fix Pk ordinal delete bug (#2942)
* Fix Pk ordinal delete bug

* aaron's comments
2022-03-08 12:58:38 -08:00
James Cor
f85436c6ba accidental comment 2022-03-08 09:59:07 -08:00
Maximilian Hoffman
acfb2ece6c Simple grammar fixes (#2940) 2022-03-08 08:39:37 -08:00
Andy Arthur
bf247a2a27 repofmt 2022-03-07 16:22:46 -08:00
Andy Arthur
89a805ea95 cleanup 2022-03-07 16:16:53 -08:00
Andy Arthur
e42de29ee4 enginetest run against new format without panicking 2022-03-07 16:08:12 -08:00
Andy Arthur
792dbe3f71 truncate tests working other than foreign key tests 2022-03-07 15:17:34 -08:00
James Cor
5e38f311c2 silly mistake in drop pk 2022-03-07 14:58:57 -08:00
Aaron Son
c6b08323e7 Merge pull request #2929 from dolthub/aaron/datas-new-format-nonchunking-refmap
go/store/datas: Begin work for moving top-of-DAG chunks to flatbuffers messages.
2022-03-07 14:29:55 -08:00
andrew-wm-arthur
63317bfd96 [ga-bump-release] Update Dolt version to 0.37.4 and release v0.37.4 v0.37.4 2022-03-07 22:10:56 +00:00
James Cor
2c8c548057 uncommented 2022-03-07 14:00:03 -08:00
Aaron Son
646a22abd5 go/store/datas: PR feedback. 2022-03-07 13:46:12 -08:00
Andy Arthur
064db81bdd fix table truncation 2022-03-07 13:40:10 -08:00
James Cor
b16a08a4c3 constraint equal reverted 2022-03-07 13:32:36 -08:00
James Cor
60201b2485 Merge branch 'james/pk-not-null-constraint' of https://github.com/dolthub/dolt into james/pk-not-null-constraint 2022-03-07 13:10:39 -08:00
James Cor
0a8b66b158 reverting constraint equality 2022-03-07 13:10:34 -08:00
JCOR11599
f6f3c27392 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-03-07 21:09:26 +00:00
James Cor
f0d47bd82f changes 2022-03-07 13:08:08 -08:00
James Cor
aa8b613631 Merge pull request #2912 from dolthub/james/dump-batch
SQL dump now has `--batch` option for batched `INSERTS`
2022-03-07 12:16:06 -08:00
James Cor
06892bb6ce removing nil row at end 2022-03-07 11:24:33 -08:00
James Cor
eb5650cd39 Update go/libraries/doltcore/table/untyped/sqlexport/batch_sqlwriter.go
Co-authored-by: AndyA <andy@dolthub.com>
2022-03-07 11:03:16 -08:00
James Cor
9f0e490a46 merging with main 2022-03-07 09:56:18 -08:00
James Cor
f641a7a27f Merge pull request #2923 from dolthub/james/schema-merge
Column union works like a set union
2022-03-07 09:45:50 -08:00
Andy Arthur
c2e9161b20 update new format dolt index to use filtered index interface 2022-03-07 09:41:10 -08:00
Vinai Rachakonda
6b13ae0a61 Edit Stats display in Import and fix stats computation (#2901) 2022-03-05 18:55:41 -08:00
AndyA
e12fc5856f Merge pull request #2934 from dolthub/andy/tx-integration-tests
integration-tests/transactions: Added Concurrent Transaction Tests
2022-03-04 16:16:41 -08:00
Andy Arthur
5bcec82c9d added concurrent update test 2022-03-04 16:08:39 -08:00
Andy Arthur
91a3476d52 added concurrent insert test 2022-03-04 15:56:55 -08:00
Dhruv Sringari
926e336804 Merge pull request #2933 from dolthub/dhruv/remotesrv-smaller-http-chunking
go/utils/remotesrv: use io.Copy in the http file server to write table file data to http.ResponseWriter
2022-03-04 15:33:36 -08:00
Andy Arthur
0950ec8143 smoke test working 2022-03-04 15:29:44 -08:00
JCOR11599
f144faec7c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-03-04 22:53:14 +00:00
James Cor
381fc4b751 adding tests and removing unnecessary not null constraint addition on drop 2022-03-04 14:51:53 -08:00
Dhruv Sringari
55c1cfdecd Update go/utils/remotesrv/http.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
2022-03-04 14:49:23 -08:00
AndyA
6934ba3e3a Merge pull request #2932 from dolthub/andrew-wm-arthur-4d7d9a2c
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-03-04 14:26:05 -08:00
Dhruv Sringari
fefe68f6df remove log redirection 2022-03-04 14:17:16 -08:00