From ffd8b5976af7e80425c7cf043528212528877b16 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 6 Jan 2011 04:30:23 +0100 Subject: Oops, re-added st.execute. --- music.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/music.cpp b/music.cpp index a3596fb..3e0ac14 100644 --- a/music.cpp +++ b/music.cpp @@ -107,6 +107,7 @@ std::vector music::find(std::map sear st.alloc(); st.prepare(query); st.define_and_bind(); + st.execute(true); std::vector results; while(st.fetch()) { -- cgit v1.2.3