The option needs to go in

namespace DbMetal.Generator.Implementation.CodeTextGenerator
        protected virtual void WriteClass(CodeWriter writer, Table
table, Database schema, GenerationContext context)
                WriteClassChildren(writer, table, schema, context);
                WriteClassParents(writer, table, schema, context);
                WriteClassChildrenAttachment(writer, table, schema,
context);

If I comment out these lines i get what i need.

Got another bug report. The code generator is not returning "unsigned"
values for a column on TINYINT fields. I dont know about other numeric
types yet. I have a "-1" in my tinyint and it is returning "1".


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to