FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
30 stars 17 forks source link

Fix cql comparing quantity and date intervals with different precisions #368

Closed baseTwo closed 4 weeks ago

baseTwo commented 3 months ago

Additional cql unit test for comparing date intervals with different precisions

baseTwo commented 3 months ago

First PR was to create the unit test (currently ignored since we not getting the desired outcome). The next part is to discuss with @EvanMachusak and fix the issue

baseTwo commented 1 month ago

@ewoutkramer this is not a bug on our side, since that's just the way cql works. This makes determining high precision date interval within a low precision date interval impossible for now. This is something that you need to take up please

baseTwo commented 4 weeks ago

Works as per spec.