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

Error handler rule was not implemented in a SQL Statement context in … #594

Merged
merged 4 commits into from
Aug 3, 2022

Conversation

iroqueta
Copy link
Collaborator

…Java.

Issue: 72730

@iroqueta iroqueta requested a review from ggallotti July 15, 2022 20:58
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

else
{
try {
AbstractGXConnection conn = new DefaultConnectionProvider().getConnection(context, handle, "DEFAULT", true, true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be sure. Shouldn't we use "datasource" string instead of "DEFAULT"? Ignore if not relevant.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good advice. SQL commands only execute in DEFAULT datastore, but if we change the name it's better that not to be hardcoded

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@iroqueta iroqueta merged commit 3b57117 into master Aug 3, 2022
@iroqueta iroqueta deleted the ErrorHandlerSQLCommand branch August 3, 2022 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants