Right now, I'll duplicate the MySQL lib functionality for consistency. I'll test alternative features before proposing change to the DB API. Or maybe it's better to keep the standard DB API lightweight and offer an alternative lib with more functionalities? Anyway it's too early to tell.
I did the changes on CVS. It was making sense.
I still have another question about automatic type conversion (db type to neko type), why is Mysql's longlong (a 64 bits integer) converted to a float?
Because there is no 64-bit integer in Neko :) Nicolas -- Neko : One VM to run them all (http://nekovm.org)
