sqlite3, OperationalError: no such column, shouldn't that ne a ProgrammingError?

John Machin sjmachin at lexicon.net
Tue Jun 16 12:41:03 EDT 2009


On Jun 17, 1:41 am, Gabriel Rossetti <gabriel.rosse... at arimaz.com>
wrote:
> Hello everyone,
>
> I get an OperationalError with sqlite3 if I put the wrong column name,
> but shouldn't that be a ProgrammingError instead? I read PEP 249 and it
> says :
>
[snip]
> and to me it sounds more like a programming error than an operational
> error.

How about showing us the code you used and the exact error message and
traceback?





More information about the Python-list mailing list