Hi--
I am using sqlalchemy version 0.5.5
and elixir version 0.7.1
I am having a problem where I have an application that uses elixir on
top of a database that can be updated by another application. If i
don't do a full restart of the first application it does not seem to
pickup the database changes.
I have tried all of the following:
session.remove()
session.expunge_all()
session.close_all()
session.expire_all()
session.clear()
session.flush()
session.close()
I have also tried to reload the module that is being called...
Any help would be greatly appreciated,
Thanks, David
--
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.