Yeah, but IMO the coherence in sqlscrptis must be a priority. Then you have three choices: - Change rest of scripts (mssql,postgree,mysql..), better but more work. - Commit only the changes, and to modify the 3rd test to do it coherent with the data (if it is necessary changing the tables of such test).
After this, commit it! Thanks Mattew! :-) On Mon, Sep 15, 2008 at 7:49 PM, Matthew Snyder <[EMAIL PROTECTED]>wrote: > > Bam! All three tests work on Oracle. There were pieces of the > Northwind schema that weren't in create_Northwind_ora.sql. I guess > I'll put those additions and the change I made above into a commit? > > On Sep 15, 1:17 pm, Matthew Snyder <[EMAIL PROTECTED]> wrote: > > My mistake on that, I forgot to re-run my tests. For Oracle, the first > > two ReferenceLoading tests are working, the last one isn't. So we're > > definitely getting there! :-) > > > > On Sep 15, 12:59 pm, "Pablo Iñigo Blasco" <[EMAIL PROTECTED]> wrote: > > > > > On Mon, Sep 15, 2008 at 6:52 PM, Matthew Snyder > > > <[EMAIL PROTECTED]>wrote: > > > > > > The way I was seeing it, GetEntityRefAssociations is iterating over > > > > all public properties, including the ones that are EntitySets, and > the > > > > fact that a property like nwind.Customers.Orders has an > > > > AssociationAttribute throws it off because we can't know if the > > > > associated field is an EntityRef<> until we find its column name. And > > > > since that isn't there for the EntitySet we're iterating over, that's > > > > where the exception is coming from. > > > > > Yeah, that's absolutely right. Excuse me. "What someone write is > different > > > to what someone think" ^^ > > > But with your solution it seems to be solved. Why it's failing for > Oracle > > > and it is running fine for MySql? > > > > > > > -- Saludos. Pablo Iñigo Blasco . --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
