Tim Sehn
Tim Sehn
Note, Max ran the queries in with`dolt sql`and they all seem to work/return the same results: So, we also suspect some sort of client issue. We need more information to...
We love the report! Just want to get it fixed for you :-)
Slight mod to the repro: ``` dolt sql
We do check foreign key and unique key constraints on merge.
This means changing this, a single column table with one row added: ``` test_drop_constraint $ dolt diff --summary diff --dolt a/t b/t --- a/t @ dhvdp8ur16g6mrkqia1m5nofb3oqnldd +++ b/t @ 4ovq7l6evjbl5t0mfct7165t3ac90ece...
@jennifersp is going to add this as she works on this one: https://github.com/dolthub/dolt/issues/4043
Example: ``` test-fk-indexes $ dolt sql -q "create table t (a int primary key, b int)" test-fk-indexes $ dolt sql -q "alter table t modify column b int fulltext key;"...
Resolving this in favor of #2987. We allow you to define some DDL we don't support on a table for `mysqldump` compatibility.
dolt_conflicts_resolve() matches the CLI interface.
Thanks. We're not focused on the CLI right now. We're more focused on the database/SQL use case. But this is a good feature request, We just won't get to it...