Skip to content

Commit

Permalink
Fix cache key built incorrectly when more than 1 qual used. Closes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed May 27, 2021
1 parent 5fd950f commit 629f532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _What's new?_
_Bug fixes_
* Fix issue where interactive prompt sometimes hangs on cancellation. [#507](https://github.com/turbot/steampipe/issues/507)
* Fix stack overflow error when allocating colors for large number of dimension property values. [#509](https://github.com/turbot/steampipe/issues/509)
* Fix query result cache key being built incorrectly when more than one qual is used. ([#453(https://github.com/turbot/steampipe-postgres-fdw/issues/53))

## v0.5.0 [2021-05-20]
_What's new?_
Expand Down
2 changes: 1 addition & 1 deletion constants/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
// constants for installing db and fdw images
const (
DatabaseVersion = "12.1.0"
FdwVersion = "0.0.35"
FdwVersion = "0.0.36"

// DefaultEmbeddedPostgresImage :: The 12.1.0 image uses the older jar format 12.1.0-v2 is the same version of postgres,
// just packaged as gzipped tar files (consistent with oras, faster to unzip). Once everyone is
Expand Down

0 comments on commit 629f532

Please sign in to comment.