Allow retrieving the driver specific error code from DatabaseQueryExecutionException
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 31 Jul 2020 08:50:32 +0000 (10:50 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 31 Jul 2020 08:50:32 +0000 (10:50 +0200)
commit6b7e73a0ee38f3b4701c99b754da55f4514f7f31
tree3c5019e83490236ed7fb24495e9ab278207a6593
parent35bf6dfe611797e63093cdb120bb960fede70694
Allow retrieving the driver specific error code from DatabaseQueryExecutionException

A single ANSI SQLSTATE can indicate several distinct error conditions. The
driver code appears to be unique for MySQL.
wcfsetup/install/files/lib/system/database/exception/DatabaseQueryExecutionException.class.php