You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2018. It is now read-only.
* Fixed a bug with DB2 files containing an index table (which is
duplicate data in that format)
* Attempt to properly parse WDB6 since version 7.3.0.24473 (PTR)
introduced padding in the common data block.
This is based off the (wild) assumption that all default values
should be zero.
* Rename `Reader.ReadTableString` to `Reader.ReadString` so that
functions needing a BinaryReader as argument can directly call
the override.
* Fix a typo in the XML documentation for `IObjectType<T>`.
Tests: Provide some examples of `IObjectType<T>` usage.
Signed-off-by: Warpten <[email protected]>
0 commit comments