Download Mini SQL Query - Latest Builds Page

Product Information

Latest Builds

This page is used to distribute particular builds from the source trunk. Codeplex is not a build server so every now and then I put a new build here referencing the change set number.

Mini SQL Query requires .NET framework 2 or greater. To keep things simple there is just a ZIP file, put it where you like, e.g. "D:\Tools" etc.

  • Change Set 27101 - 24 Sep 2009
    • Updated query form, view table form and edit template form to make use of the IPerformTask interface (enabling use of F5 on those windows to "run" the task).
    • Simple syntax highlighting for the template editor.
    • Added some "quick help" for the template editor.
    • Added a simple file watcher mechanism to monitor the templates directory (*.mt) and update the tree view.
    • Added options (at last!)
  • Change Set 26457 - 2 Sep 2009
    • Updated the DB Inspector to display the PK/FK info for MSSQL and MSSQL Compact Edition databases
    • Finally reflecting the column and key info in the db inspector!
      FK info only showing up for SQL CE for now
    • Added Foriegn key ability to the SQL CE provider
  • Change Set 26350 - 30 Aug 2009
  • Change Set 26319 - 28 Aug 2009
  • Change Set 26215 - 25 Aug 2009
    • FIX: Improved handling of db objects with 'unfriendly names' (e.g. spaces etc).
    • ENH: Added simple template processing, access to properties of IApplicationServices using braces.
    • ENH: Major breaking changes around the collection of the database schemas (See Core.DbModel).
    • ENH: Added support for SQL CE 3.5 databases.
    • ENH: Added views to the DB Inspector plugin - added "Tables" and "Views" nodes at the root.
    • ENH: Pushed the query execution into background worker.
    • ENH: Added the messages pane to the results, started to add providers (these are provider specific, just 'generic' and SqlClient for now).
    • ENH: Updated the dock panel suite.
    • ENH: Added better credits to the About Form.
    • ENH: addded "is dirty" checks to the connection string editor form
    • ENH: Added query batching using "GO" keyword (made IQueryEditor.DataSet obsolete)
    • ENH: Updated the Text Editor to v3 (also load definition by file now, see 'SQL-Mode.xshd')
    • TASK[4126]: Modified connections to use XML rather than text files (breaking change)
    • FIX: handle SQL object names with spaces etc "My Col" -> "[My Col]"
    • FIX[4030]: for "BUG: CSV Export plugin does not escape certain characters"