Skip to content

Commit 45b1f96

Browse files
authored
fix for #185 (#188)
1 parent caa850b commit 45b1f96

File tree

9 files changed

+4442
-7
lines changed

9 files changed

+4442
-7
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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

1113
## [v0.7.9]
1214

0 commit comments

Comments
 (0)