Actually, tg_user is the name of the table and TG_User is the name of the class. Per ticket #??? (Trac down again?) all the default Identity model classes are InheritableSQLObjects. This means they have an additional column 'child_name'.

You can either drop the tables or alter them to have the child_name column (TEXT in SQLite).

One of the nifty features of the latest Identity framework is that it will automatically create the necessary tables (like CatWalk) without you having to munge sqlobject.txt in your egg info.

On 8 Jan, 2006, at 10:01 am, Mike Kent wrote:

I just updated to this latest revision, and now attempting to log into

my project gives me an exception with a traceback that ends in:


OperationalError: (1054, "Unknown column 'tg_user.child_name' in 'field

list'")


Shouldn't that be 'TG_User' rather than 'tg_user'?



-- 

Jeff Watkins

http://newburyportion.com/


Computers, they're just a fad.



Reply via email to