hiroyuki0415

Results 2 issues of hiroyuki0415

Could you please make it possible to query EntityKeyMetadata in the same way as entity metadata and attribute metadata? Or if it is already possible, please let me know how...

```sql SELECT w.name FROM workflow AS w INNER JOIN solutioncomponent AS sc ON w.workflowid = sc.objectid WHERE w.name = 'xxx' OR w.name = 'yyy'; ``` When I run the above...