Public bug reported:

Binary package hint: libdbd-sqlite3-ruby

The DBI:SQLite3 module outputs vast amounts of warnings:

"/usr/lib/ruby/1.8/DBD/SQLite3/SQLite3.rb:221: warning: Object#type is
deprecated; use Object#class"

This is (IMHO) caused by a typo in the referenced line, which should
read:

                             DBI.const_get('SQL_'+type_name.upcase)
[ vice DBI.const_get('SQL_'+type.upcase) ]

However, you probably need a ruby guru to verify this.

** Affects: libdbi-ruby (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Typo causes warning spewage in SQLite3.rb
https://launchpad.net/bugs/64522

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to