On Mon, Sep 7, 2015 at 12:36 PM, Khushboo Vashi <[email protected]> wrote: > Hi Dave, > > I have tried to reproduce the issue but couldn't reproduce it on UBUNTU as > well as on MAC.
OK. > I have checked the online examples of SQLAlchemyUserDatastore, and I think > it is logical that before assigning the new role to the newly created user, > user should be committed first. Any particular reason why? Queries within a given transaction should normally see changes made by other queries in the same transaction. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
