summary refs log tree commit diff stats
path: root/lib/frame_query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frame_query.cpp')
-rw-r--r--lib/frame_query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frame_query.cpp b/lib/frame_query.cpp index 3c4a3e8..11f0432 100644 --- a/lib/frame_query.cpp +++ b/lib/frame_query.cpp
@@ -73,7 +73,7 @@ namespace verbly {
73 73
74 case binding::type::string: 74 case binding::type::string:
75 { 75 {
76 sqlite3_bind_text(ppstmt, i, binding.get_string().c_str(), binding.get_string().length(), SQLITE_STATIC); 76 sqlite3_bind_text(ppstmt, i, binding.get_string().c_str(), binding.get_string().length(), SQLITE_TRANSIENT);
77 77
78 break; 78 break;
79 } 79 }