Useful MySQL Routines

Tino Wildenhain tino at wildenhain.de
Sun Apr 19 06:13:03 EDT 2009


Lawrence D'Oliveiro wrote:
> I've done a writeup on some of the basic routines I frequently use here 
> <http://codecodex.com/wiki/index.php?title=Useful_MySQL_Routines>.

Why is that specific to mysql?

Btw, the bulkinserter could be better done by using executemany
and select usefull batch sizes. If you allow query construnction
better don't forget appropriate quoting of table- and column names
too to be on the safe side.

Regards
Tino



More information about the Python-list mailing list