Releases: KalopsiaTwilight/WDBXEditor2
Releases · KalopsiaTwilight/WDBXEditor2
Release list
v1.0.3
v1.0.2
Version 1.0.2
- Fixed an issue where changes to the ID field where not being persisted.
V1.0.1
Version 1.0.1
- Fixed an issue with reading array values where only the first value would be retrieved.
v1.0.0
Version 1.0.0
At this point I consider the editor to be mostly complete functionality wise so I've decided to make this release version 1.0.0.
The editor now supports the following:
- Opening & saving of DB2 files via DBCD.
- Inline editing of table values.
- Display of metadata for files / columns.
- Export to CSV file, SQL file, MySQL DB, SQLite DB.
- Import from CSV file, SQL file, MySQL DB, SQLite Db
- Find / Filtering of data.
- Copy / Paste row data.
- Set/unset big flag for column.
- Set value of entire column.
- Replace specific values in column.
- Replace values in column A based on value in column B.
In addition I've made a little utility tool 'WDBX2Sync' that I used for testing the export/import functionality on every .db2 file I had that can be used for syncing data between MySQL/SQLite/CSV files. Usage information for this tool can be found in the readme of this repository or you can simple use WDBX2Sync.exe -h or WDBX2Sync.exe [command] -h to see the help info.
v0.0.14
Version 0.0.14
- Fixed: Issue where saving the same opened file twice would result in an error.
- Changed: When saving a file when not using Save as, the editor will reload the written file, allowing you to check the output immediately.
v0.0.13
Version 0.0.13
- Fixed: Issue with array fields being unable to be edited.
- Fixed: Issue with csv import not working when another column in the file has the name of the array type in its name.
v0.0.12
Version 0.0.12
- Fixed: Editing of id field not saving correctly when writing .db2 files.
v0.0.11
Version 0.0.11
This release fixes some bugs in the previous version:
- Fixed: missing conversion in cell editing causing it to not work.
- Exceptions during cell editing will now also no longer be hidden from user.
- Fixed: error in id generation for new added rows, causing new rows beyond the first to not work
- Fixed: ordering issue upon deletion of a row, causing row edits to apply to wrong rows.
V0.0.10
Version 0.0.10
First release version with read/writing capabilities, this version allows for:
- Opening & saving of DB2 files via DBCD.
- Inline editing of table values.
- Export to .csv.
- Import from .csv.
- Set/unset big flag for column.
- Set value of entire column.
- Replace specific values in column.
- Replace values in column A based on value in column B.