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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to