pear / DB

http://pear.php.net/package/DB
9 stars 33 forks source link

Define invalid view error and also include deadlock and lockwait erro… #11

Closed seamuslee001 closed 2 years ago

seamuslee001 commented 3 years ago

…r numbers in the mysql and mysqli error map and fix the incorrectly mapped DIVIDE BY ZERO error

This does 2 things

1) it defines an invalid view error 2) It adds in the DEADLOCK and Lockwait timeout errors into mysqli and mysql mapping and fixes the incorrect mapping of error number for DIVIDE_BY_ZERO as per https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html DIVIDE_BY_ZERO in MySQL is 1365 not 1356 and 1356 is the Invalid view error

seamuslee001 commented 3 years ago

ping @ashnazg

seamuslee001 commented 3 years ago

@ashnazg anything more needed on this?

ashnazg commented 2 years ago

Released in v1.11.0.

seamuslee001 commented 2 years ago

thanks @ashnazg