Skip to content

Releases: nzbart/sqlgrep

Allow unencrypted connections

Choose a tag to compare

@nzbart nzbart released this 03 Mar 05:05
  • Allow unencrypted database connections.
  • Upgrade to C++20.

Bugfix and Linux release

Choose a tag to compare

@nzbart nzbart released this 26 Nov 08:30
6fd287d
  • 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

Choose a tag to compare

@nzbart nzbart released this 14 Nov 08:11
  • Detect the best ODBC driver installed on the current computer.

SQL authentication

SQL authentication Pre-release
Pre-release

Choose a tag to compare

@nzbart nzbart released this 14 Nov 02:26
  • 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

Standalone executable Pre-release
Pre-release

Choose a tag to compare

@nzbart nzbart released this 13 Nov 08:18

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

First alpha

First alpha Pre-release
Pre-release

Choose a tag to compare

@nzbart nzbart released this 13 Nov 02:55

Initial release:

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