Skip to content

v1.3.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 14:00
9115bc0

What's new:

  • 64-bit support
  • CLI argument for database password

Features:

  • Displays database information (database version, filename, size, creation date)
  • Displays schema summary (number of tables, columns, primary keys, identity fields, nullable fields)
  • Displays the information schema views
  • Displays column information (database type, CLR type, max length, allows null, etc)
  • Support for SQL Server Mobile Edition 2005
  • Support for password protected databases
  • Execute SQL Queries against a SQL Server Compact Edition database
  • Easily edit the contents of the database
  • Supports SQLCE 3.0, 3.1, 3.5 and 4.0 (SQLCE 3.0 and 3.1 are not supported in the 64-bit version)
  • Execute multiple SQL queries (delimited by a semi colon ;)
  • Display query result as XML
  • Shrink and Compact Databases
  • SDF file association with SQL Compact Query Analyzer for launching directly by opening the SDF in Windows Explorer
  • Displays thumbnails for IMAGE fields
  • Generates Schema and Data Scripts
  • Create new database
  • Automatically refresh database upon executing create/alter/drop table queries
  • Optimized performance for loading large databases (Loads a database with up to 200 tables in under 1 second)

What's Changed

  • Add support for command line DB password option by @greenozon in #41

New Contributors

Full Changelog: 1.3.3...1.3.4