Re: [Activewarehouse-discuss] Fwd: problems using bulk_import (to mysql on win xp)

2008-02-20 Thread Paul Cortens
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Rønn-Jensen Sent: Wednesday, February 20, 2008 3:27 AM To: activewarehouse-discuss@rubyforge.org Subject: Re: [Activewarehouse-discuss] Fwd: problems using bulk_import (to mysql on win xp) Hi Paul Thanks for putting effort into this

Re: [Activewarehouse-discuss] Fwd: problems using bulk_import (to mysql on win xp)

2008-02-20 Thread Jesper Rønn-Jensen
Hi Paul Thanks for putting effort into this strange weird behaviour. The change you suggest, however, makes no difference for me. I still get the same error. I'm including stack trace below signature. /Jesper On Feb 20, 2008 8:51 AM, Paul Cortens wrote: > I think I have made some progress. I a

Re: [Activewarehouse-discuss] Fwd: problems using bulk_import (to mysql on win xp)

2008-02-19 Thread Paul Cortens
That should be real_connect() not real_reconnect(). If anyone is wondering where these method names are coming from, take a look here: http://tmtm.org/en/mysql/ruby/ Paul On Feb 19, 2008 11:51 PM, Paul Cortens <[EMAIL PROTECTED]> wrote: > I think I have made some progress. I added one line to

Re: [Activewarehouse-discuss] Fwd: problems using bulk_import (to mysql on win xp)

2008-02-19 Thread Paul Cortens
I think I have made some progress. I added one line to mysql_adapter.rb in the adapter extensions plugin: Index: ../../lib/adapter_extensions/connection_adapters/mysql_adapter.rb === --- ../../lib/adapter_extensions/connection_adapte

Re: [Activewarehouse-discuss] Fwd: problems using bulk_import (to mysql on win xp)

2008-02-19 Thread Paul Cortens
Hi, I did some hacking around with the tests for the mysql-2.7 gem, and I can get it to do a bulk import without an error. I didn't go through all of the options (like delimited by, etc). However, when I tried running the adapter_extensions tests, I got errors. I even tried overriding the execute

[Activewarehouse-discuss] Fwd: problems using bulk_import (to mysql on win xp)

2008-02-15 Thread Marty Haught
-- Forwarded message -- From: Chris Williams <[EMAIL PROTECTED]> Date: Fri, Feb 15, 2008 at 5:09 PM Subject: Re: [Activewarehouse-discuss] problems using bulk_import (to mysql on win xp) To: Marty Haught <[EMAIL PROTECTED]> I just did a gem list on my windows box and this is what