diff options
-rw-r--r-- | music.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ std::vector<MusicListing::p> music::find(std::map<std::string, std::string> sear st.alloc(); st.prepare(query); st.define_and_bind(); + st.execute(true); std::vector<MusicListing::p> results; while(st.fetch()) { |