<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-sequel, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-05-01T17:51:13Z</updated>
<entry>
<title>Add a build dependency on ruby-rspec since the Rakefiles in the</title>
<updated>2008-05-01T17:51:13Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-05-01T17:51:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=179de6284c4d38b9af4c93cb0abc644e73c2735b'/>
<id>urn:sha1:179de6284c4d38b9af4c93cb0abc644e73c2735b</id>
<content type='text'>
distribution include spec/rake/spectask.</content>
</entry>
<entry>
<title>Update the dependency on sequel-core to match the version of sequel.</title>
<updated>2008-05-01T17:47:37Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-05-01T17:47:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=259d5df11bb2fd93c16bb055cc9e4577a122f34b'/>
<id>urn:sha1:259d5df11bb2fd93c16bb055cc9e4577a122f34b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update databases/ruby-sequel to 1.5.1.  Changes from version 1.5.0 include:</title>
<updated>2008-05-01T17:30:28Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-05-01T17:30:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e13a636136dbda494df618c6be65d9d7b2b0c3ba'/>
<id>urn:sha1:e13a636136dbda494df618c6be65d9d7b2b0c3ba</id>
<content type='text'>
* Fix Dataset#eager_graph when not all objects have associated objects.
  This changes how eager_graph handles missing records in associated
  tables (which occur because graph defaults to LEFT OUTER joins by
  design).</content>
</entry>
<entry>
<title>Update databases/ruby-sequel to 1.5.0.  Changes from version 1.4.0 include:</title>
<updated>2008-04-29T18:39:02Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-29T18:39:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2b029685070d660e627d44320666016c52cf2902'/>
<id>urn:sha1:2b029685070d660e627d44320666016c52cf2902</id>
<content type='text'>
* No longer depend on the assistance gem, merge the Inflector and
  Validations code

* Make the validation errors API compatible with Merb
* Add validates_uniqueness_of, for protecting against duplicate entries
  in the database

* Use reciprocal associations for all types of associations in the
  getter/setter/add_/remove_ methods
* Fix many_to_one associations to cache negative lookups
* Add eager loading of associations via new sequel_core object graphing
* Fix many_to_many associations with classes inside modules without an
  explicit join table

* Add the eager! and eager_graph! mutation methods to model datasets
* Add Model.def_dataset_method, for defining methods on the model that
  reference methods on the dataset
* Change Model#=== to always be false if the primary key is nil
* Add Model#hash, which should be unique for a given class and primary
  key (or values if primary key is nil)
* Make Model#reload clear any cached associations
* Fix Model#destroy so that it returns self, not the result of after_destroy
* Make Model#initialize, Model#set, and Model#update_with_params
  invulnerable to memory exhaustion
* Add Model.str_columns, which gives a list of columns as frozen strings</content>
</entry>
<entry>
<title>Add patches missing from previous commit which updated ruby-sequel to</title>
<updated>2008-04-14T21:46:11Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-14T21:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1075e6c2144b925f74f34abc98bd4881e77bb243'/>
<id>urn:sha1:1075e6c2144b925f74f34abc98bd4881e77bb243</id>
<content type='text'>
version 1.4.0.</content>
</entry>
<entry>
<title>Update databases/ruby-sequel to 1.4.0.  Changes from version 1.3 include:</title>
<updated>2008-04-13T06:56:30Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-13T06:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=35011c9c6bf11018dd6e1ab04d81abab4f2c522f'/>
<id>urn:sha1:35011c9c6bf11018dd6e1ab04d81abab4f2c522f</id>
<content type='text'>
+ Add patch-aa and patch-ab which are changes pulled from upstream to
  allow the creation of new records that don't have a primary key when
  the cache is on.

* Merge ``sequel_model'' into ``sequel''.
* Eager loading for all types of associations.
* One-to-many associations now populate the corresponding many-to-one
  instance variable (even when eagerly loaded).
* ActiveRecord style has_many :through associations are now supported
  via many_to_many.  many_to_many will no longer select the entire result
  set, just the columns of the associated table (and not the join table),
  so it works for both has_and_belongs_to_many (simple join table) and
  has_many :through (join table model) scenarios.</content>
</entry>
<entry>
<title>Initial import of ruby18-sequel-1.3 as databases/ruby-sequel.</title>
<updated>2008-04-04T15:16:06Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-04T15:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a9d35a9a51032855eb66b8335deafcaae7391a34'/>
<id>urn:sha1:a9d35a9a51032855eb66b8335deafcaae7391a34</id>
<content type='text'>
Sequel is a database access toolkit for Ruby.  Sequel provides thread
safety, connection pooling, and a concise DSL for constructing queries
and table schemas.

Sequel makes it easy to deal with multiple records without having to
break your teeth on SQL.</content>
</entry>
</feed>
