Hi there,

I'm sorry if I'm asking a stupid question, but I'm not able to wrap my
head around the Session-concept in 0.2. Unfortunately, I don't know
Hibernate.

Does the use of "default" session through the threadlocal mod limit SA
in any way? Is it still possible to create explicit sessions and use
them for querying/saving objects if you have a default session
installed?

How to sessions and engines/connections interact? Does one rely on the other?

I'm trying to make the nessecary changes to TurboGears to be able to
take full advantage of SA 0.2 - the easiest way would be to just use
the threadlocal mod, but I'm not sure if that's the appropriate
solution, especially if "threadlocal" limits "normal" use of Sessions
in some way.

Arnar


_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to