Skip to content

Conversation

glennsarti
Copy link
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