Skip to content

1.5.0.5

Choose a tag to compare

@martinjw martinjw released this 14 Mar 19:44

Contents

  • net35/net4/net45 versions of
    • DatabaseSchemaReader.dll - Class library
    • DatabaseSchemaViewer.exe - UI to read and view database schemas; options to generate SQL and code; option to compare another schema
  • CopyToSQLite/CopyToSQLite.exe - UI to copy any database schema and data to SQLite or, if installed, SQL Server CE 4.0

This Release

  • New: DatabaseReader has overloads supporting CancellationToken
  • New: DatabaseReader has a ReaderProgress event (thanks inqb)
  • New: Build for v4.5 as well as v3.5 and v4.0
  • New: Utilities.FactoryTools.ProviderRepository = new DbProviderFactoryRepository() allows adding providers without config. (thanks th0masj0)

Thanks for contributions and suggestions!