Skip to content

Conversation

@dzsquared
Copy link
Contributor

Description

resolves #20

enables the code formatter to preserve T-SQL comments, including

-- comments leading any T-SQL

/* comments
that span
multiple lines */

-- single line comments anywhere in the code

/********************
gigantic multiline
masterpiece comments
**********/


/*** comments
-- where more comments
are nested within
***/

Code Changes

correcting logic in tests

single line comments handled correctly

next set of tests passing

comment inclusion defaults to false

cleanup debugging files

cleanup debugging output

extend tests

improve multi-comment handling
@madskristensen
Copy link

Well, this is exciting :)

@madskristensen
Copy link

Merge, merge, merge :)

@dzsquared
Copy link
Contributor Author

Merge, merge, merge :)

almost! there's a few more scenarios I'm getting sorted out.

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.

Provide an option in the SqlNNNScriptGenerator classes to preserve comments

3 participants