summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test9.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test9.cpp b/tests/test9.cpp
index 62e17dc..bbcddb6 100644
--- a/tests/test9.cpp
+++ b/tests/test9.cpp
@@ -52,7 +52,7 @@ static THREAD_FUNC_DECL produce( void *thread_data )
try {
connection c( "test9.db" );
- c.prepare( "ins", "insert into x values( ? )" )( "text", sqlite3xx::prepare::treat_direct );
+ c.prepare( "ins", "insert into x values( ? )" )( "integer", prepare::treat_direct );
for( int i = 0; i < NOF_PRODUCER_TRANSACTIONS; i++ ) {
work t( c, "ins" );