Skip to content

Releases: pseudomuto/where

Release 0.1.1

14 Oct 19:22
v0.1.1
1617491

Choose a tag to compare

Where - A SQL where clause parser.

Installation

go get github.com/pseudomuto/where

Changelog

Others

Full Changelog: v0.1.0...v0.1.1

Release 0.1.0

08 Oct 10:42
397f14e

Choose a tag to compare

Where - A SQL where clause parser.

Installation

go get github.com/pseudomuto/where

Changelog

Others

  • edfb0e6: Add Nix flake and GoReleaser configuration (David Muto (pseudomuto) david.muto@gmail.com)
  • 1a09e71: Initial commit: SQL filter expression parser (David Muto (pseudomuto) david.muto@gmail.com)
  • fd8e912: Update CI to use Task commands (David Muto (pseudomuto) david.muto@gmail.com)
  • 397f14e: [godoc]: Add Go doc for drivers (David Muto (pseudomuto) david.muto@gmail.com)
  • da74e06: deps(deps): bump github.com/alecthomas/participle/v2 from 2.1.1 to 2.1.4 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 81053a1: deps(deps): bump github.com/stretchr/testify from 1.9.0 to 1.11.1 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)

Full Changelog: ...v0.1.0