Buzzinoffbond / phpliteadmin

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

SQL tab doesn't show errors produced by select/pragma/explain keywords #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to SQL tab
2. Run `SELECT abc`
3. Phpliteadmin says "Showing 0 file(s)."

What is the expected output? What do you see instead?
It should say "ERROR: no such column: abc"

If issue 227 becomes Accepted, will fix it.

I am using
* phpLiteAdmin v1.9.4.1 
* PHP 5.4.17
* PDO
* SQLite version 3.7.7.1
* Apache 2.4.6
* Windows XP SP3

Original issue reported on code.google.com by Loiroor...@gmail.com on 3 Sep 2013 at 1:59

GoogleCodeExporter commented 9 years ago
Note: In point 3 Phpliteadmin says "Showing 0 row(s)". I am using a (bad) half 
translation file, so when I translated again to English it was wrong.

Original comment by Loiroor...@gmail.com on 3 Sep 2013 at 2:39

GoogleCodeExporter commented 9 years ago
Fixed with revision 1f93ebad304820b2418ed2231a4827a89bb0776a.

Original comment by crazy4ch...@gmail.com on 28 Dec 2014 at 2:14