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: tableName is empty if wfc.session != nil #10887

Merged
merged 2 commits into from
Apr 13, 2023

Conversation

mikutas
Copy link
Contributor

@mikutas mikutas commented Apr 12, 2023

Once wfc.session is initialized, tableName come to empty.

So added sqldb.GetTableName and made sqldb.CreateDBSession not to return tableName.

Fixes #10888

Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
@terrytangyuan terrytangyuan marked this pull request as ready for review April 13, 2023 13:38
@terrytangyuan terrytangyuan enabled auto-merge (squash) April 13, 2023 13:38
@terrytangyuan
Copy link
Member

terrytangyuan commented Apr 13, 2023

Thanks. Can you test it out and confirm it's working after the change?

@terrytangyuan terrytangyuan merged commit b904851 into argoproj:master Apr 13, 2023
@mikutas mikutas deleted the fix-tablename-empty branch April 14, 2023 07:20
terrytangyuan added a commit that referenced this pull request May 25, 2023
Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
Co-authored-by: Yuan Tang <terrytangyuan@gmail.com>
JPZ13 pushed a commit to pipekit/argo-workflows that referenced this pull request Jul 4, 2023
Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
Co-authored-by: Yuan Tang <terrytangyuan@gmail.com>
dpadhiar pushed a commit to dpadhiar/argo-workflows that referenced this pull request May 9, 2024
Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
Co-authored-by: Yuan Tang <terrytangyuan@gmail.com>
Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
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.

Failed to list old offloaded nodes" err="Error 1103 (42000): Incorrect table name ''
3 participants