Skip to content

Releases: KalopsiaTwilight/WDBXEditor2

v1.0.3

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 30 Apr 11:37

Version 1.0.3

  • Removed case sensitivity from filenames when loading DB2 files in the editor
  • Added an user-friendly error when a filename is not recognized as a known DB2 file.

v1.0.2

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 12 Apr 15:18

Version 1.0.2

  • Fixed an issue where changes to the ID field where not being persisted.

V1.0.1

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 30 Mar 08:21

Version 1.0.1

  • Fixed an issue with reading array values where only the first value would be retrieved.

v1.0.0

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 30 Jan 09:42

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

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 23 Aug 17:59

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

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 20 Aug 15:00

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

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 19 Aug 15:00

Version 0.0.12

  • Fixed: Editing of id field not saving correctly when writing .db2 files.

v0.0.11

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 19 Aug 13:56
01dd9c6

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

Choose a tag to compare

@KalopsiaTwilight KalopsiaTwilight released this 15 Aug 18:53
710678f

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.