On Wed, 9 Mar 2005 19:34:51 -0800, Jonathan Leffler
<[EMAIL PROTECTED]> wrote:

> every statement.  Besides, I can't stop userrs from using $dbh->do()
> to execute BEGIN WORK, COMMIT WORK or ROLLBACK WORK.  Or from
> preparing and executing them.

there's an idea -- restrict what is allowed in $dbh->do under some
kind of strict mode.

Basically a non-starter due to the obvious slight performance penalty,
but it might
allow weak enforcement of a site-wide database policy.  This is
politics not engineering
however, an obvious better solution is not to give to the keys to
unlicensed drivers
(please forgive the pun)

Reply via email to