<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -86,11 +86,11 @@ dm mysql all(id &lt; 10) x 1000            1.100000   0.080000   1.180000 (  1.4676
 
 ===================[ c3p0 connection pooling, default config ]=====================
                                             user     system      total        real
-worm hsqldb create x 1000               1.784000   0.000000   1.784000 (  1.784007)
-worm hsqldb batch create 1000 records   1.769000   0.000000   1.769000 (  1.768935)
-worm hsqldb get x 1000                  0.615000   0.000000   0.615000 (  0.614848)
-worm hsqldb all x 10                    2.450000   0.000000   2.450000 (  2.450921)
-worm hsqldb all(id &lt; 10) x 1000         0.967000   0.000000   0.967000 (  0.966148)
+worm hsqldb create x 1000               1.866000   0.000000   1.866000 (  1.865487)
+worm hsqldb batch create 1000 records   1.751000   0.000000   1.751000 (  1.751333)
+worm hsqldb get x 1000                  0.493000   0.000000   0.493000 (  0.493073)
+worm hsqldb all x 10                    2.384000   0.000000   2.384000 (  2.384220)
+worm hsqldb all(id &lt; 10) x 1000         0.827000   0.000000   0.827000 (  0.826086)
 
 worm mysql create x 1000                2.375000   0.000000   2.375000 (  2.375025)
 worm mysql batch create 1000 records    1.918000   0.000000   1.918000 (  1.918213)</diff>
      <filename>PERFORMANCE</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require &quot;jdbc/hsqldb&quot;
+import &quot;org.hsqldb.jdbcDriver&quot;
 
 module Wheels
   module Orm
@@ -9,9 +10,7 @@ module Wheels
           def initialize(name, uri)
             super
 
-            @data_source = com.mchange.v2.c3p0.ComboPooledDataSource.new
-            @data_source.setJdbcUrl(uri.to_s)
-            @data_source.setDriverClass(&quot;org.hsqldb.jdbcDriver&quot;)
+            @data_source = com.mchange.v2.c3p0.DataSources.unpooledDataSource(uri.to_s)
           end
 
           def column_definition_serial</diff>
      <filename>lib/wheels/orm/repositories/jdbc/hsqldb.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require &quot;jdbc/mysql&quot;
+import &quot;com.mysql.jdbc.Driver&quot;
 
 module Wheels
   module Orm
@@ -11,7 +12,6 @@ module Wheels
 
             @data_source = com.mchange.v2.c3p0.ComboPooledDataSource.new
             @data_source.setJdbcUrl(uri.to_s)
-            @data_source.setDriverClass(&quot;com.mysql.jdbc.Driver&quot;)
           end
 
           def column_definition_serial</diff>
      <filename>lib/wheels/orm/repositories/jdbc/mysql.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4c4aa81da1684dd7559068cd2feab7601a513087</id>
    </parent>
  </parents>
  <author>
    <name>Bernerd Schaefer</name>
    <email>bj.schaefer@gmail.com</email>
  </author>
  <url>http://github.com/wiecklabs/clipper/commit/d1ea8be0827bcbc1194b0a72cb498e63dc2679f1</url>
  <id>d1ea8be0827bcbc1194b0a72cb498e63dc2679f1</id>
  <committed-date>2009-01-25T17:27:02-08:00</committed-date>
  <authored-date>2009-01-25T17:27:02-08:00</authored-date>
  <message>Removing connection pooling for HSQLDB.</message>
  <tree>6e679497c8b125516781cd15dbf9ee79bfcd89a7</tree>
  <committer>
    <name>Bernerd Schaefer</name>
    <email>bj.schaefer@gmail.com</email>
  </committer>
</commit>
