<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+=== 2.7.1 (2008-11-04)
+
+* Fix PostgreSQL Date optimization so that it doesn't reject dates like 11/03/2008 (jeremyevans)
+
 === 2.7.0 (2008-11-03)
 
 * Transform AssociationReflection from a single class to a class hierarchy (jeremyevans)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ require &quot;fileutils&quot;
 include FileUtils
 
 NAME = 'sequel'
-VERS = '2.7.0'
+VERS = '2.7.1'
 CLEAN.include [&quot;**/.*.sw?&quot;, &quot;pkg&quot;, &quot;.config&quot;, &quot;rdoc&quot;, &quot;coverage&quot;, &quot;www/public/*.html&quot;]
 RDOC_OPTS = [&quot;--quiet&quot;, &quot;--line-numbers&quot;, &quot;--inline-source&quot;, '--title', \
   'Sequel: The Database Toolkit for Ruby', '--main', 'README']</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -119,7 +119,7 @@ module Sequel
       # the date style to ISO in order make Date object creation in ruby faster,
       # if Postgres.use_iso_date_format is true.
       def apply_connection_settings
-        async_exec(&quot;SET DateStyle = 'ISO, YMD'&quot;) if Postgres.use_iso_date_format
+        async_exec(&quot;SET DateStyle = 'ISO'&quot;) if Postgres.use_iso_date_format
       end
 
       # Execute the given SQL with this connection.  If a block is given,</diff>
      <filename>lib/sequel_core/adapters/postgres.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cb2f8f0e072e5cf593005989fa308d5dc715ac00</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </author>
  <url>http://github.com/jeremyevans/sequel/commit/d2aec51ca870fbe18a8c6f5223f1f3d86deb44b9</url>
  <id>d2aec51ca870fbe18a8c6f5223f1f3d86deb44b9</id>
  <committed-date>2008-11-04T08:22:44-08:00</committed-date>
  <authored-date>2008-11-04T08:22:44-08:00</authored-date>
  <message>Fix PostgreSQL Date optimization so that it doesn't reject dates like 11/03/2008, bump version

It turns out the PostgreSQL optimization for dates went too far.
I should have only changed the output format specification, not
the input/output specification for year/month/day ordering.  It
turns out this breaks the standard American date format.  This is a
significant enough bug that it warrants a new release, so I'm also
bumping the version to 2.7.1.</message>
  <tree>2521e75064cc7190696e449cf2878f3d154351b7</tree>
  <committer>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </committer>
</commit>
