On Dec 17, 4:34 pm, Iñaki Baz Castillo <[email protected]> wrote: > El Jueves, 17 de Diciembre de 2009, Aman Gupta escribió: > > > require 'mysqlplus' > > class Mysql; alias :query :async_query; end > > I confirm that the second line is not required as 'query' method is already > re-defined in mysqlplus-0.1.1/ext/mysql.c: > > rb_define_method(cMysql, "query", query, 1);
But is it defined to be the same as async_query? Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
