Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    SQL Servers are double-counted in 3.141x

    ~~Bugs~~
    2
    4
    2024
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Rob Fitzpatrick
      Rob Fitzpatrick last edited by Rob Fitzpatrick

      dc/dashboard.p:

      case  _Connect-type:
      ...
        when "sqsv"  then tt_Dashboard.con_sqlServ = tt_Dashboard.con_sqlServ + 1.
      ...
      end.   //case
      if _Connect-type begins "SQSV" then tt_Dashboard.con_SQLServ = tt_Dashboard.con_SQLServ + 1.
      

      This may also be in previous versions; I haven't checked.

      tom 1 Reply Last reply Reply Quote 0
      • tom
        tom administrators @Rob Fitzpatrick last edited by

        That's kind of dumb. Who the heck coded that?

        Rob Fitzpatrick 1 Reply Last reply Reply Quote 0
        • Rob Fitzpatrick
          Rob Fitzpatrick @tom last edited by

          @tom said in SQL Servers are double-counted in 3.141x:

          That's kind of dumb. Who the heck coded that?

          case statements are hard. 😛

          1 Reply Last reply Reply Quote 0
          • tom
            tom administrators last edited by

            Looks like it dates back to pt3.3n.

            It is fixed now.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post