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

CAY-2639 DBImport and DB name case sensitivity. Feature for choosing case-sensitive naming. #496

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

OlegKhodokevich
Copy link
Contributor

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):
image
image
Was fixed tokens creating and tests for SQLite because this database hadn't supported column modifying. https://www.sqlite.org/omitted.html

…er and test for case-sensitive naming. Added a button for using case-sensitive naming in modeler. The useCaseSensitive parameter allows to have in database case sensitive naming and convey its initial state. Added asciidoc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant