Skip to content

Conversation

@a-ma72
Copy link

@a-ma72 a-ma72 commented May 4, 2018

  • Bugfix (shuebener/SQLiteCompare, Issue#1)
    IOException (temporary DB) when closing the program

  • Bugfix: Invalid cast causes Program crash
    An invalid type cast occured, when comparing columns of datatype BLOB and additional when examining theses BLOBS.

  • Bugfix: sqlite3_open_v2 not supported
    Added package "System.Data.SQLite.x86" which only supports sqlite3_open_v2().
    Drawback: Only works for x86 compilation!

Updated further:




a-ma72 added 5 commits May 4, 2018 11:52
IOException (temporary DB) when closing the program
An invalid type cast occured, when comparing columns of datatype BLOB and additional when examining theses BLOBS.
Added package "System.Data.SQLite.x86" which only supports sqlite3_open_v2().
Drawback: Only works for x86 compilation!

Updated further:
  <package id="System.Data.SQLite" version="1.0.108.0" targetFramework="net46" />
  <package id="System.Data.SQLite.Core" version="1.0.108.0" targetFramework="net46" />
  <package id="System.Data.SQLite.EF6" version="1.0.108.0" targetFramework="net46" />
  <package id="System.Data.SQLite.Linq" version="1.0.108.0" targetFramework="net46" />
  <package id="System.Data.SQLite.x86" version="1.0.108.0" targetFramework="net46" />
Modified BLOB in TableDiffControl.cs was not written.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants