-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
P1P1 bugP1 bugbugSomething isn't workingSomething isn't workingfixed-pending-releaseFix in upcoming releaseFix in upcoming release
Milestone
Description
- SqlPackage or DacFx Version:
- .NET Framework (Windows-only) or .NET Core:
- Environment (local platform and source/target platforms):
Steps to Reproduce:
- Create a database with a procedure with a special character which will fail to serialize to xml (TODO: add a sample script for the procedure)
- Export the database to bacpac
Expected: export either successfully create the bacpac to fails and show a meaningful error for user
Actual: export fails but it creates the bacpac and logs shows export completed successfully. user sees an error in the console:
Exporting data from database
Exporting data
*** Error exporting database:The surrogate pair (0xDBA4, 0x69) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF).
Did this occur in prior versions? If not - which version(s) did it work in?
(DacFx/SqlPackage/SSMS/Azure Data Studio)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1P1 bugP1 bugbugSomething isn't workingSomething isn't workingfixed-pending-releaseFix in upcoming releaseFix in upcoming release