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. * 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. As well, does anyone knows if ADO.rb is going (or is already maybe somewhere ?) to be included in the standard Ruby distribution ? cheers Thibaut _______________________________________________ Activewarehouse-discuss mailing list Activewarehouse-discuss@rubyforge.org http://rubyforge.org/mailman/listinfo/activewarehouse-discuss