59
59
        // test basic_statement binding via stream operator
 
60
60
        sqlite::command c4( db, "INSERT INTO pets VALUES( ?, ? )" );
 
61
61
        c4 << "tessa" << 16 << sqlite::exec;
 
64
64
                sqlite::set_index( 1 ) << "tamara" << sqlite::exec;
 
66
66
        // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -