Sha256: 114e7a38d1b596bea1dd5c4b92dd887795ab5fa91b4eee625ae5e28afca9b5ee

Contents?: true

Size: 713 Bytes

Versions: 1

Compression:

Stored size: 713 Bytes

Contents

# Change log

## master

## 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.0 CHANGELOG.md