Re: [Garage] How to espace sql special chars in a query?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [Garage] How to espace sql special chars in a query?

Blondeau Vincent
Hello,

I used some method of RAEscapingSqlPrinter to escape the quotes.
And it is working nicely now.

I added the escaping method in Garage: String >> asPostgresEscapedSql
You have to call it on the "unsafe strings" before executing the query (prepared statement or not).

Thanks Pierce!

Cheers,
Vincent

> -----Message d'origine-----
> De : Pharo-users [mailto:[hidden email]] De la part de
> Pierce Ng
> Envoyé : vendredi 12 août 2016 17:44
> À : Any question about pharo is welcome
> Objet : Re: [Pharo-users] [Garage] How to espace sql special chars in a query?
>
> On Fri, Aug 12, 2016 at 01:36:21PM +0200, Blondeau Vincent wrote:
> > > Which database?
> > Postgres
>
> PostgresV2 driver does not support the PostgreSQL extended query protocol
> which allows prepared statements, AFAIK.
>
>   https://www.postgresql.org/docs/current/static/protocol-overview.html.
>
> As for escaping SQL, the ROE package has a class called RAEscapingSqlPrinter
> which may help.
>
>   http://smalltalkhub.com/#!/~PharoExtras/ROE
>
> Pierce


!!!*************************************************************************************
"Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité de Worldline ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.!!!"