Re: [DB-SIG] paramstyle specification

2013-05-22 Thread Niki Spahiev
On 22.05.2013 11:58, Vernon D. Cole wrote: The major difference -- the change of paradigm (to put it in elegant terms) -- between api 2 and our proposed api 3, is our use of 'paramstyle'. In api 2, we attempted to use it to tell our client programmer how to talk to us. That did not work out too

Re: [DB-SIG] paramstyle specification (was: Two sample implementations of ['named', 'qmark'] auto switch (a report))

2013-05-22 Thread Vernon D. Cole
The major difference -- the change of paradigm (to put it in elegant terms) -- between api 2 and our proposed api 3, is our use of 'paramstyle'. In api 2, we attempted to use it to tell our client programmer how to talk to us. That did not work out too well. In api 3, we propose to offer the serv