Sha256: a13ea7a5769771f884a769ad527ceaeea0c4c1fc124a91310b5b66d5aba8930e
Contents?: true
Size: 621 Bytes
Versions: 2
Compression:
Stored size: 621 Bytes
Contents
# Changelog ## 0.5.0 * Drop support for composite primary keys. * Force supplying primary_key for adapter rather than reflecting from schema. Since cassanity has migrations, it is no longer needed to always supply schema. Easier to pass primary key and more performant than reflecting from the database like AR does. ## 0.3.0 * Updates for adapter 0.7.0. ## 0.2.0 * Added adapter options: :read, :write, :delete. These can be used to tune consistency and all other operation arguments. * Added method options (ie: read('key', using: {consistency: :quorum})). Method operations override any similar adapter options.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adapter-cassanity-0.6.0.beta1 | Changelog.md |
adapter-cassanity-0.5.0 | Changelog.md |