Package: asql
Version: 1.6-1
Severity: minor

It's easiest just to demonstrate this:

-----8<-----
$ asql
asql v1.6 - type 'help' for help.
asql> show

   The table 'log' table has the following columns:
[...]
asql> select * from log;
DBD::SQLite::db prepare failed: no such table: log at /usr/bin/asql line 585.
Failed to compile SQL   
asql> select * from logs;
[oh my so many log entries]
----->8-----

The phrasing of "The table 'log' table" could stand to be polished, too, but
the real problem is the incorrect table name causing confusion.


-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages asql depends on:
ii  libdbd-sqlite3-perl           1.29-3     Perl DBI driver with a self-contai
ii  libterm-readline-gnu-perl     1.20-1     Perl extension for the GNU ReadLin

asql recommends no packages.

asql 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