Tailor wrote:
Comment (by seekgzl):

I'm really sorry about all this spam. There'll always be stupid people around :-\

Luckily {{{
>>> import pysqlite2.dbapi2 as sqlite
>>> c=sqlite.connect('db/trac.db')
>>> q=c.cursor()
>>> s=q.execute("""\
... DELETE FROM ticket_change
... WHERE field='comment' AND author='seekgzl'
... """)
>>> c.commit()
}}} is all it takes to cure the problem. 'Till next time :-|

ciao, lele.
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to