Hi everybody

New versions of sequel_core and sequel_model have just been released.
Here are the changes:

=== sequel_core

* New support for full-text searching in mysql, postgres and
odbc_mssql adapters. The mysql and postgres adapters also support
creation of full-text indexes. Here are the details:

  http://groups.google.com/group/sequel-talk/msg/ed1a2fe8d216695f

Full-text searching is supported in MySQL 5.1 and PostgreSQL 8.3.
Please give it a spin and provide feedback.

* Implemented Dataset#inspect and Database#inspect (#151). This is a
very nice improvement for those using sequel in IRB sessions.

* Fixed Dataset#insert_sql to work with array subscript references
(thanks Jim Morris).

=== sequel_model

* Implemented Model#inspect (#151).

* Changed Model#method_missing to short-circuit and bypass checking
#columns if the values hash already contains the relevant column
(#150).

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to