Package: asql Version: 1.2-1 Severity: minor X-debbugs-cc: st...@steve.org.uk
asql> show tables The log table has the following columns: ** You mean "the logs table" not the "log table"! ** id - ID of the request source - IP, or hostname, which made the request. request - The HTTP request status - The HTTP status-code returned size - The size of the response served, in bytes. method - The HTTP method invoked (GET, PUT, POST etc). referer - The HTTP referer (sic). agent - The User-Agent which made the request. version - The HTTP version used by this client. date - The date and time at which the request was made. label - Any label applied when the logfile was read. user - The remote (authenticated) user, if any. asql> select * from log limit 1 DBD::SQLite::db prepare failed: no such table: log at /usr/bin/asql line 584. Failed to compile SQL asql> select id limit 1 DBD::SQLite::db prepare failed: no such column: id at /usr/bin/asql line 584. Failed to compile SQL asql> select * DBD::SQLite::db prepare failed: no tables specified at /usr/bin/asql line 584. Failed to compile SQL asql> select * from logs limit 1 1 72.14.192.65 /location/rbk.kmz 200 2099 GET - - 1.1 2009-7-15T04:52:45 - -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org