How to set the isolation level of the default session that elixir uses?
11 views
Skip to first unread message
DavidG
unread,
Jul 20, 2012, 8:56:35 AM7/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqle...@googlegroups.com
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
Erik Janssens
unread,
Jul 20, 2012, 9:00:45 AM7/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqle...@googlegroups.com
try to create the session yourself and tell
elixir to use it, before anything else is done