jmac11 / googlecloudsql

Automatically exported from code.google.com/p/googlecloudsql
0 stars 0 forks source link

google_sql.sh tool bug #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use google_sql.sh  download from 
http://dl.google.com/cloudsql/tools/google_sql_tool.zip
2. connect to cloud sql via google_sql.sh 
3. type some character until it filled one line (screenshot 1)
4. try to move the cursor to the middle of the line and insert some characters. 
 (screenshot 2)
The line won't become multiline automatically,  but it will eat some characters 
on the screen. the newly input character did insert into the line, which can be 
confirm via the SQL response. It just not display correctly.

it happens both on linux, mac, and windows environment.

Please provide any additional information below.

Original issue reported on code.google.com by Luce...@gmail.com on 19 May 2013 at 5:29

Attachments:

GoogleCodeExporter commented 9 years ago
google_sql.sh tool has been deprecated in favor of the regular mysql client: 
https://developers.google.com/cloud-sql/docs/mysql-client

Original comment by t...@google.com on 30 Dec 2013 at 12:01