You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
https://qiita.com/okadabasso/items/8709f7265517a2292654
The text was updated successfully, but these errors were encountered: