]> xenbits.xensource.com Git - osstest.git/commitdiff
Executive: support OSSTEST_TCL_JOBDB_DEBUG - fix db-execute-array really
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 14 Feb 2013 14:35:37 +0000 (14:35 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 14 Feb 2013 14:35:37 +0000 (14:35 +0000)
tcl/JobDB-Executive.tcl

index b612527249148b7860ece6c93283bcfb2e6e5211..ad13cbdf4d8411fb8601206ce5bec1dd04810ddb 100644 (file)
@@ -125,7 +125,7 @@ proc db-execute {stmt} {
     db-execute-debug $stmt
     uplevel 1 [list pg_execute dbh $stmt]
 }
-proc db-execute-array {stmt arrayvar args} {
+proc db-execute-array {arrayvar stmt args} {
     db-execute-debug $stmt
     uplevel 1 [list pg_execute -array $arrayvar dbh $stmt] $args
 }