Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Bug At Custom Filter

forums forums SQLyog SQLyog: Bugs / Feature Requests Bug At Custom Filter

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #12744
      pest
      Member

      Hi Webyog!

      I'm using SQLYog v10.11.

      There is a bug at the custom filter function.

      Step 1:

      Building a filter by these two columns is working fine:

      moduleId = 788

      protocolId = NULL

      Step 2:

      Adding a third column:

      protocolName LIKE “LO2%”

      results in a wrong result set. When opening the custom filter again the definition is

      moduleId LIKE 788%

      protocolId = NULL

      protocolName LIKE “LO2”

      instead of

      moduleId = 788

      protocolId = NULL

      protocolName LIKE “LO2%”

      Thanks,

      pest

Viewing 0 reply threads
  • You must be logged in to reply to this topic.