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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to