You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making the DirectGraph mappings, the primary key reflection is wrong for DuckDB (see also Mause/duckdb_engine#594). Single primary keys don't show up, while for multiple primary keys, exactly the wrong columns are put in constrained_columns by get_pk_constraint.
The text was updated successfully, but these errors were encountered:
When making the DirectGraph mappings, the primary key reflection is wrong for DuckDB (see also Mause/duckdb_engine#594). Single primary keys don't show up, while for multiple primary keys, exactly the wrong columns are put in
constrained_columns
byget_pk_constraint
.The text was updated successfully, but these errors were encountered: