Hi,
here are two kinds samples of rename files in the source code (in
src/DbMetal):
- xml files (DbMetal specific), pgsqlFieldRenames.xml
and oraFieldRenames.xml
- DBML files (I started to implement something to get closer to the original
SqlMetal), like NorthwindRename.dbml

There are still some problems, but it works fine for columns and classes
(less fine for associations).

Pascal.

jabber/gtalk: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]



On Thu, Dec 11, 2008 at 17:57, Adam Tauno Williams
<[EMAIL PROTECTED]>wrote:

>
> I've just started trying out DbLinq,  I can generate source for my
> database without issue.  But I'd like to clean up how the schema is
> presented;  DbMetal has the option:
>        /aliases:<file>                    Use mapping file.
> But I can't find any docs on how to construct such an alias file;  I
> assume I must be googling the wrong terms.   I thought perhaps I needed
> to make a DBML file and then process that, like -
>
>  mono DbMetal.exe /provider=PostgreSql \
>  /conn="database=OGo;username=OGo;host=localhost"  \
>  /dbml=OGoDB.dbml -database:OGo \
>  -namespace:Org.OpenGroupware /entityBase:OGoEntity
>
> - but the file it generated is extremely sparse (which is possibly
> correct, I guess).
>
>
> >
>

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