CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

TODO Deallocate prepared statements

Open jim-parry opened this issue 6 years ago • 2 comments

Database/SQLite3/PreparedQuery::_execute(..) has todo note... finalize()

jim-parry avatar Sep 27 '18 17:09 jim-parry

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.

lonnieezell avatar Nov 13 '18 14:11 lonnieezell

Postgres has deallocate too

puschie286 avatar Nov 22 '18 13:11 puschie286

Closed by #6665

kenjis avatar Oct 17 '22 21:10 kenjis