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

fix: DefaultQuoteStrategy not Oracle db compatible #11713

Open
wants to merge 1 commit into
base: 2.20.x
Choose a base branch
from

Conversation

jjjb03
Copy link

@jjjb03 jjjb03 commented Nov 12, 2024

  1. Oracle enforces non-quoted column aliases to start with an alphabetic character
  2. by prefixing the length limit is exceeded again

see list of Database Object Naming Rules, Point 6 at https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Database-Object-Names-and-Qualifiers.html

I guess this is a valid approach for all databases?

This was also addressed in #1600, #4610, #5607

FIXES DDC-2733/#3476

a. Oracle enforces non-quoted column aliases to start with an alphabetic character

  see list of Database Object Naming Rules, Point 6 at https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Database-Object-Names-and-Qualifiers.html

b. by prefixing the length limit is exceeded again
@curry684
Copy link

Database platform should be abstracted by the DBAL and not require changes at the ORM level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants