Open
Description
The documentation for SQL-specific requests and responses does not include an example for unprepare()
method for prepared statements. This can lead to problems because until the unprepared() function is called on a prepared statement, the memory it uses will not be freed.