Skip to content

Default Values in Mapping not parsed correctly #2

@rwil02

Description

@rwil02

e.g. Default value is '=DateAdd("d",1, Date())'
//Formula to use in MS Access
Should result in:
"('=DateAdd("d", 1, Date())')"
instead results in
"'=DateAdd"d", 1, Date'" //Improper character escaping and '(' and ')' are removed

Default set to a named default
e.g.
CREATE DEFAULT [dbo].[UW_ZeroDefault]
AS
0
GO

referenced as
DEFAULT ([dbo].fnSiteCode)

Includes (and fails to escape correctly) the "CREATE DEFAULT ...." text in every place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions