> I somehow thought that the named paramstyle meant I could > package the params > as a dict and the dict key values would match to the named > params in the SQL > (allowing, perhaps, random order params?)
A future version of SAP DB will pass the parameter names back to the programming interface. These could then use this information to implement named access to parameters. Today, the programming interfaces would have to parse (well: tokenize) the SQL. This is something we generally try to avoid. > Anyway, it causes a crash if you try this. I'll fix it. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
