Problem - Gadfly loosing tables.

Richard Jones rjones at ekit-inc.com
Thu Jan 30 16:33:11 EST 2003


On Fri, 31 Jan 2003 3:51 am, joerg wrote:
> I've got some problem using the Gadfly Database:
> Coded a Python program to fill a database from a CSV file.
> The Program works fine. It creates the table and fills in
> the records from the CSV file.
>
> Then I use gfplus and do a select * from the new table.
> Everythings fine.
> But when I start the Program a second time to create another
> table, the previously inserted table is gone!
> The data file is stil there, but a select * from <old_table>
> raises an error: NameError: no such relation in database.
>
> Some ideas about that? I did the connection.commit (), so that
> is not the problem.

I have not seen this before - could you please reduce the problem down to the 
minimum code that is required to reproduce it?


    Richard






More information about the Python-list mailing list