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

Issue #232 resolved
Former user created an issue

Originally reported on Google Code with ID 232

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

Reported by Loirooriol on 2013-09-03 01:59:58

Comments (2)

  1. Former user Account Deleted
    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.
    

    Reported by Loirooriol on 2013-09-03 02:39:46

  2. Christopher Kramer
    Fixed with revision 1f93ebad304820b2418ed2231a4827a89bb0776a.
    

    Reported by crazy4chrissi on 2014-12-28 14:14:23 - Status changed: Fixed - Labels added: Target-1.9.6

  3. Log in to comment