summaryrefslogtreecommitdiff
path: root/include/sqlite3xx/connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqlite3xx/connection.hpp')
-rw-r--r--include/sqlite3xx/connection.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sqlite3xx/connection.hpp b/include/sqlite3xx/connection.hpp
index 0d95a7e..c7c1069 100644
--- a/include/sqlite3xx/connection.hpp
+++ b/include/sqlite3xx/connection.hpp
@@ -71,6 +71,7 @@ class SQLITEXX_LIBEXPORT connection {
void prepare_param_declare( const string& stmt, const string& sqltype, prepare::param_treatment& treatment );
void prepared_reset( const string& name );
void prepare_setparam( const string& name, const int pos, const int value );
+ void prepare_setparam( const string& name, const int pos, const unsigned int value );
void prepare_setparam( const string& name, const int pos, const char* value );
void prepare_setparam( const string& name, const int pos, const double value );
void prepare_setparam( const string& name, const int pos, const long value );