Re: Using PN_MAP Data Types

2013-07-19 Thread Rafael Schloming
The pn_data_lookup function provides some convenience for working with PN_MAPs, but as you say it is really just an associate list, i.e. an alternating sequence of key/value pairs. Technically you can use any value as a key, but the protocol restricts certain maps to be symbol or string keyed depen

Using PN_MAP Data Types

2013-07-18 Thread Frank Quinn
Hi Folks, I spotted your PN_MAP data type and I'm not sure what to do with it. I couldn't see anything which made PN_MAP behave any differently than any other container. I couldn't see any behaviour that implied lookup by key, and I couldn't find anything which handled inserting pairs or hashin