Files
adustman d4529e5d15 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.
2000-03-24 05:46:00 +00:00
..
2000-03-08 23:03:02 +00:00
1999-10-12 01:55:45 +00:00
2000-03-11 22:04:58 +00:00
2000-03-24 05:42:37 +00:00
1999-10-12 01:55:45 +00:00
1999-10-12 01:55:45 +00:00

Check Setup.in and make sure it has the right paths for your system.

To build:	python build.py
To install: 	follow additional instructions after build.

Got windows? Read README.windows.
















Uh, that's it.