webyog / sqlyog-community

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solutions include SQL Diagnostic Manager for MySQL performance optimization and SQLyog for MySQL administration. More than 35,000 companies (including Amazon, IBM, Salesforce, AT&T, eBay, and GE) and 2.5 million users rely on Webyog's solutions to provide valuable insights into their databases. Webyog is an Idera, Inc. company.
https://webyog.com/
GNU General Public License v2.0
2.19k stars 322 forks source link

; + <cursor> + linebreak/EOF #1900

Open atulwy opened 9 years ago

atulwy commented 9 years ago

Original issue 1900 created by webyog on 2013-01-03T08:48:27.000Z:

ticket 154367:

Concluding a line like ...; + <cursor> + linebreak/EOF .. and pressing F9 executes the statement on the next line - if any (the ";" is the delimiter and it is expected behaviour).

However some users coming from a line-based console-like interface may expect it to execute the statement on current line.

I concluded the discussion like this: "I think I will conclude this discussion as a request to define "; + linebreak" as an implicit delimiter. We could add an option for "; + SPACE" and "; + TAB"as an 'implicit delimiters' as well."

(however, user's approach was a little different)

atulwy commented 9 years ago

Comment #1 originally posted by webyog on 2013-01-03T08:51:09.000Z:

I forgot to mention that Workbench did something similar recently following a complaint in bugs.mysql.com

atulwy commented 9 years ago

Comment #2 originally posted by webyog on 2013-01-03T09:01:36.000Z:

EOF = 'end of file'