On 9/18/07, Thibaut Barrère <[EMAIL PROTECTED]> wrote: > Here's a bunch of issues I've spotted, related to adapter_extensions, > or to the way the databases work, anyway: > > * bulk load time-out on MySQL/Windows > > Only happens on MySQL/Windows. As soon as the file to bulk load is > bigger than the maximum packet size (see mysql startup variables), the > bulk ends up with "connection lost" or something similar. Pretty > annoying if you must increase the value as time passes (more data > etc). It may be purely related to the existing adapter.
It is an adapter issue. I actually tracked it down and I'm pretty sure I wrote up something on how to fix it, but I can't find it at the moment. I'll get back to you on it. > > * bulk load does not work at all on SQLServer > > Seems broken to me, the following patch fixes it at least partially: > - def do_bulk_load(file, table_name, options={}) > + def do_bulk_load(filename, table_name, options={}) > > Even after fixing this, I get various glitches (encoding issues etc) > but I did not look into it for the moment. Unfortunately I don't have a SQL Server instance up and running and easy to test on. I need to change that. > As well, does anyone knows if ADO.rb is going (or is already maybe > somewhere ?) to be included in the standard Ruby distribution ? I don't think it will, but I could be wrong. V/r Anthony -- Cell: 321 473-4966 Current Location: Berlin, Germany _______________________________________________ Activewarehouse-discuss mailing list Activewarehouse-discuss@rubyforge.org http://rubyforge.org/mailman/listinfo/activewarehouse-discuss