Actions
Bug #2979
closedcreate Union query to concatenate results from multiple entities
Start date:
10/09/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2979
Description
The motivation for this enhancement came from both Kepler (wanting to merge data from like-structured datatables in an EMLDataSource actor) and from the FIRST project where a similar function is desired (but across many different packages).
Implementation is intended to be a straightforward SQL union/union all between two or more Query objects.
Related issues
Updated by ben leinfelder about 17 years ago
created org.ecoinformatics.datamanager.database.Union
created org.ecoinformatics.datamanager.database.UnionTest (test source tree)
modified org.ecoinformatics.datamanager.DataManager to execute Union queries (just like existing normal Query)
Updated by ben leinfelder almost 15 years ago
this has long been resolved and is in use extensively in the FIRST project
Actions