Skip to content

Commit

Permalink
fix for #185 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner authored Jun 15, 2023
1 parent caa850b commit 45b1f96
Show file tree
Hide file tree
Showing 9 changed files with 4,442 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [v0.7.10]
### Fixed
- Return an empty jsonb array from all_collections() when the collections table is empty, instead of NULL. Fixes #186.
- Add delete trigger to collections to clean up partition_stats records and remove any partitions. Fixes #185
- Fixes boolean casting in get_setting_bool function

## [v0.7.9]

Expand Down
Loading

0 comments on commit 45b1f96

Please sign in to comment.