Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WowDevs/DBFilesClient.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Warpten/DBFilesClient.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 19 files changed
  • 2 contributors

Commits on Aug 20, 2017

  1. Library:

    * 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 <vertozor@gmail.com>
    Warpten committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    e346d65 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Warpten authored Aug 20, 2017
    Configuration menu
    Copy the full SHA
    6b2ed43 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Warpten authored Aug 20, 2017
    Configuration menu
    Copy the full SHA
    4eeefc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9774238 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Switch to properties

    Warpten committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    7e690a6 View commit details
    Browse the repository at this point in the history
  2. Fix array size

    Warpten committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    61c453e View commit details
    Browse the repository at this point in the history
  3. Prevent field count enforcing on old formats (WDBC and WDB2) due to i…

    …naccuracies in guessing the amount of fields
    Warpten committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    0bdca77 View commit details
    Browse the repository at this point in the history
  4. Fix out of bounds

    Warpten committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    d08d915 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Made compatible with C# 3.5 (Warpten#2)

    * Made compatible with C# 3.5
    
    * fixed some spaces missing
    Orabig authored and Warpten committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    6f8e72a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Update README.md

    Warpten authored May 28, 2018
    Configuration menu
    Copy the full SHA
    dee900f View commit details
    Browse the repository at this point in the history
Loading