PlasmaPHP / driver-mysql

The plasma driver for MySQL / MariaDB.

Home Page:https://plasmaphp.github.io/driver-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands leak exception

opened this issue · 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