[DB-SIG] In praise of pyformat

2007-08-10 Thread Mike Meyer
Maybe this is late, and the issues are already settled, but it seemed that nobody spoke up for them, so I figured I ought to. There are two downsides given for the format and pyformat paramstyles. They are: 1) It confuses newbies, and they wind up building queries in Python instead of using pa

Re: [DB-SIG] In praise of pyformat

2007-08-10 Thread Carsten Haese
On Fri, 2007-08-10 at 16:11 -0400, Mike Meyer wrote: > Maybe this is late, and the issues are already settled, but it seemed > that nobody spoke up for them, so I figured I ought to. > > There are two downsides given for the format and pyformat > paramstyles. They are: > > 1) It confuses newbies,