<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -302,7 +302,7 @@ module ActiveRecord
       def dump_schema_information #:nodoc:
         sm_table = ActiveRecord::Migrator.schema_migrations_table_name
         migrated = select_values(&quot;SELECT version FROM #{sm_table}&quot;)
-        migrated.map { |v| &quot;INSERT INTO #{sm_table} (version) VALUES ('#{v}');&quot; }.join(&quot;\n&quot;)
+        migrated.map { |v| &quot;INSERT INTO #{sm_table} (version) VALUES ('#{v}');&quot; }.join(&quot;\n\n&quot;)
       end
 
       # Should not be called normally, but this operation is non-destructive.</diff>
      <filename>activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>72ed17df44e194674ec9a83a5504db53e3426a8e</id>
    </parent>
  </parents>
  <author>
    <name>Steven Soroka</name>
    <email>ssoroka78@gmail.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/2183c220ada046993274ccdc6f1f86e9e8a3a5c6</url>
  <id>2183c220ada046993274ccdc6f1f86e9e8a3a5c6</id>
  <committed-date>2008-05-16T23:49:16-07:00</committed-date>
  <authored-date>2008-05-16T15:41:59-07:00</authored-date>
  <message>Make sure clone_structure can load the results of dump_schema_information

SchemaStatements#dump_schema_information joins inserts with a single \n, but is later split on \n\n, and fails when trying to execute all the inserts as a single sql statement.

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;

[#201 state:resolved]</message>
  <tree>9d21384d2f282393aad8b787a37d8922613c95d9</tree>
  <committer>
    <name>Michael Koziarski</name>
    <email>michael@koziarski.com</email>
  </committer>
</commit>
