<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -142,3 +142,4 @@ Since I first released this library, there's been quite a few people who have su
 * Matthew Beale
 * Tom Simnett
 * Erik Ostrom
+* Ole Riesenberg</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -36,8 +36,9 @@ module ThinkingSphinx
       clause
     end
     
-    def convert_nulls(clause, default = 'NULL')
-      default = &quot;#{default}&quot; if default.is_a?(String)
+    def convert_nulls(clause, default = '')
+      default = &quot;'#{default}'&quot;  if default.is_a?(String)
+      default = 'NULL'          if default.nil?
       
       &quot;COALESCE(#{clause}, #{default})&quot;
     end</diff>
      <filename>lib/thinking_sphinx/adapters/postgresql_adapter.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5f2e1ecb0cffd4c8954f8c112e79ceb159d48602</id>
    </parent>
  </parents>
  <author>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </author>
  <url>http://github.com/freelancing-god/thinking-sphinx/commit/141d7fa564b5de63d7aa945188d8cf1983e70ce5</url>
  <id>141d7fa564b5de63d7aa945188d8cf1983e70ce5</id>
  <committed-date>2009-06-28T11:14:25-07:00</committed-date>
  <authored-date>2009-06-28T11:14:25-07:00</authored-date>
  <message>Tweaking of commit by new contributor Ole Riesenberg to ensure features still pass.</message>
  <tree>5fe722f633982a038e3f7cfb47e25dd12761807d</tree>
  <committer>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </committer>
</commit>
