Skip to content

Commit

Permalink
[examples] skip the step still not working in mysqltest
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@41252 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
NotFound committed Sep 13, 2009
1 parent 0cd53be commit 6174fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/nci/mysqltest.pir
Expand Up @@ -74,12 +74,16 @@ finish:

# Testing prepared statement

# Skipping, still not working
.return()

.local pmc stmt
stmt = m.'prepare'('select * from hello where foo = ?')
$I0 = stmt.'param_count'()
print 'Param count: '
say $I0

say 'Closing...'
$I0 = stmt.'close'()
print 'Close result: '
say $I0
Expand Down

0 comments on commit 6174fe5

Please sign in to comment.