Commit Graph

11596 Commits

Author SHA1 Message Date
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
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
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
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
James Cor
9c654eafef before writing schema to disk, we collapse all duplicate not null constraints 2022-03-04 14:11:42 -08:00
Andy Arthur
7884b1f721 added stub for transaction tests 2022-03-04 13:55:48 -08:00
Dhruv Sringari
cd2d5290b1 fix close 2022-03-04 13:51:37 -08:00
Dhruv Sringari
3ab70d8b84 better log entries 2022-03-04 13:46:25 -08:00
Dhruv Sringari
96240e664b add happy path logging 2022-03-04 13:44:39 -08:00
Andy Arthur
b4f003d7be updated DoltIndex to satisfy sql.FilteredIndex interface 2022-03-04 13:42:51 -08:00
andrew-wm-arthur
738cf4bcad [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-03-04 21:38:56 +00:00
Dhruv Sringari
b6cf9de9b4 fix cast 2022-03-04 13:36:23 -08:00