Tim Sehn
Tim Sehn
No response. Please re-open if the recurs.
Intresting request. We'll discuss the interface internally. I think this would work with table functions, but not the system tables.
This can be on the `dolt_diff` table function. The diff system tables are harder.
Note, this is also a problem with the command line diff output: ``` $ dolt diff diff --dolt a/weights b/weights --- a/weights +++ b/weights CREATE TABLE `weights` ( `id` int...
Currently, when you try to merge a "PR" with conflicts you get this:  A UI here would be great and could be resued in Hosted and potentially DoltHub/DoltLab.
Maybe this is better after you create a connection as a tab in that workflow.
This would be a messy change for us me thinks. But thanks for the report. Will keep it open.
A workaround for this with current functionality is something like: ``` drop table t; call dolt commit('-am', 'deleted t'); call dolt_reset(HEAD^); ``` This will put t back in your working...
We support vectors in Dolt so we can certainly make those work in Doltgres with pgvector syntax. https://www.dolthub.com/blog/2025-02-06-getting-started-dolt-vectors/
We have #4468 for merging unrelated histories