You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by GitBox <gi...@apache.org> on 2022/01/31 11:10:05 UTC

[GitHub] [cayenne] OlegKhodokevich opened a new pull request #495: CAY-2639 DBImport and DB name case sensitivity. Feature for choosing case-sensitive naming.

OlegKhodokevich opened a new pull request #495:
URL: https://github.com/apache/cayenne/pull/495


   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 parameter allows to have in database case sensitive naming (for tables, attributes etc) and pass 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):
   ![image](https://user-images.githubusercontent.com/71207387/151783123-46cda50b-0ad3-41b6-a19d-5ef6316e5127.png)
   ![image](https://user-images.githubusercontent.com/71207387/151783144-13a0f871-a62c-4dfe-bf63-6069b98f6b69.png)
   


-- 
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-unsubscribe@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cayenne] OlegKhodokevich closed pull request #495: CAY-2639 DBImport and DB name case sensitivity. Feature for choosing case-sensitive naming.

Posted by GitBox <gi...@apache.org>.
OlegKhodokevich closed pull request #495:
URL: https://github.com/apache/cayenne/pull/495


   


-- 
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-unsubscribe@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cayenne] OlegKhodokevich commented on pull request #495: CAY-2639 DBImport and DB name case sensitivity. Feature for choosing case-sensitive naming.

Posted by GitBox <gi...@apache.org>.
OlegKhodokevich commented on pull request #495:
URL: https://github.com/apache/cayenne/pull/495#issuecomment-1026866951


   There was a necessity to add a SQLite fix to create a column constraint query.


-- 
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-unsubscribe@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org