AnantLabs / codesmith

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

UnderScore (-) issue while generating table script. #486

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.While creating table and table col we use underscore in scehma like 
emp_details table name,Emp_Id, Emp_Name

2.When we generate the script it produce table Name as EmpDetails
and Col Name as EmpId and EmpName. It should be produce as table Name as 
Emp_Details and Col Name as Emp_Id and Emp_Name
3. I have used clear expression as ^\\w+_ but still it is not working.
I am using CodeSmith 5.2.2 Professional version.

What is the expected output? What do you see instead?
It should be produce as table Name as Emp_Details and Col Name as Emp_Id and 
Emp_Name

CodeSmith 5.2.2 Professional version

Please use labels and text to provide additional information.

Original issue reported on code.google.com by junedkha...@gmail.com on 10 Aug 2010 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 10 Aug 2010 at 1:23