Carl Karsten wrote at 2013-5-20 10:20 -0500: >Does anyone on in this discussion actually want named parameters for >their own use, or does it seem like something someone might want, so >lets try to make that happen just in case?
I you have commands with a large number of parameters, named parameters are more readable and less error prone. Otherwise, it is simple to get the parameter order wrong. >I can see the benefit (easier to read code) but given the amount of >problem it would seem to cause, it doesn't seem worth it. Well sometimes, SQL commands need a large number of parameters... -- Dieter _______________________________________________ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig