Your message dated Sat, 17 Sep 2011 20:04:32 +0300
with message-id <20110917170432.GA15625@localhost>
and subject line this bug was fixed in upstream since 1.3.3
has caused the Debian Bug report #600994,
regarding libsqlite3-ruby: execute method forgets first "?" parameter
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
600994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600994
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsqlite3-ruby
Version: 1.3.1-2
Severity: important
$ cat t.rb
#!/usr/bin/ruby
require 'sqlite3'
db = SQLite3::Database.new("t.sqlite3")
db.execute("CREATE TABLE t (a, b, c, d, e)")
db.execute("INSERT INTO t (a, b, c, d, e) VALUES (?, ?, ?, ?, ?)",
"thisvalueisreplacedbyNULL", "b", "c", "d", "e")
$ rm -f t.sqlite3 && ruby t.rb && sqlite3 t.sqlite3 "select * from t"
|b|c|d|e
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libsqlite3-ruby depends on:
ii libsqlite3-ruby1.8 1.3.1-2 SQLite3 interface for Ruby 1.8
libsqlite3-ruby recommends no packages.
libsqlite3-ruby suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.3.3-1
This bug was fixed in upstream since v1.3.3:
https://github.com/luislavena/sqlite3-ruby/commit/3a58953f81b628f0a276090d8a8a7040715f2d83
--
Dmitry Borodaenko
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers