On Dec 28, 8:08 am, Iñaki Baz Castillo <[email protected]> wrote: > El Lunes, 28 de Diciembre de 2009, Jeremy Evans escribió: > > > As you can see, it's a problem with the ruby-mysql driver. > > Yes, I expected that it could be solved using mysqlplus, but same occurs :( > > > There's > > nothing Sequel can do about it. You could try using the DataObjects > > adapter and see if that works better in this case. However, that > > adapter doesn't have native prepared statement support. > > Does it mean that Sequel 'prepare' would fail?
No, it means that the prepared statement will be emulated, instead of using the native database support. Emulated prepared statements should operate the same as native ones, but may have different performance characteristics. 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.
