google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

Copy Row(s) as SQL doesn't use appropriate table name #838

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
-> What steps will reproduce the problem?
1. Go to "Browse & Search" tab
2. Right click a row
3. Use "Copy Row(s) as SQL"
4. Paste it somewhere

-> What is the actual output?
The SQL code always uses "someTable" instead of table's name.

-> What is the expected output?
It should use table's name.

-> What version of the product are you using? On what target Application? On 
what operating system?
Extension Version = 0.8.1
Application = Firefox 28.0
OS = Windows XP SP3

Original issue reported on code.google.com by Loiroor...@gmail.com on 28 Mar 2014 at 6:56