chandrasis / php-handlersocket

Automatically exported from code.google.com/p/php-handlersocket
0 stars 0 forks source link

error return value for executeUpdate when the row not exist #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 update a row not exists in the database use executeUpdate,
the return value is "1" as the same as update success.
But the handlersocket return "0 1 0" when I use socket version
client.

What is the expected output? What do you see instead?
The expected output is "0" as described in the handlersocket protocal.
The executeUpdate method should return the updated rows if no error occur.

What version of the product are you using? On what operating system?
version 0.0.7 + centos 5.3

Please provide any additional information below.
when I use the php native version 
client(http://openpear.org/package/Net_HandlerSocket), it's correct.

Original issue reported on code.google.com by shusheng...@gmail.com on 23 Mar 2011 at 2:38

GoogleCodeExporter commented 8 years ago
sorry, this bug has been fixed in version 0.0.7. I confuse the running version. 
This bug exists in version 0.0.3. So I think it's need to add version 
information for this package in phpinfo.

Original comment by shusheng...@gmail.com on 24 Mar 2011 at 8:29