Subject: | uploads.db.bz2 - illegal characters in "released" column |
http://devel.cpantesters.org/uploads/uploads.db.bz2 is produced with
trailing newlines in some uploads.released values.
Show quoted text
sqlite> select author, dist, hex(released) from uploads where
DATE(released, 'unixepoch') is null limit 1;
EMAZEP|SQL-SplitStatement|313239373231323036300A
Note the "0A" at the end, and that it's causing the sqlite3 DATE()
function to fail.