in reply to Re: Re: Re: Re: using sequences with dbi
in thread using sequences with dbi

I think the poster wanted to stress the fact that placehodlers automagically quote the value. If you don't use them (which sounds perfectly fine to me in the conditions you mentioned) you should at least use the quote() method to prevent havoc when an interpolated value contains potentially dangerous characters such as single quotes.

-- TMTOWTDI