Commit Graph

19379 Commits

Author SHA1 Message Date
Stephanie You
4b6a42a90e add php mysql client integration test 2023-05-25 18:57:30 -07:00
stephanie
bbec1c4168 Merge pull request #5986 from dolthub/steph/dolt-5622
create rust mysql client integration test
2023-05-23 16:20:39 -07:00
Taylor Bantle
17b2f22c5b Merge pull request #6013 from dolthub/taylor/log-level-typo
Fix typo in sql-server cli docs
2023-05-23 15:40:06 -07:00
JCOR11599
3b561ab166 [ga-bump-release] Update Dolt version to 1.1.2 and release v1.1.2 v1.1.2 2023-05-23 21:27:48 +00:00
James Cor
9ede8049ce Merge pull request #5989 from dolthub/JCOR11599-b8bd869a
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-05-23 14:18:24 -07:00
Taylor Bantle
f014ed0f77 Fix typo in sql-server cli docs 2023-05-23 14:12:32 -07:00
Stephanie You
e0051cd2ab add newlines to end of files 2023-05-23 13:04:42 -07:00
James Cor
a21c0e4927 Merge branch 'main' into JCOR11599-b8bd869a 2023-05-23 12:26:46 -07:00
Jason Fulghum
c5c88a2d8b Merge pull request #6000 from dolthub/fulghum/schema-merge
Evaluate check constraints during merge
2023-05-23 12:14:09 -07:00
Stephanie You
e6f12f7785 increase timeout of mysql-client-tests 2023-05-23 12:03:57 -07:00
Stephanie You
99bd6d36fe move rust test back into mysql client integrations job 2023-05-23 11:29:05 -07:00
Stephanie You
bcf000aafd add toolchain override file 2023-05-23 10:43:22 -07:00
James Cor
3605537e1e bumping 2023-05-23 10:43:03 -07:00
Nick Tobey
84ac464f08 Merge pull request #5998 from dolthub/nicktobey/connectionqueryist
Add docstring to ConnectionQueryist.
2023-05-23 10:02:56 -07:00
Jason Fulghum
7857586a75 Removing skipped test that is covered by existing tests 2023-05-23 09:08:36 -07:00
Jason Fulghum
33755ab12b Removing unnecessary hex prefixes 2023-05-23 08:58:30 -07:00
Stephanie You
16de3beb92 move rust client test to new job 2023-05-22 17:45:08 -07:00
Jason Fulghum
760add4899 Fixing a bug with deleting rows 2023-05-22 16:28:26 -07:00
Jason Fulghum
9ee6f46274 Merge branch 'fulghum/schema-merge' of https://github.com/dolthub/dolt into fulghum/schema-merge 2023-05-22 15:55:15 -07:00
Jason Fulghum
cd21dc8d83 Adding support and test coverage for keyless tables 2023-05-22 15:55:05 -07:00
fulghum
df4c902b8b [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-22 20:50:39 +00:00
Jason Fulghum
215e852880 More tidying up 2023-05-22 13:37:27 -07:00
Jason Fulghum
55eab2d7d4 Tidying up tests 2023-05-22 13:03:00 -07:00
Nick Tobey
72b6dec169 Add docstring to ConnectionQueryist and move interface implementation assert to immediately after struct definition. 2023-05-22 12:36:45 -07:00
Jason Fulghum
82014da2fc Tidying up 2023-05-22 12:21:44 -07:00
Jason Fulghum
97e2aba3d2 Tidying up 2023-05-22 11:27:23 -07:00
timsehn
49fb8908b3 [ga-bump-release] Update Dolt version to 1.1.1 and release v1.1.1 v1.1.1 2023-05-22 17:54:21 +00:00
Neil Macneale IV
82cc919135 Enable 'dolt sql' to connect to local server instances.
Smart routing for sql command execution against running local servers.

https://github.com/dolthub/dolt/issues/3922
2023-05-22 10:28:25 -07:00
Jason Fulghum
ba3183cf90 Adding a new type for check constraint violation metadata 2023-05-22 10:11:26 -07:00
Jason Fulghum
5b64b0026b go mod tidy 2023-05-22 09:40:30 -07:00
Jason Fulghum
4dd17ac4b0 Merge branch 'fulghum/schema-merge' of https://github.com/dolthub/dolt into fulghum/schema-merge 2023-05-22 09:34:55 -07:00
Jason Fulghum
5c094bfe1c First pass on support for re-evaluating check constraints during merge 2023-05-22 09:33:20 -07:00
Jason Fulghum
b7e079108d missing import 2023-05-22 09:19:25 -07:00
Jason Fulghum
ab80db31f6 dep updates 2023-05-22 09:19:09 -07:00
Jason Fulghum
100da53873 Revert "Breaking the direct package dependency from dsess to merge"
This reverts commit 9c65e422cf.
2023-05-22 09:13:01 -07:00
Jason Fulghum
9064f45a5e Merge branch 'main' into fulghum/schema-merge 2023-05-22 09:12:55 -07:00
Neil Macneale IV
cb8a970ebf Add temporary personal support while local/remote behavior is undocumented 2023-05-22 08:10:48 -07:00
Stephanie You
23c09623c4 set rustup default toolchain 2023-05-19 14:56:43 -07:00
James Cor
f8a147fe72 downgrade 2023-05-19 11:48:41 -07:00
James Cor
28b0664e60 fix bats tests 2023-05-19 11:13:10 -07:00
James Cor
f21e100dea bump 2023-05-19 11:05:01 -07:00
James Cor
8b347f9dd2 Merge branch 'main' into JCOR11599-b8bd869a 2023-05-19 11:03:55 -07:00
Neil Macneale IV
4aeaf71f78 Print errors with some context about the remote server 2023-05-18 16:46:18 -07:00
James Cor
dfd96772d6 fixing a test 2023-05-18 16:45:17 -07:00
Nick Tobey
a4a97d27fc Merge pull request #5943 from dolthub/nicktobey/detached_head
Don't panic when in detached head state.
2023-05-18 16:43:53 -07:00
JCOR11599
2f16754482 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-18 23:30:32 +00:00
Stephanie You
56790b98f3 update rustup default toolchain 2023-05-18 16:22:36 -07:00
Stephanie You
db2b43dc73 finalize rust mysql client integration test 2023-05-18 15:29:30 -07:00
Neil Macneale IV
d5214af321 Sort the DB names found in multirepo env
Also, avoid using /tmp in tests. Could get polluted
2023-05-18 15:27:12 -07:00
macneale4
88d1cf386c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-18 15:26:01 -07:00