Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert snake case to camel case in dao automatic generation tool. #355

Open
daisukenishino2 opened this issue Jan 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@daisukenishino2
Copy link
Member

daisukenishino2 commented Jan 8, 2020

Requirement

This need arises when the criteria of DDL is a snake case
and the criteria of programming language is a camel case.

Target of fix

In the measures to convert the table name and column name of the definition file, not only code but also generated SQL is changed, so I felt better to fix it at the code level.

https://github.com/OpenTouryoPoject/OpenTouryo/blob/develop/root/programs/CS/Frameworks/Tools/DaoGen_Tool/Form2.cs#L4311

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant