Hi,
I run a SQL query every so often to tidy up old members on my site but have noticed when I run it now I get the following warning..
Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.
From the PHPMyAdmin documention it looks like the following setting may have been changed?
Code:
cfg['RowActionLinksWithoutUnique']
Type: boolean
Default value: false
Defines whether to show row links (Edit, Copy, Delete) and checkboxes for multiple row operations even when the selection does not have a unique key. Using row actions in the absence of a unique key may result in different/more rows being affected since there is no guaranteed way to select the exact row(s).
At the moment I can't export the data from my query like I used to.
Thanks
David