[MacRuby] #1030: A potential SQLite3-Ruby bug

MacRuby ruby-noreply at macosforge.org
Tue Dec 7 02:06:32 PST 2010


#1030: A potential SQLite3-Ruby bug
----------------------------------+-----------------------------------------
 Reporter:  yasuimao@…            |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------

Comment(by watson1978@…):

 In my environment, Ruby1.8, Ruby1.9 and MacRuby are same results.
 {{{
 $ ruby -v
 ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
 $ ruby test_sqlite3.rb
 [[nil, 0, 0]]

 $ ruby19 -v
 ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]
 $ ruby19 test_sqlite3.rb
 [[nil, 0, 0]]

 $ macruby test_sqlite3.rb
 [[nil, 0, 0]]
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1030#comment:1>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list