OlegKhodokevich opened a new pull request #496: URL: https://github.com/apache/cayenne/pull/496
The feature was developed for work with case-sensitive naming (e.g. "name", "Name", "NAME"). Added a button for using case-sensitive naming in modeler. The useCaseSensitive option allows to have case sensitive naming (for tables, attributes etc) in database, if DB supports it, and passes its initial state. Added quoted identifier in loaders. Added asciidoc and test for case-sensitive naming. An example of naming that can be passed from the database (this is not an example of the correct naming rules but it shows program capabilities):   Was fixed tokens creating and tests for SQLite because this database hadn't supported column modifying. https://www.sqlite.org/omitted.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cayenne.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org