Re: generate tag not working

2009-09-03 Thread dannystommen
Michael, did you manage to take a look at it? Michael McCurrey-3 wrote: I'll take a look at it tonight Danny. Stay tuned. On Wed, Sep 2, 2009 at 12:02 AM, dannystommen da...@techconnect.nl wrote: Where can 1.6.3 be found? On ibatis.apache.org I can only find 1.6.2. I upgraded to

Re: generate tag not working

2009-09-03 Thread Michael McCurrey
Yes, but I should have asked what DB you were using.. Your Insert is might not working because your passing in your Insert map, but your ID Column/Property is defined in your Update Map. I also noticed that your column's and properties have different casing in them. There seems to be a bug in

Re: generate tag not working

2009-09-03 Thread dannystommen
Michael McCurrey-3 wrote: Yes, but I should have asked what DB you were using.. Database: MySQL 5.1 Michael McCurrey-3 wrote: Your Insert is might not working because your passing in your Insert map, but your ID Column/Property is defined in your Update Map. That's because the id