Sha256: a6e6899d348a749c4ab99e91c3ff14bfc3aaa4febe386c1b799c556681bd8469

Contents?: true

Size: 814 Bytes

Versions: 1

Compression:

Stored size: 814 Bytes

Contents

# Change log

## master

## 0.3.1 (2020-12-18)

- Update internal query building for Rails 6.1 compatibility. ([@zokioki][])

## 0.3.0 (2019-28-01)

- Rename `#value` method to `#overlap_values`.
- Rename `#values` method to `#contains_values`.
- Improve `#contains_values` method:
	eliminate multiple `avals` calls for Hstore and multiple `array_agg` calls for Jsonb.

  See https://github.com/palkan/pgrel/pull/9. ([@StanisLove][])

- Quote store name in queries. ([@palkan][])

  Previously, we didn't quote store name in queries which could led
  to ambiguity conflicts when joining tables.
  Now it fixed.

## 0.2.0 (2018-06-15)

- Add `#update_store` methods. ([@StanisLove][])

  See https://github.com/palkan/pgrel/pull/5.

[@palkan]: https://github.com/palkan
[@StanisLove]: https://github.com/StanisLove

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pgrel-0.3.1 CHANGELOG.md