diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-01-06 04:30:23 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-01-06 04:30:23 +0100 |
commit | ffd8b5976af7e80425c7cf043528212528877b16 (patch) | |
tree | bc61825df9b2a4c62e07495c1f4215d6ec98739a | |
parent | 449fa0a2347b90b82bfd152332abe1d53b255fc8 (diff) |
Oops, re-added st.execute.
-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()) { |