Just to let you know that sequel_core is at 1.0.2. Please note that sequel_core now has a dependency on assistance, a new library which shares code between DataMapper, Sequel and Merb, a sort of light- weight ActiveSupport. RDoc is here: http://assistance.rubyforge.org/
Here are the changes to sequel_core since 1.0: * Added new Dataset#from_self method that returns a dataset selecting from the original dataset. * Added support for limiting and paginating datasets with fixed SQL, gotten with DB#fetch (thanks Ruy Diaz). * Changed MySQL adapter to support specifying socket option. * Enhanced Database.connect to accept options with string keys, so it can now accept options loaded from YAML files. Database.connect also automatically converts :username option into :user for compatibility with existing YAML configuration files for AR and DataMapper. * Refactored Sequelizer to use Proc#to_sexp (method provided by r2r). * Changed mysql adapter to default to localhost if :host option is not specified (#114). * Allow for additional filters on a grouped dataset (#119 and #120). * Applied patch for oracle adapter: fix behavior of limit and offset, transactions, #table_exists?, #tables and additional specs (thanks Liming Lian #122). * Removed ConnectionPool, NumericExtensions. Added dependency on assistance. * Changed postgres adapter to quote column references using double quotes. Thanks again everybody for contributing your time and effort. I'm unemployed for the next few weeks so that means more time to spend on Sequel :-). best Sharon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
