ok found something: @AttributeMetaModel.cs#160 the Dictionary is queried with TryGetValue(). the method returns true ( table is already added ) but the returned object seems to be broken because of AttributeMetaTable.cs#43: the string is checked if it is null, but string.isNullOrEmpty() would be better - also empty strings are not so cool :(
-- 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.
