CodeIgniter4
CodeIgniter4 copied to clipboard
TODO Deallocate prepared statements
Database/SQLite3/PreparedQuery::_execute(..) has todo note... finalize()
Looks like a common method needs implemented for all of our db libs to destroy the prepared query when we're done with it. SqLite has finalize, MySQL has deallocate and Postgres doesn't appear to have anything.
Postgres has deallocate too
Closed by #6665