Title: [447] trunk/activerecord-jdbc/lib/active_record/connection_adapters/jdbc_adapter.rb: Use the old, non-compliant handling of x=null for not null columns on MySQL
Revision
447
Author
olabini
Date
2007-04-09 09:06:23 -0400 (Mon, 09 Apr 2007)

Log Message

Use the old, non-compliant handling of x=null for not null columns on MySQL

Modified Paths

Diff

Modified: trunk/activerecord-jdbc/lib/active_record/connection_adapters/jdbc_adapter.rb (446 => 447)


--- trunk/activerecord-jdbc/lib/active_record/connection_adapters/jdbc_adapter.rb	2007-04-09 06:38:03 UTC (rev 446)
+++ trunk/activerecord-jdbc/lib/active_record/connection_adapters/jdbc_adapter.rb	2007-04-09 13:06:23 UTC (rev 447)
@@ -282,7 +282,7 @@
         
         if driver =~ /mysql/i
           div = url =~ /\?/ ? '&' : '?'
-          url = ""
+          url = ""
           @config[:url] = url
         end
 
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to