-
Notifications
You must be signed in to change notification settings - Fork 0
Extend inno export with --include-deleted — export both live and delete-marked records #181
Copy link
Copy link
Open
Labels
area: cliarea: forensicsData forensics and record recoveryData forensics and record recoverypriority: mediumtype: enhancementv5.2v5.2: Data Forensicsv5.2: Data Forensics
Description
Summary
Add --include-deleted flag to inno export that includes delete-marked records in the export output, using the undelete library.
CLI Design
inno export -f <file> --include-deleted # Include deleted records
inno export -f <file> --include-deleted --format csv # CSV with _deleted column
Scope
- New flag on existing
exportsubcommand - Uses undelete library (Scan delete-marked records across all leaf pages — reconstruct full row data with timestamps #167) to find delete-marked records
- Adds
_deletedboolean column and_trx_idcolumn to output - Works with all export formats (CSV, JSON, hex)
Depends on
#167 (scan delete-marked records)
Standalone
Not part of any epic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: cliarea: forensicsData forensics and record recoveryData forensics and record recoverypriority: mediumtype: enhancementv5.2v5.2: Data Forensicsv5.2: Data Forensics
Projects
Status
Todo