[SQLObject] is there a way to (re)set generator?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Petr J. <pet...@tp...> - 2010-04-19 04:34:45
|
Hi, because of the security issues, I am deleting rows in some tables (* destroySelf *method) and I do not want anybody to find, how many rows were inserted in the past in to the table.* *I just wonder if there is a way to (re)set generators to the initial value (1). Best Regards Petr Jakes * * |