James Cor
|
439c90a4df
|
removing comment
|
2022-06-03 16:12:34 -07:00 |
|
James Cor
|
c34a4d9b46
|
adding tests
|
2022-06-03 16:12:11 -07:00 |
|
James Cor
|
2cff3abbd3
|
go mod again
|
2022-06-02 17:04:31 -07:00 |
|
James Cor
|
1d3b66dfd4
|
replacing gomod
|
2022-06-02 16:47:39 -07:00 |
|
James Cor
|
3ccf1e7554
|
Merge branch 'main' into james/diff-index2
|
2022-06-02 16:47:14 -07:00 |
|
James Cor
|
05d2cee28a
|
hopefully I don't need to change anything
|
2022-06-02 16:35:05 -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 |
|
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 |
|
James Cor
|
ce001d89d3
|
will need go mod update to work, but it is working!
|
2022-06-02 01:19:07 -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 |
|
James Cor
|
ebcf84a9d4
|
cleaning
|
2022-06-01 14:18:35 -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 |
|
James Cor
|
eb2503c4a6
|
adding engine tests
|
2022-06-01 13:21:31 -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 |
|
James Cor
|
e5c1aa002a
|
working even when adding from columns
|
2022-06-01 11:24:40 -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 |
|
James Cor
|
a6c2c23933
|
fixing async tests
|
2022-06-01 10:15:17 -07:00 |
|
James Cor
|
cb0de26e89
|
Merge branch 'james/diff-index2' of https://github.com/dolthub/dolt into james/diff-index2
|
2022-06-01 10:11:24 -07:00 |
|
James Cor
|
96baacda14
|
cleaning up:
|
2022-06-01 10:11:22 -07:00 |
|
JCOR11599
|
b0714d2ecb
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-06-01 17:07:40 +00:00 |
|
James Cor
|
e4238b774a
|
indexed look ups mostly working, but lower bound always inclusive?
|
2022-06-01 10:00:03 -07: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 |
|