Skip to content

(FM-5021) Escaping identifiers when creating a database#222

Merged
jpogran merged 1 commit intopuppetlabs:masterfrom
glennsarti:fm-5021-escape-db-names
Jun 23, 2017
Merged

(FM-5021) Escaping identifiers when creating a database#222
jpogran merged 1 commit intopuppetlabs:masterfrom
glennsarti:fm-5021-escape-db-names

Conversation

@glennsarti
Copy link
Copy Markdown
Contributor

Previously the name of file and log files were not escaped properly which caused
SQL Server to interpret incorrectly. The dashes in the name were being seen as
a minus operator. This commit changes the name of the Log and File files to be
seen as strings instead of identifiers. This commit also updates the spec tests
to expect these names to be escaped.

Previously the name of file and log files were not escaped properly which caused
SQL Server to interpret incorrectly.  The dashes in the name were being seen as
a minus operator.  This commit changes the name of the Log and File files to be
seen as strings instead of identifiers.  This commit also updates the spec tests
to expect these names to be escaped.
@jpogran jpogran merged commit e71b76f into puppetlabs:master Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants