Using database URI
sqlite:///E|\code\Python\projects\bandmatch/devdata.sqlite
Exception exceptions.AttributeError: "'pysqlite2.dbapi2.Connection'
object has no attribute 'autocommit'" in <bound method
Transaction.__del__ of <sqlobject.dbconnection.Transaction object at
0x0152D530>> ignored
Surely that can't be a good thing? I should be able to modify a
model.py without it impacting on my ability to later drop tables from
the database. I don't even know if that exception actually means
anything or not.
--
Ben Sizer
> Surely that can't be a good thing? I should be able to modify a
> model.py without it impacting on my ability to later drop tables from
> the database. I don't even know if that exception actually means
> anything or not.
>
the way sqlobject-admin works is that it tries to read the tables from
the model file and delete them so if those changed (there is a table
you deleted) you may have a problem
as for why this is actually rendering that error I'm clueless
> --
> Ben Sizer
>
>
> >
>