Branch: Tag:

2000-04-30

2000-04-30 16:29:53 by Francesco Chemolli <li@kinkie.it>

Fixed syntax error bug.

Rev: lib/modules/Sql.pmod/mysql.pike:1.10

1:   /* -  * $Id: mysql.pike,v 1.9 2000/04/29 00:38:18 kinkie Exp $ +  * $Id: mysql.pike,v 1.10 2000/04/30 16:29:53 kinkie Exp $    *    * Glue for the Mysql-module    */      //.   //. File: mysql.pike - //. RCSID: $Id: mysql.pike,v 1.9 2000/04/29 00:38:18 kinkie Exp $ + //. RCSID: $Id: mysql.pike,v 1.10 2000/04/30 16:29:53 kinkie Exp $   //. Author: Henrik Grubbström (grubba@idonex.se)   //.   //. Synopsis: Implements the glue to the Mysql-module.
132: Inside #if constant(Mysql.mysql)
  {    if (!bindings)    return ::big_query(q); -  return ::big_query(.sql_util.emulate_bindings(q,bindings),this_object()); +  return ::big_query(.sql_util.emulate_bindings(q,bindings,this_object()));   }      #else /* !constant(Mysql.mysql) */   #error "Mysql support not available.\n"   #endif /* constant(Mysql.mysql) */