We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This came up during our 12.2 to 12.8 migration
Before 12.3 OpenEdge wrongfully interpreted ascending(x) as asc(x), see https://community.progress.com/s/article/Compiler-interprets-ASCENDING-as-ASC-function.
We found code where the ASC function had been expanded incorrectly to ASCENDING. OpenEdge 12.2 did not have any issues with that.
Maybe this could be part of a "code migration rule set", it could help fixing this kind of issue before the actual migration.
The text was updated successfully, but these errors were encountered:
Yes, easy to implement, and makes sense to have issues reported in this case.
Sorry, something went wrong.
Merged in develop branch
gquerret
No branches or pull requests
This came up during our 12.2 to 12.8 migration
Before 12.3 OpenEdge wrongfully interpreted ascending(x) as asc(x), see https://community.progress.com/s/article/Compiler-interprets-ASCENDING-as-ASC-function.
We found code where the ASC function had been expanded incorrectly to ASCENDING.
OpenEdge 12.2 did not have any issues with that.
Maybe this could be part of a "code migration rule set", it could help fixing this kind of issue before the actual migration.
The text was updated successfully, but these errors were encountered: