jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / everything · hot matching “intersystems-cache”

1 shown · updated 36s ago · read only
  1. 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…