Skip to content

PowerShell issue - empty string is upserted as NULL in DB #443

@VasuBhog

Description

@VasuBhog

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)

This seems to be due PowerShell worker that treats empty string as Null.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions