Yury Gerzhedovich created IGNITE-21505:
------------------------------------------
Summary: Sql. Improve test coverage for case-sensitivity for name
mapping
Key: IGNITE-21505
URL: https://issues.apache.org/jira/browse/IGNITE-21505
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Yury Gerzhedovich
During implementation of ticket IGNITE-16322 were added set of tests. However
added set of tests is insufficient.
Let's add the following test scenarios:
h3. SQL API / JDBC
* check that non-quoted object identifiers are accessible in case insensitive
form.
* check that quoted object identifiers are accessible only in quoted form.
* checks should also apply to metadata APIs as well.
h3. JDBC
* check that case-sensitivity rules for object and column names are consistent
with rules for SQL API.
* checks should also apply to metadata APIs as well.
h3. Table API
* check that non-quoted table names are accessible in case-insensitive form.
* check that quoted table names are accessible only in quoted form.
* check that tuple fields are accessible in both quoted (case-sensitively) and
unquoted (case-insensitive) forms.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)