try to create the session yourself and tell elixir to use it, before anything else is done
elixir.session = MySession() On Fri, 2012-07-20 at 05:56 -0700, DavidG wrote: > Hi-- > > > Is there a simple way to set the transaction isolation level of the > default session that elixir uses? Ie, how do you tell create_engine > which is invoked behind the scenes to set isolation_level? (The reason > for this question is that after moving to python 2.7 and an updated > version of sqlite a long running piece of software is throwing an > exception about the database being locked (upon a query)). > > > Thank you, David > > -- > You received this message because you are subscribed to the Google > Groups "SQLElixir" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sqlelixir/-/0nP58kq2VOQJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to sqlelixir > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sqlelixir?hl=en. -- 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.
