On 03/21/10 17:21, Mateusz Korniak wrote:
[email protected]>wrote:
Is there any "handler" to get called when SQL query starts to be
executed and
another when SQL query is finished  when acting over elixir Entities ?

I am writing simple (single threaded) QT app using elixir for data
model and
my application hangs sometimes wating for sql data to come and I wish
to get
information what query causes that or set cursor aproprietly.



what you're trying to do is not really possible with sqlalchemy and friends. i suggest you to look into the twisted framework.

hth,
burak

--
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