jonhattan escribió:
> Hi all,
>
> [...]
> when I try to do Provincias.get(1) I got a 'no such table' error. It
> seems to me a very silly error, but I can't find a clue. Any help will
> be apreciated. This is the execution traceback:
>
I simply was not giving the correct uri :)
-
Hi all,
I have a sqlite database with provinces of my country,
[EMAIL PROTECTED]:~/mvpot/lib$ sqlite3 model/codigospostales.db
SQLite version 3.3.13
Enter ".help" for instructions
sqlite> .tables
poblaciones provincias
and a simple class to access the contents:
class Provincias(SQLObject)