How to handle queries with multiple return values #111
mephenor
started this conversation in
Release 2.1
Replies: 2 comments
-
As a general case, only unique values returned from queries are processed now and in case of ambiguity, the results are dropped. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this to a discussion as it does not really state a resolvable issue or feature request. To me, this primarily raises the point that the ModelPolisher is lacking a comprehensive documentation of what it actually does to a model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some ids getFomula and getCharge return a ResultSet with more than one entry (possibly for other queries too).
Some investigation is needed as to whether this entries are unique.
However, if these are indeed different results, how should we deal with them?
Beta Was this translation helpful? Give feedback.
All reactions