Opened 5 years ago
Closed 5 years ago
#389 closed Defect (fixed)
get_entities_from_metadata generates invalid SQL
| Reported by: | kevinjardine | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | 1.0 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
It's great that the owner_guid parameter of get_entities_from_metadata can be an array.
However, if owner_guid is an empty array, the function generates invalid SQL. Instead it should return an empty array.
I can check that in my code for now, but logically that case should be handled properly by the API.
Change History (1)
comment:1 Changed 5 years ago by marcus
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [svn:2158]) Closes #389