Problem ( large problem ) with date fields after 4.0.x to 4.1.x upgrade

2005-11-08 Thread Daniel Kasak
Greetings. I thought I'd run this one by the list before panicing and submitting a bug report. A couple of weeks ago, I did a mysqldump of all our databases, uninstalled 4.0.something, did a clean install of 4.1.14, and imported from our backups. As far as I could see, the upgrade went

Re: Problem ( large problem ) with date fields after 4.0.x to 4.1.x upgrade

2005-11-08 Thread Jim Winstead
On Wed, Nov 09, 2005 at 02:06:59PM +1100, Daniel Kasak wrote: Background on data: mysql select ID, Loc_FK, BatchNo, EAPDate from EAPosting where Loc_FK=7249; +---++-++ | ID| Loc_FK | BatchNo | EAPDate| +---++-++ |

Re: Problem ( large problem ) with date fields after 4.0.x to 4.1.x upgrade

2005-11-08 Thread Daniel Kasak
Jim Winstead wrote: On Wed, Nov 09, 2005 at 02:06:59PM +1100, Daniel Kasak wrote: Background on data: mysql select ID, Loc_FK, BatchNo, EAPDate from EAPosting where Loc_FK=7249; +---++-++ | ID| Loc_FK | BatchNo | EAPDate|