Sha256: 169855a466d8c8b693050bf28674871882ee2c8c76595acfa240fea7a2d6cf11
Contents?: true
Size: 797 Bytes
Versions: 3
Compression:
Stored size: 797 Bytes
Contents
Changelog ========= ### 0.4.2 * (nullstyle) convert UUID to SQL::Blob so that Sequel can properly escape it in databases that don't treat binary strings like regular strings. ### 0.4.1 * (jamesgolick) Fix for ruby 1.9.1. ### 0.4.0 * (jamesgolick) Add scope chaining. See the README and the docs for Friendly::Scope. * (jamesgolick) Add has_many association. * (jamesgolick) Add ad-hoc scopes. See the docs for Document.scope. * (jamesgolick) Add named_scope functionality. See the docs for Document.named_scope. * (jeffrafter + jamesgolick) DDL generation now supports custom types. Previously, it would only work with types that Sequel already supported. Now, if you want to register a custom type, use Friendly::Attribute.register_type(klass, sql_type, &conversion_method).
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
friendly_postgres-0.4.3 | CHANGELOG.md |
friendly-0.4.3 | CHANGELOG.md |
friendly-0.4.2 | CHANGELOG.md |