minisqlquery

Minimalist SQL Query tool for any .NET DB Provider - SQL, SQLite, SQL CE, Oracle, Access...

LGPL-3.0 License

Stars
126

Bot releases are visible (Hide)

minisqlquery - Mini SQL Query v1.19.11.03 Latest Release

Published by paulkohler almost 5 years ago

Upgraded .NET Framework version from 4.6.2 to 4.8 with other package updates and minor fixes.

minisqlquery - Mini SQL Query v1.19.06.23

Published by paulkohler over 5 years ago

Upgraded framework version from 3.5 to 4.6.2 with other package updates.

minisqlquery - Mini SQL Query v1.16.07.02

Published by paulkohler over 8 years ago

Improvements for the generic schema query.

minisqlquery - Mini SQL Query v1.16.01.28

Published by paulkohler over 8 years ago

Printing fix.

minisqlquery - Mini SQL Query v1.15.09.22

Published by paulkohler about 9 years ago

Includes a fix for connection to Oracle DB.

minisqlquery - Mini SQL Query v1.15.01.23

Published by paulkohler over 9 years ago

Improved the View Table screen with better default columns sizes and remembers it between executions

minisqlquery - Mini SQL Query v1.15.01.22

Published by paulkohler over 9 years ago

Added a "Cancel" implementation - provider specific of course!

minisqlquery - Mini SQL Query v1.15.01.21

Published by paulkohler almost 10 years ago

This version fixes an issue in the Template runner where the ".Data" object was not being created.

Templates using Sample - Tables and Columns and DATA.txt.mt
for example:

#set($dataTable = $Host.Data.Get(${table.Schema}, ${table.Name}))
#foreach ($row in $dataTable.Rows)
#foreach ($c in ${table.Columns})
${c.Name}: ${Host.Data.ColumnValue($row, $c.Name)}
#end ## table columns
#end ## table rows
#end ## foreach table
minisqlquery - Mini SQL Query v1.14.08.22

Published by paulkohler almost 10 years ago

This release includes the SQLite provider as part of the distribution so no extra setup is required.

Badges
Extracted from project README
Build status
Related Projects