]> git.ktnx.net Git - mpd-feeder.git/commit
fix two instances of hanging open statements
authorDamyan Ivanov <dmn@debian.org>
Thu, 11 Nov 2021 20:06:45 +0000 (20:06 +0000)
committerDamyan Ivanov <dmn@debian.org>
Thu, 11 Nov 2021 20:06:45 +0000 (20:06 +0000)
commit9495a65bec714a18a6329b68b55567917bcc21f3
treedbf280fee82451707022f7bb5623f05370d8d8d5
parente9d1a8e0c47037748c217b37db55d9ca7576cc2a
fix two instances of hanging open statements

when a cursor is exhausted with while (sth->fetch) {...} there is no
problem. Single row fetches, however need an explicit sth->finish or
the cursor remains open. this is not a big problem, but it is annoying
to see the warnings when the statement is reused (due to caching) or the
connection is shut down
bin/mpd-feeder