activerecord-jdbc-derby: text column option :limit => 32000 doesn't work
------------------------------------------------------------------------

                 Key: JRUBY-1960
                 URL: http://jira.codehaus.org/browse/JRUBY-1960
             Project: JRuby
          Issue Type: Bug
          Components: ActiveRecord-JDBC
         Environment: MacOS 10.4.11, JRuby trunk, 
http://jruby-extras.rubyforge.org/svn/trunk/activerecord-jdbc rev 879
            Reporter: Stephen Bannasch


Creaing a text column and setting the size larger than some number between 16 
and 32k fails.

{code}
  def self.up
    add_column :posts, :body, :string, :limit => limit_size
  end
{code}

I've got tests in my last patch attached to [JRUBY-1905].

I'll try and work on a fix here.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to