Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ANN: Sequel 0.1.9 Released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sharon Rosner  
View profile  
 More options Jul 21 2007, 3:46 pm
From: Sharon Rosner <cico...@gmail.com>
Date: Sun, 22 Jul 2007 04:46:22 +0900
Local: Sat, Jul 21 2007 3:46 pm
Subject: ANN: Sequel 0.1.9 Released
Sequel version 0.1.9 has just been released. This release contains a
much improved MySQL adapter, a new single-threaded database feature
and a few bug fixes.

Following is a discussion of the main changes:

Improved MySQL adapter
======================

The MySQL adapter has been extensively rewritten to make it more solid
and useful. Here is a breakdown of the changes:

* Column values are now cast correctly according to the column types.
* Fields are quoted using back-ticks.
* Support for boolean literals.
* Transactions work.
* Added support for ORDER and LIMIT clauses in UPDATE statements.
* Improved performance.

Many thanks to Aman Gupta for his attention to details.

Single-threaded database mode
=============================

By default Sequel provides a connection-pool for each open database,
allowing to write multi-threaded applications without having to worry
about managing and synchronizing database access. The Sequel
connection pool does, however, invoke some performance penalty.

The latest release of Sequel offers much improved performance for
single-threaded applications with a single-threaded mode.

Single-threaded mode can be set globally:

  Sequel::Database.single_threaded = true

Or for specific databases:

  Sequel.open 'sqlite:/', :single_threaded => true

I have not done any extensive benchmarking, but it seems you can
easily get 10-20% better performance in single-threaded mode. Would
anyone be interested in measuring this?

Miscellaneous
=============

* Added parens around postgres LIKE expressions using regexps.

* Fixed bug in Dataset#format_eq_expression where Range objects would
not be literalized correctly.

* Wrote specs for SQLite and MySQL adapters.

================================

Sequel documentation:
  <http://sequel.rubyforge.org>

Join the Sequel-talk group:
  <http://groups.google.com/group/sequel-talk>

Install the gem:
  sudo gem install sequel

Or check out the source and install manually:
  svn co http://ruby-sequel.googlecode.com/svn/trunk sequel
  cd sequel
  rake install


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Florian Aßmann  
View profile  
 More options Jul 23 2007, 4:44 am
From: Florian Aßmann <florian.assm...@email.de>
Date: Mon, 23 Jul 2007 17:44:41 +0900
Local: Mon, Jul 23 2007 4:44 am
Subject: Re: ANN: Sequel 0.1.9 Released
Thanks again Sharon,

nice piece of work...

Florian

Sharon Rosner schrieb:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google