Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

Commit [r42]  Maximize  Restore  History

Break up the various cursor variations into MixIn classes.

Found a work-around for the way MySQL treats TIME literals with
dates and/or fractional seconds.

Added a mutex into the cursor so that connections can be shared between
threads. threadsafety=2

I could easily make the cursors sharable as well (threadsafety=3) but
I hardly see the point. Even sharing connections is not a good idea,
because you don't get the benefit of multiple mysqld threads.

adustman 2000-03-24

changed /trunk/mysql/MySQLdb.py
/trunk/mysql/MySQLdb.py Diff Switch to side-by-side view
Loading...