Skip to content

Commit

Permalink
Merge pull request #126 from Qrlew/protect_grouping_keys
Browse files Browse the repository at this point in the history
Fixed protect grouping keys
  • Loading branch information
ngrislain authored Sep 23, 2023
2 parents 805b659 + 7c4e740 commit d50897a
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 167 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Aded
### Added
- conversion DataType -> Value for Expr::Function [MR122](https://github.com/Qrlew/qrlew/pull/122)
- replace `BTreeSet` in methods `super_union` and `super_intersection` of `data_type::Struct` and `data_type::Union`
in order keep the inserting order (`BTreeSet` reorder keys by alphanumeric order) [MR125](https://github.com/Qrlew/qrlew/pull/125)

### Fixed
- in protection use `PEPRelation::try_from(..)` instead of `PEPRelation(..)`
- in protection use `PEPRelation::try_from(..)` instead of `PEPRelation(..)` [MR124](https://github.com/Qrlew/qrlew/pull/124)
### Changed
- Use `PEPRelation` when protecting the grouping keys [MR126](https://github.com/Qrlew/qrlew/pull/126)

## [0.3.1] - 2023-09-16
### Fixed
Expand Down
Loading

0 comments on commit d50897a

Please sign in to comment.