PersistenceInfoProviderCore, FieldInfoProviderCore

Posts   
 
    
Rogelio
User
Posts: 221
Joined: 29-Mar-2005
# Posted on: 19-May-2006 03:13:42   

Frans,

I saw that you changed the Init method logic in the PersistenceInfoProviderCore to avoid some problem with the lenght of the method, however the FieldInfoProviderCore' s Init method was not changed and may be this method could generate the same problem.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 19-May-2006 08:30:39   

You're absolutely right! I'll fix that one too, completely forgot about this class when I fixed the other one. Good catch!

Frans Bouma | Lead developer LLBLGen Pro
Rogelio
User
Posts: 221
Joined: 29-Mar-2005
# Posted on: 21-May-2006 13:49:05   

Good.