I was trying to use Elixir-svn with TG 1.0.3.2 and found that I can't
delete a object from Entity.q.get. The reason is that the session of
Query object get from Entity.q is different from Entity.query(), i.e.,
Entity.q.session != Entity.query().session.

I think it is because TG has it's own thread-local metadata and
create_session each thread. Is this a TG issue or it should be fixed
in Elixir?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to