Tables without primary keys
Opened this issue · 3 comments
germain-italic commented
In PR #74
- Fixed some issues with default orderby / groupby
- Disabled broken Action buttons
Before:
After:
jan-vandenberg commented
So this is fixed now?
germain-italic commented
The issue is catched properly as there is no more error message and unusable buttons.
However, it's not fixed (actions are not available).
To fix, one must change the forced parameter $column_id (which is set to primary key) when there is none, and use a where on all the columns.
It's not in my plans in the near future.
germain-italic commented
Following #122, it is acknowledged that the export doesn't work tor tables without PK or a non-numerical PK.