I’m not familiar with Python, but I
have used the Perl DBI library for a long time. The DBI library gives you a database
specific quote() function, and also something much stronger: prepare() and
execute(). This works well with most applications,
but I’m not sure how it would tie into fulltext queries. -Will From:
pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-owner@xxxxxxxxxxxxxx] On Behalf Of Mohamed Yeah, would Python protect you from that ? I am using Groovy on Grails
and not sure how these things work here. Most of the time I use GORM to do my
queries, but now I am stuck with SQL because of fulltext search with Postgres.
Perhaps there is some similiar things in Groovy to run, I will check into that. / Moe On Thu, Jan 8, 2009 at 5:20 PM, Christopher Swingley <cswingle@xxxxxxxxx> wrote: Greetings!
> > Hi, I am wondering whether or not there exists any built in > * Reg Me Please <regmeplease@xxxxxxxxx>
[2009-Jan-08 00:20 AKST]: > Maybe I'm missing
the point, but have read about quote_ident() and quote_literal() does seem like a good choice for getting the quoting
|