Skip to content

[WIP] Fix synthetic column names for Oracle#18858

Closed
wendigo wants to merge 1 commit intotrinodb:masterfrom
wendigo:serafin/oracle-identifier-length
Closed

[WIP] Fix synthetic column names for Oracle#18858
wendigo wants to merge 1 commit intotrinodb:masterfrom
wendigo:serafin/oracle-identifier-length

Conversation

@wendigo
Copy link
Copy Markdown
Contributor

@wendigo wendigo commented Aug 30, 2023

Oracle 11 has a maximum identifier length of 32 which causes problem when the actual column name has the length that when suffixed with the nextSyntheticColumnId will cause synthetic column name identifier to exceed this limit.

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

Oracle 11 has a maximum identifier length of 30 which causes problem when the actual column name has the length that
when suffixed with the nextSyntheticColumnId will cause synthetic column name identifier to exceed this limit.
@cla-bot cla-bot Bot added the cla-signed label Aug 30, 2023
@wendigo wendigo closed this Sep 18, 2023
@wendigo wendigo deleted the serafin/oracle-identifier-length branch September 18, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants