Commit Graph

13001 Commits

Author SHA1 Message Date
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
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
Zach Musgrave d7541a43c3 More test conversions 2022-05-31 17:47:06 -07:00
Zach Musgrave 3919d6803e Bug fix for altering a table with an index 2022-05-31 17:23:22 -07:00
Brian Hendriks bcbc3108b1 Don't print root account username and password when running dolt sql-server (#3463) 2022-05-31 16:35:31 -07:00
Zach Musgrave d94469ddc9 Continue rewrite of ddl tests 2022-05-31 16:32:27 -07:00
Zach Musgrave f612a526ca Fully working port of simpsons test 2022-05-31 16:07:10 -07:00
Zach Musgrave 4ccee72e28 First pass at rewriting tests as script tests 2022-05-31 15:51:27 -07:00
Zach Musgrave 3062566c4b Beginning to port old SQL tests to new format 2022-05-31 15:20:29 -07:00
Andy Arthur 2b7ff514b1 Merge remote-tracking branch 'origin/main' into andy/schema-encoding 2022-05-31 14:53:55 -07:00
AndyA fd02a6fd4c Merge pull request #3493 from dolthub/andy/prolly-enum-set-bit-encodings
[no-release-notes] Prolly Encodings for `Enum`, `Set` and `Bit`
2022-05-31 14:31:06 -07:00
Jason Fulghum 7cc6a98a44 Merge pull request #3507 from dolthub/fulghum-257f07bd
[auto-bump] [no-release-notes] dependency by fulghum
2022-05-31 13:56:08 -07:00