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
feat(datagrid): reorder table columns by dragging on every engine that can, and say why on the ones that cannot (#2586)
* feat(datagrid): offer the column reorder drag only where the engine can reorder, and add ClickHouse and Oracle
* feat(plugins): reorder columns by rebuilding the table on PostgreSQL, SQLite, libSQL, Turso and Cloudflare D1
* fix(plugins): keep a generated column generated when it is moved, and copy an identity column into the rebuilt table
* fix(datagrid): withhold the column drag on a rearranged list, and refuse to rebuild a virtual table
* fix(plugin-postgresql): name the views that will stop a column rebuild before it runs
* fix(plugins): run a column reorder on the tab's own scope, authorize it once, and stop the rebuild losing table state
0 commit comments