Re: [Sqlalchemy-users] sqlalchemy newbe questoin

2006-03-24 Thread Sandro Dentella
> my tables using autoload=True just fine and forgien keys are found, if > however I connect with a normal account and use autoload=True, then no > forgien keys are found. Assuming that this must be a permission issue > (I'm using postgres) I granted the users group all rights for the entire > dat

[Sqlalchemy-users] sqlalchemy newbe questoin

2006-03-23 Thread Jose Galvez
I just started looking at sqlalchemy and came across something I find puzzling. first the short version: if I connect to a database using a superuser account then I can define my tables using autoload=True just fine and forgien keys are found, if however I connect with a normal account and use au