[svn:parrot] r41252 - trunk/examples/nci

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sun Sep 13 16:58:03 UTC 2009


Author: NotFound
Date: Sun Sep 13 16:58:01 2009
New Revision: 41252
URL: https://trac.parrot.org/parrot/changeset/41252

Log:
[examples] skip the step still not working in mysqltest

Modified:
   trunk/examples/nci/mysqltest.pir

Modified: trunk/examples/nci/mysqltest.pir
==============================================================================
--- trunk/examples/nci/mysqltest.pir	Sun Sep 13 16:40:46 2009	(r41251)
+++ trunk/examples/nci/mysqltest.pir	Sun Sep 13 16:58:01 2009	(r41252)
@@ -74,12 +74,16 @@
 
 # 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


More information about the parrot-commits mailing list