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

V3.52 bug with SQL not working

forums forums SQLyog SQLyog: Bugs / Feature Requests V3.52 bug with SQL not working

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8143
      pbwebguy
      Member

      I looked forward to updates with version 3.52 but had to revert back to an eariler version. It appears that webyog is mucking with the SQL statement before passing it to the database. It appears that webyog sees various column names as special words (i.e. status) and highlights them in the text editor. Here is a statement that never works in 3.52 but works perfectly fine everywhere else.

      Quote:
      UPDATE order SET status=200 WHERE order_id=5;
    • #14832
      Ritesh
      Member

      Try :

      Quote:
      UPDATE order SET `status`=200 WHERE order_id=5;
Viewing 1 reply thread
  • You must be logged in to reply to this topic.