Commit Graph

13025 Commits

Author SHA1 Message Date
Dhruv Sringari bb1eab6e7f [no-release-notes] progress on Diff and Merge (#3523)
* resolving conflicts from SQL for new format

also some diff work
fix new format diff bug

I flipped n and m

* reskip test

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

* pr feedback

* unskip TestDiffTableFunction, fix TestTransactions

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-06-03 11:03:23 -07:00
Zach Musgrave e4801cd6b9 Merge pull request #3526 from dolthub/zachmu/temp-tables
[no-release-notes] Fixed temp tables in new format, unskipped tests
2022-06-03 10:07:38 -07:00
Jason Fulghum 0910bca7ac Merge pull request #3487 from dolthub/fulghum/dolt_branch
Adding support for deleting and renaming branches from SQL with `dolt_branch`
2022-06-02 17:41:28 -07:00
zachmu 3ffbb0204c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-03 00:21:04 +00:00
Zach Musgrave cb27241692 PR feedback from previous PR 2022-06-02 17:15:12 -07:00
Zach Musgrave 5f44a8d127 Fixed temporary tables in new format 2022-06-02 17:12:05 -07:00
fulghum 34f7326f36 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-02 23:24:15 +00:00
Jason Fulghum f8c817dcc2 Merge branch 'main' into fulghum/dolt_branch 2022-06-02 16:22:40 -07:00
James Cor 8411e9c33f Merge pull request #3439 from dolthub/james/local-user
Grant access to `mysql` database when in dolt shell
2022-06-02 16:03:12 -07:00
Jason Fulghum 5c59cf363f Exporting WithPort from DoltServerConfig and customizing port for dolt_server_test. 2022-06-02 15:34:36 -07:00
Jason Fulghum 8381011acd Adding more test assertions 2022-06-02 15:27:38 -07:00
Zach Musgrave 5c4ed4fd5a Merge pull request #3497 from dolthub/zachmu/ddl-4
[no-release-notes] Many bug fixes related to new format, unskipped tests
2022-06-02 14:02:40 -07:00
zachmu d14a9162dd [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-02 18:19:45 +00:00
Zach Musgrave aefffd170c Fixed test (old behavior wasn't changing the case of the column name when asked, now behaves correctly) 2022-06-02 11:18:29 -07:00
Zach Musgrave 0a63166384 Merge branch 'zachmu/ddl-4' of github.com:dolthub/dolt into zachmu/ddl-4 2022-06-02 11:02:21 -07:00
Zach Musgrave ca8b4180f2 Added some skipped tests for type conversion errors on column modify 2022-06-02 11:02:13 -07:00
zachmu 7cf2f36384 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-02 17:05:21 +00:00
Zach Musgrave 9a49ed2436 Added missing spatial key validation 2022-06-02 10:00:49 -07:00
Zach Musgrave 9a0278db35 Fixed bug in changing column type but not kind in new format 2022-06-02 09:14:09 -07:00
Andy Arthur bb5336e2d6 added diff server bench test for da blerg 2022-06-01 17:04:14 -07:00
Zach Musgrave 7f4d72e28a Skip panicking type change bats test for new format 2022-06-01 16:33:38 -07:00
Zach Musgrave db8d26db7b gms upgrade 2022-06-01 16:25:57 -07:00
Zach Musgrave 207e22a086 Skip panicking decimal test 2022-06-01 16:07:22 -07:00
Zach Musgrave de0a7f7b02 go mod tidy 2022-06-01 15:46:27 -07:00
Zach Musgrave 4c29349f0e Merge from remote 2022-06-01 15:46:15 -07:00
Zach Musgrave b17cead819 latest gms 2022-06-01 15:45:07 -07:00
Zach Musgrave c7e203f917 Fixed bug in spatial type determination, and treat spatial type changes as requiring a table rewrite 2022-06-01 15:43:57 -07:00
Zach Musgrave dc093ce06b go mod tidy 2022-06-01 15:19:45 -07:00
zachmu ac864fa603 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-01 22:08:00 +00:00
Zach Musgrave 294205eeb4 Merge branch 'zachmu/ddl-4' of github.com:dolthub/dolt into zachmu/ddl-4 2022-06-01 15:06:33 -07:00
Zach Musgrave 6506062c1c Latest GMS, skipped modify type tests 2022-06-01 15:06:26 -07:00
Zach Musgrave 7ab93cdc67 Revert bats change 2022-06-01 15:05:50 -07:00
zachmu 1503da97b0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-01 21:43:07 +00:00
Zach Musgrave ce2c5b9dd2 Fix alter schema tests 2022-06-01 14:41:36 -07:00
Maximilian Hoffman 62d532202d [no-release-notes] Docstrings for chunker (#3516)
* [no-release-notes] Docstrings for chunker

Logical refactor that makes it easier to add documentation for
chunker.AdvanceTo.

* andy's comments

* typo
2022-06-01 14:19:45 -07:00
Zach Musgrave ca5d9f8a77 Merge main 2022-06-01 13:40:06 -07:00
Zach Musgrave 3a48c4e134 Added a BrokenDDL script tests section to come back to 2022-06-01 13:28:12 -07:00
Aaron Son 9a3bd07d1d Merge pull request #3515 from dolthub/reltuk-707f0590
[auto-bump] [no-release-notes] dependency by reltuk
2022-06-01 13:25:58 -07:00
AndyA c9ffb8523a Merge pull request #3486 from dolthub/andy/schema-encoding
[no-release-notes] fbs schema encoding
2022-06-01 12:47:27 -07:00
Andy Arthur 22e9d301f4 pr feedback from Aaron 2022-06-01 12:04:57 -07:00
Zach Musgrave 18560a87c6 Dropping a primary key column now works, test 2022-06-01 11:35:57 -07:00
Zach Musgrave cbd211b53c Ported drop column tests 2022-06-01 11:22:11 -07:00
Zach Musgrave c8cf9fd3f4 Ported more tests into enginetest format 2022-06-01 10:25:33 -07:00
reltuk f6225a2fba [ga-bump-dep] Bump dependency in Dolt by reltuk 2022-06-01 17:19:13 +00:00
Aaron Son 011776cc6b Merge pull request #3506 from dolthub/aaron/dbfactory-aws-load-shared-config
go/libraries/doltcore/dbfactory: aws.go: Load shared config by default, instead of requiring the user to set AWS_SDK_LOAD_CONFIG=1.
2022-06-01 09:50:21 -07:00
Dhruv Sringari 6805cbd7a1 [no-release-notes] go/libraries/doltcore/sqle: add transaction test for constraint violations (#3509)
* add sql engine transaction test for constraint violations

just defining some of the existing behavior
2022-06-01 09:21:57 -07:00
Dustin Brown e9fad0369a [ga-bump-dep] Bump dependency in Dolt by jennifersp (#3510) 2022-06-01 08:01:28 -07:00
Maximilian Hoffman b43e2690f6 [no-relase-note] Refactor go/store/prolly/tree.Advance (#3505)
* [no-relase-note] Refactor go/store/prolly/tree.Advance

* andy comments
2022-06-01 07:48:17 -07:00
jennifersp d9bb364c42 case sensitivity for database and branch names 2022-05-31 21:51:23 -07:00
jennifersp eb0577eb96 support SRID value in column definition (#3457) 2022-05-31 21:02:22 -07:00