On Wednesday, May 10, 2017 at 8:09:22 PM UTC-4, Mike Bayer wrote:
>
> no return value needed 
>

perfect
 

> you mean, the commit() method itself how long does that take?   You'd 
> probably do a time.time() check before and after calling the method (or 
> use timeit.timeit to do the same). 
>

ok, so it's not supported as time-able via listeners provided in an 
activated plugin.

the library i'm extending is using before/after execute events to 
start/stop timing.   i was hoping i could catch the commit and somehow time 
it via a listener automatically.  


-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to