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

[SQL] 24.0.0 release patch fix truncation error #8438

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

ridz1208
Copy link
Collaborator

Brief summary of changes

Since the order in which the patches were run was changed by #8390. The statements in this PR which add the date_format cause a truncation error since they also "remove" the log_level enum option.

The patch that is run first now as patch _A already contains the date format and is thus sufficient to replace the statements removed here

I also renamed some files to make the archive run in the same order as the release patches

@ridz1208 ridz1208 added Category: Bug PR or issue that aims to report or fix a bug Critical to release PR or issue is key for the release to which it has been assigned labels Mar 10, 2023
@ridz1208 ridz1208 added this to the 24.1.3 milestone Mar 10, 2023
@driusan driusan merged commit 25fa0bb into aces:24.1-release Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug PR or issue that aims to report or fix a bug Critical to release PR or issue is key for the release to which it has been assigned
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants