Re: [Spacewalk-devel] option standard_conforming_strings in Pg breaks our code and data.

2012-08-14 Thread Jan Pazdziora
On Fri, Jun 15, 2012 at 08:28:04PM +0200, Miroslav Suchý wrote: > If you look at commit: > d8744d1693c1fc6e231278dd9a6537f269371192 > and the code: > > +if self.blob_map: > +for blob_var in self.blob_map.keys(): > + kw[blob_var] = kw[blob_var].replace('\\', '\\

[Spacewalk-devel] option standard_conforming_strings in Pg breaks our code and data.

2012-06-15 Thread Miroslav Suchý
If you look at commit: d8744d1693c1fc6e231278dd9a6537f269371192 and the code: +if self.blob_map: +for blob_var in self.blob_map.keys(): + kw[blob_var] = kw[blob_var].replace('\\', '') This worked fine in default Pg till version 9.0, but the behavior depe