Skip to content

Java output binding - empty string is upserted as NULL #517

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

Closed
lucyzhang929 opened this issue Nov 16, 2022 · 1 comment
Closed

Java output binding - empty string is upserted as NULL #517

lucyzhang929 opened this issue Nov 16, 2022 · 1 comment
Labels
Milestone

Comments

@lucyzhang929
Copy link
Contributor

Microsoft.Azure.WebJobs.Extensions.Sql.Tests.Integration.SqlOutputBindingIntegrationTests.AddProductParamsTest(id: 0, name: "", cost: 0, lang: PowerShell) [FAIL]

When executing scalar select Name from Products where ProductId=0
Expected: (System.String)
Actual: (System.DBNull)

Same issue as PowerShell (#443)

@lucyzhang929 lucyzhang929 added bug Something isn't working output-binding java labels Nov 16, 2022
@lucyzhang929 lucyzhang929 changed the title Java output binding - empty string is upesrted as NULL Java output binding - empty string is upserted as NULL Nov 28, 2022
@lucyzhang929
Copy link
Contributor Author

Issue in Java worker: Azure/azure-functions-java-worker#683

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants