jonpryor / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
0 stars 0 forks source link

Is there any way to prevent column name manipulation ? #286

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the DBmetal tool to generate entities using the Ingres provider.

What is the expected output? What do you see instead?
The tool is replacing some characters in the column names, for example we have 
a table that has a column named "studybreakstart" and another column named 
"studybreak_start", and it appears the "_" is being stripped from the output, 
which result in duplicate object definitions. Is there any way one can turn off 
this column name manipulation and have it generate columns and tables exactly 
as they appear in the database schema ?

What version of the product are you using? On what operating system?
DBLinq 0.20.1 / Windows 7

Original issue reported on code.google.com by mfiguer...@gmail.com on 6 Oct 2010 at 3:26