EntityMappings missing square brackets around column names

Posts   
 
    
Posts: 2
Joined: 14-Nov-2012
# Posted on: 14-Nov-2012 22:59:15   

Hello,

I'm using NHIbernate and LLBLGen Pro 3.1 and wondering if there's a setting to have brackets around the column names. Currently I'm seeing this in my mappings:


<column name="CanvasID"/>

I would like to have this generated:


<column name="[CanvasID]"/>

Thanks for any input.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 15-Nov-2012 06:00:10   

You didn't post the build that you are using (http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7725), but I think you are using an old one as this was fixed some time ago: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=19753

So please update to the latest version and regenerate the code.

David Elizondo | LLBLGen Support Team
Posts: 2
Joined: 14-Nov-2012
# Posted on: 15-Nov-2012 19:08:05   

Thank you, upgrading to a newer build fixed the problem.