Wrong test of query result

Issue #46 resolved
Former user created an issue

Originally reported on Google Code with ID 46 ``` At about line 1944 (version 1.8.7), the test for query result seems illogic: .... if($isSelect && $result) { if($isSelect) .....

The effect is that any non-select query results in an error message; while a select query that returns 0 rows is signalled as a syntax error.

```

Reported by `giorgio.difalco` on 2011-07-16 08:05:35

Comments (2)

  1. Log in to comment