PlasmaPHP/driver-mysql

Commands leak exception

Opened this issue · 4 comments

When executing a command and an exception gets thrown while trying to bit the command together (e.g. wgen converting the values to binary for a prepared query).

Encoding commands to send to server fixed in ba34d52

Parsing messages [open]

Executing commands for server response [open]

Fixed in ca5af12