Commit Graph

12439 Commits

Author SHA1 Message Date
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 2023-05-23 21:27:48 +00:00
Taylor Bantle f014ed0f77 Fix typo in sql-server cli docs 2023-05-23 14:12:32 -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
James Cor 3605537e1e bumping 2023-05-23 10:43:03 -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
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 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 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
James Cor f8a147fe72 downgrade 2023-05-19 11:48:41 -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
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
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
Neil Macneale IV e6945a013f Addressing PR Feedback
Renamed a variable to be more clear, and updated documentation for the --use-db flag.
2023-05-18 15:26:01 -07:00
Neil Macneale IV a5d23104c5 Reduce usage of first DoltEnv, and explicitely pass around current working directory 2023-05-18 15:26:01 -07:00
Neil Macneale IV eaa4cddb2b Allow for unresolved targetEnvironment.
Not all commands, or even all SQL statements need databases.
2023-05-18 15:26:00 -07:00
Neil Macneale IV 3f9dbbcfec Add the --verbose-engine-setup flag to see whats happening 2023-05-18 15:26:00 -07:00
Neil Macneale IV 958ccd8fe6 Enable calling local servers using the sql-server.lock file 2023-05-18 15:26:00 -07:00
Neil Macneale IV 02a20e6b2e Alter environment.go to have additional lock so we can grab the port 2023-05-18 15:26:00 -07:00
Neil Macneale IV 8fec67b23e Use absolute paths for privledges and branch control files 2023-05-18 15:26:00 -07:00
Neil Macneale IV 4ff25dbd50 Ensure we create the MultiEnv instance once in main, and use it everywhere
Use the ABS dataDir rather than the user provided value when looking for config and permissions files
2023-05-18 15:26:00 -07:00
Maximilian Hoffman f4f4c200be [no-release-notes] fix GMS bump (#5979) 2023-05-18 09:02:05 -07:00
Jason Fulghum 9c65e422cf Breaking the direct package dependency from dsess to merge 2023-05-17 14:44:28 -07:00
Nick Tobey 6af53091ee Merge branch 'main' of github.com:dolthub/dolt into nicktobey/detached_head 2023-05-17 11:18:12 -07:00
Nick Tobey 9226024961 Add clarifying TODO to GetWorkingSet. 2023-05-17 11:14:37 -07:00
Aaron Son 8e7dafa27d Merge pull request #5940 from dolthub/aaron/block-on-cluster-replication
go: sqle: cluster: Implement dolt_cluster_ack_writes_timeout_secs, a way to block COMMIT ack until the commit is replicated to cluster standbys.
2023-05-17 06:11:06 -07:00
JCOR11599 621104344f [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-17 04:30:35 +00:00
Aaron Son 6ea915ca4d Merge remote-tracking branch 'origin/main' into aaron/block-on-cluster-replication 2023-05-16 16:57:09 -07:00