Multiple Row editing within SQL editor with index columns
Hi folks,
I'm hoping this is a simple one. When I highlight multiple rows I was able to enter any value and it would be illustrated across all selected rows. Now it just does one row and not multiple.
So if I entered 1, 1 would be reflected across all these rows not the first.
- Highlighting of rows
Note: This does not happen to all columns, only columns with indexes. Other columns where their not a index, do exactly as expected.
请先登录再写评论。
So the solution I have found is to remove the index from the column.
It should be noted:
The index wasn't set as unique
The problem never did not occur in other DB editors.