Skip to content

Releases: nzbart/sqlgrep

Bugfix and Linux release

26 Nov 08:30
6fd287d

Choose a tag to compare

  • Allow compilation on Linux.
  • Set up Travis CI builds for Linux and Windows.
  • Use snapshot transaction isolation where available.
  • Various bug fixes.

Auto-detecting SQL Server version

14 Nov 08:11

Choose a tag to compare

  • Detect the best ODBC driver installed on the current computer.

SQL authentication

14 Nov 02:26

Choose a tag to compare

SQL authentication Pre-release
Pre-release
  • Allow connections with username and password.
  • Improve error messages.
  • Log more in verbose mode.
  • Output errors to stderr instead of stdout.
  • Improve performance by writing to the console less frequently.

Standalone executable

13 Nov 08:18

Choose a tag to compare

Standalone executable Pre-release
Pre-release

Remove the dependency on the C runtime, only depending on Core Windows API.

First alpha

13 Nov 02:55

Choose a tag to compare

First alpha Pre-release
Pre-release

Initial release:

  • only supports trusted authentication
  • only supports SQL server
  • only supports Windows
  • basic substring search only