Below... On Tue, 2009-06-09 at 02:25 -0700, [email protected] wrote: > My mySql db has a table that has two foreign keys in the same table > and I think it might be messing it up. > > I kept getting storage = null errors whenever i tried a statement like > this: ... > I looked in my generated .cs file (from my newly compiled dbMetal.exe) > and i found two instances (my two fk's) that looked like this: > > [Association(Storage = null, OtherKey = "PlayerID", Name = > "playeritem_table_ibfk_2")] > [DebuggerNonUserCode] > public EntitySet<PlayerItemTable> PlayerItemTable > { > get;set; > }
This looks rather like a DbMetal.exe bug, quite likely within the MySQL support code. Anybody around with access to MySQL that wants to look into this? - Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
