I’ll do the ui and Niels will do the database code.
Also, perhaps fix the View Image function as well.
Implemented the following functionality:
- "Insert Binary" popup menu, toolbar button and main menu option;
- on insert, complains if: column data type is not BLOB, more than one cell selected, newly added row;
- Clone Row operation does not clone newly set BLOB value (but still copies the old String/Hex representation which is a different bug)
See:
EditorPane.EDIT_BLOB flag
EditorPane.insertBinary()
DataTableModel.setValueAt()
CTableScrollPaneHeaderTableModel.createClonedRows()
disabled EditorPane.EDIT_BLOB until better times.
disabled EditorPane.EDIT_BLOB until better times.
Issue #421 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
Implemented the following functionality:
- "Insert Binary" popup menu, toolbar button and main menu option;
- on insert, complains if: column data type is not BLOB, more than one cell selected, newly added row;
- Clone Row operation does not clone newly set BLOB value (but still copies the old String/Hex representation which is a different bug)
See:
EditorPane.EDIT_BLOB flag
EditorPane.insertBinary()
DataTableModel.setValueAt()
CTableScrollPaneHeaderTableModel.createClonedRows()