Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    exception with DefaultOperators.BetweenInclusive

    SmartClient Version: SNAPSHOT_v13.1d_2024-07-10/Enterprise Deployment (built 2024-07-10)

    Hello, I just noticed that with the latest 13.1 I'm getting an exception:

    Code:
    The passed operator may only be of the type that takes a start and end value such as "between" etc.
    on this line of java code:

    Code:
    new DateRangeCriterion("DATA", DefaultOperators.BetweenInclusive, dataInizio, dataFine)

    #2
    This has been fixed in all affected branches of SmartClient (13.0+), as of the nightly builds dated 2024-07-13 and beyond.

    Comment


      #3
      SmartClient Version: SNAPSHOT_v13.1d_2024-07-13/Enterprise Deployment (built 2024-07-13)

      I can confirm it's fixed, thank you very much

      Comment

      Working...
      X