<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -128,10 +128,15 @@ The source for activerecord-jdbc-adapter is available using git.
 
 == Running AR-JDBC's Tests
 
-Drivers for 4 open-source databases are included. Provided you have MySQL
+Drivers for 6 open-source databases are included. Provided you have MySQL
 installed, you can simply type &lt;tt&gt;jruby -S rake&lt;/tt&gt; to run the tests. A
 database named &lt;tt&gt;weblog_development&lt;/tt&gt; is needed beforehand with a
-connection user of &quot;blog&quot; and password empty.
+connection user of &quot;blog&quot; and an empty password.
+
+If you also have PostgreSQL available, those tests will be run if the
+`psql' executable can be found. Also ensure you have a database named
+&lt;tt&gt;weblog_development&lt;/tt&gt; and a user named &quot;blog&quot; and an empty
+password.
 
 If you want rails logging enabled during these test runs you can edit 
 test/jdbc_common.rb and add the following line:
@@ -140,11 +145,11 @@ require 'db/logger'
 
 == Running AR Tests
 
-  # If you want to run MRI against Rails remember to re-export RUBYLIB to be
-  # empty (or whatever you normally have it set to when you are done).
-  export RUBYLIB=$(find $PWD -name lib -type d | grep -v pkg | ruby -e 'puts $stdin.readlines.map{|l| l.chomp}.join(&quot;:&quot;)')
-  cd active_record_source_dir
-  jruby -S rake test_jdbcmysql (or specific adapter you want to test)
+To run the current AR-JDBC sources with ActiveRecord, just use the
+included &quot;rails:test&quot; task. Be sure to specify a driver and a path to
+the ActiveRecord sources.
+
+  jruby -S rake rails:test DRIVER=mysql RAILS=/path/activerecord_source_dir
 
 == Authors
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -32,11 +32,13 @@ namespace :db do
         db = ActiveRecord::Base.connection.database_name
         ActiveRecord::Base.connection.drop_database(db)
       rescue
+        drop_database(config.merge('adapter' =&gt; config['adapter'].sub(/^jdbc/, '')))
         drop_database(config)
       end
     end
 
     class &lt;&lt; self; alias_method :previous_create_database, :create_database; end
+
     def create_database(config)
       begin
         ActiveRecord::Base.establish_connection(config)</diff>
      <filename>lib/jdbc_adapter/jdbc.rake</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
   &lt;groupId&gt;org.jruby.activerecord-jdbc&lt;/groupId&gt;
   &lt;artifactId&gt;activerecord-jdbc&lt;/artifactId&gt;
   &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;version&gt;0.9.1&lt;/version&gt;
+  &lt;version&gt;0.9.2&lt;/version&gt;
   &lt;name&gt;activerecord-jdbc&lt;/name&gt;
   &lt;description&gt;
     This POM for activerecord-jdbc is just for bootstrapping IDEs. You
@@ -35,7 +35,7 @@
     &lt;dependency&gt;
       &lt;groupId&gt;org.jruby&lt;/groupId&gt;
       &lt;artifactId&gt;jruby-complete&lt;/artifactId&gt;
-      &lt;version&gt;1.1.6&lt;/version&gt;
+      &lt;version&gt;1.3.1&lt;/version&gt;
     &lt;/dependency&gt;
   &lt;/dependencies&gt;
 </diff>
      <filename>pom.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b303134ca46f5f21842241a72cdaafe7bc0e503</id>
    </parent>
  </parents>
  <author>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/activerecord-jdbc-adapter/commit/47fe03e42e3c8a94c41f258aa3806ae8fb22bb5f</url>
  <id>47fe03e42e3c8a94c41f258aa3806ae8fb22bb5f</id>
  <committed-date>2009-09-26T12:43:39-07:00</committed-date>
  <authored-date>2009-09-26T12:43:39-07:00</authored-date>
  <message>Tweak drop database task to strip 'jdbc' from adapter name; update readme and pom version</message>
  <tree>5addc1b2e95f0d409f9c0390b78964ef64492395</tree>
  <committer>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
