How do I make an IRIS list/array property queryable per-element in SQL, without updates rewriting the whole list? (stackoverflow.com)stack
26 points by Svetik May in stackoverflow.com · 1h ago · stack
I’ve got a CRM.Contact class where each contact has multiple phone numbers plus some free-form metadata. started with the obvious thing: Class CRM.Contact Extends (%Persistent, %Populate) { Property FullName As %String(MAXLEN = 100); Property PhoneNumbers As list Of %String; Pro…
filed under intersystems-cacheintersystems-iris