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.18k stars 323 forks source link

lack of attention to detail in formatting #1109

Open atulwy opened 9 years ago

atulwy commented 9 years ago

Original issue 1109 created by webyog on 2009-06-28T16:03:36.000Z:

http://www.webyog.com/forums//index.php?showtopic=4729&view=getnewpost

DATA tab does: INSERT INTO students(last_name,first_name,grade,ethnic,sex) VALUES ( 'a','b','c','d','e'); (why a SPACE before 'a' ?)

RESULT tab does: INSERT INTO students(last_name,first_name,grade,ethnic,sex) VALUES('h','i','j','k','l'); (no SPACES around 'VALUES').

SPACES seem thrown randomly like from a space shuttle! It gives an amateurish impresssion!

atulwy commented 9 years ago

Comment #1 originally posted by webyog on 2011-03-01T14:57:46.000Z:

<empty>

atulwy commented 9 years ago

Comment #2 originally posted by webyog on 2011-05-03T09:38:29.000Z:

One more example of carelessness (9.1 pre-beta)

SELECT * FROM database.table ORDER BY column DESC LIMIT 100;