You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible fix: function JDBSelector::j_db_selector_add_selector should take operator information as input and the backend function should use it to append two selectors (https://github.com/julea-io/julea/blob/master/backend/db/sql-generic.c#L1533 - 1547) instead of using the one attached to the first (or preceding) one.
A branch (#105) is added that contains a test case which has the above table and related code.
The text was updated successfully, but these errors were encountered:
Current implementation does not allow to form the following queries;
Table can be found at this link: https://github.com/SajadKarim/julea/blob/7e2768ce2cc7ba61691875d346cf004f4946fee3/test/db/operators.c.
Also, the details mentioned under heading “3.3.2 JDBSelector” in document "https://wr.informatik.uni-hamburg.de/_media/research:theses:benjamin_warnke_integrating_self_describing_data_formats_into_file_systems.pdf" does not support abovementioned query.
Possible fix: function JDBSelector::j_db_selector_add_selector should take operator information as input and the backend function should use it to append two selectors (https://github.com/julea-io/julea/blob/master/backend/db/sql-generic.c#L1533 - 1547) instead of using the one attached to the first (or preceding) one.
A branch (#105) is added that contains a test case which has the above table and related code.
The text was updated successfully, but these errors were encountered: