Announcement

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

    OperatorId enum missing IBETWEEN

    Hi,
    Looks like there is missing IBETWEEN enum in OperatorId.java although IBETWEEN_INCLUSIVE is present.
    Thanks,
    MichalG
    SmartClient Version: v11.1p_2017-07-20/LGPL Development Only (built 2017-07-20)

    #2
    Seems to be there as expected. Are you looking at some other set of docs? Possibly you are using an old cached copy?

    Comment


      #3
      There is BETWEEN and BETWEEN_INCLUSIVE, right. There is also IBETWEEN_INCLUSIVE (case insensitive).
      What seems to be missing is IBETWEEN (case insensitive), although there is such an operator in DataSourceField.js defined and could be used if only you set validOperators via setAttribute().
      Thanks
      MichalG

      Comment


        #4
        This has been resolved in SGWT 4.1p and newer releases, and the fix will be in the nightly builds dated 2017-07-29 and beyond.

        Comment


          #5
          Verified in 2017-07-30 LGPL.
          Thanks,
          MichalG

          Comment

          Working...
          X