[jruby-dev] [jira] Created: (JRUBY-949) Wrong evaluation of default parameters

2007-05-17 Thread Martin Krauskopf (JIRA)
Wrong evaluation of default parameters -- Key: JRUBY-949 URL: http://jira.codehaus.org/browse/JRUBY-949 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby

[jruby-dev] [jira] Created: (JRUBY-950) Missing methods from class Module

2007-05-17 Thread Evan Light (JIRA)
Missing methods from class Module - Key: JRUBY-950 URL: http://jira.codehaus.org/browse/JRUBY-950 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.0.0RC1

Re: [jruby-dev] activerecord-jdbc fix using sybase

2007-05-17 Thread Dean Mao
FYI, I had to also add in this line: lambda {|r| r['type_name'] =~ /^datetime$/i}], when the AR_TO_JDBC_TYPES is being initialized. I dont' know exactly why, but some of our sybase servers need it, whereas other sybase servers don't need it. All of the sybase servers run Sybase 12.5.3. I have n