diff options
Diffstat (limited to 'lib/preposition.cpp')
| -rw-r--r-- | lib/preposition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/preposition.cpp b/lib/preposition.cpp index 8df13aa..cea9165 100644 --- a/lib/preposition.cpp +++ b/lib/preposition.cpp | |||
| @@ -83,7 +83,7 @@ namespace verbly { | |||
| 83 | 83 | ||
| 84 | case binding::type::string: | 84 | case binding::type::string: |
| 85 | { | 85 | { |
| 86 | sqlite3_bind_text(ppstmt, i, binding.get_string().c_str(), binding.get_string().length(), SQLITE_STATIC); | 86 | sqlite3_bind_text(ppstmt, i, binding.get_string().c_str(), binding.get_string().length(), SQLITE_TRANSIENT); |
| 87 | 87 | ||
| 88 | break; | 88 | break; |
| 89 | } | 89 | } |
