[Twisted-Python] twisted adbapi question

Jean-Paul Calderone exarkun at divmod.com
Tue Jul 15 09:42:11 EDT 2008


On Tue, 15 Jul 2008 15:37:12 +0200, Vasil Vangelovski <vvangelovski at gmail.com> wrote:
>does anyone know why is twisted.enterprise.adbapi.safe deprecated?
>What should I use instead?
>

Because it's not safe.  Use bind parameters instead.  Google or your
preferred DB-API 2.0 module should tell you exactly how to do that.

Jean-Paul




More information about the Twisted-Python mailing list