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: remove max_identifier_length override #317

Merged
merged 2 commits into from
Feb 16, 2024
Merged

Conversation

BuonOmo
Copy link
Collaborator

@BuonOmo BuonOmo commented Feb 16, 2024

This is no longer necessary as CRDB now supports
SHOW max_identifier_length, which is the same as PostgreSQL's adapter implementation.

Fixes #260

This is no longer necessary as CRDB now supports
`SHOW max_identifier_length`, which is the same as
PostgreSQL's adapter implementation.

Fixes #260
@rafiss rafiss merged commit 0fe2427 into master Feb 16, 2024
1 check failed
@rafiss rafiss deleted the fix/max-identifier-length branch February 16, 2024 22:26
BuonOmo added a commit that referenced this pull request May 1, 2024
- Enable precision support ([#318](#318))
- Support arbitrary max identifier length ([#317](#317)).
- Fix `#schema_names` not to return `crdb_internal` ([#316](#316))
@BuonOmo BuonOmo mentioned this pull request May 1, 2024
rafiss pushed a commit that referenced this pull request May 4, 2024
- Enable precision support ([#318](#318))
- Support arbitrary max identifier length ([#317](#317)).
- Fix `#schema_names` not to return `crdb_internal` ([#316](#316))
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.

Update max_identifier_length length to 128
2 participants