Re: [UDD] Changing aux.py to fix quoting

2012-02-06 Thread Paul Wise
On Mon, Feb 6, 2012 at 3:58 AM, Andreas Tille wrote: > On Sun, Feb 05, 2012 at 10:11:24AM +0800, Paul Wise wrote: >> On Sun, Feb 5, 2012 at 12:29 AM, Andreas Tille wrote: >> >> > The quotation is actually used to feed strings into prepared statements. >> >> Thats confusing, isn't the whole point of

Re: [UDD] Changing aux.py to fix quoting

2012-02-05 Thread Andreas Tille
On Sun, Feb 05, 2012 at 10:11:24AM +0800, Paul Wise wrote: > On Sun, Feb 5, 2012 at 12:29 AM, Andreas Tille wrote: > > > The quotation is actually used to feed strings into prepared statements. > > Thats confusing, isn't the whole point of prepared statements that you > don't have to escape thing

Re: [UDD] Changing aux.py to fix quoting

2012-02-04 Thread Paul Wise
On Sun, Feb 5, 2012 at 12:29 AM, Andreas Tille wrote: > The quotation is actually used to feed strings into prepared statements. Thats confusing, isn't the whole point of prepared statements that you don't have to escape things? -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE

Re: [UDD] Changing aux.py to fix quoting

2012-02-04 Thread Andreas Tille
On Sat, Feb 04, 2012 at 05:05:27PM +0800, Paul Wise wrote: > On Sat, Feb 4, 2012 at 4:46 PM, Andreas Tille wrote: > > > since I switched to PostgreSQL 9.1 I realised that quoting "'" > > characters does not work any mory by escaping it using "\" signs. > > I wonder, how at all aux.py could work fo

Re: [UDD] Changing aux.py to fix quoting

2012-02-04 Thread Paul Wise
On Sat, Feb 4, 2012 at 4:46 PM, Andreas Tille wrote: > since I switched to PostgreSQL 9.1 I realised that quoting "'" > characters does not work any mory by escaping it using "\" signs. > I wonder, how at all aux.py could work for others.  Because I have > the feeling that I missed something I'm j

[UDD] Changing aux.py to fix quoting

2012-02-04 Thread Andreas Tille
Hi, since I switched to PostgreSQL 9.1 I realised that quoting "'" characters does not work any mory by escaping it using "\" signs. I wonder, how at all aux.py could work for others. Because I have the feeling that I missed something I'm just asking for comments for the following patch to not br