AlexGruPerm / ws_ora

web service with cache for oracle db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add wildcard to ref tables names

AlexGruPerm opened this issue · comments

For example, instead of

"reftables" => ["msk_arm_lead.widget_meta_property",
                         "msk_arm_lead.widget_type"]  

we can use

"reftables" => ["msk_arm_lead.widget_*"]