Hi Jiri

I have a question for you.  It looks like the generation of the delete 
statement has changed inside ef4.0.  (I'm not sure if it has changed, but 
I'm sure it is not the behavior i'm expecting)

When one is deleting a record with foreign navigation properties, it 
includes these properties inside the where clause of the deletestatement.

Table2 is a "detail" record of master "Table".

delete from "NEW_TABLE2"
where (("ID" = @p0) and ("NEW_TABLE_ID" = @p1))  > the part  behind the and 
is weird to me.  Btw, concurrencymode is set to none on all fields.

Alexander

 


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to