Closed r-work closed 3 years ago
Should be fixed in https://github.com/martinjw/dbschemareader/releases/tag/2.7.9.0
Thanks for the quick fix. However, it still quotes column names when writing comments:
COMMENT ON COLUMN dbo.access_restriction."id" IS 'Unique Id for this item';
Also, nuget version is wrong i think. (still says 2.7.8).
Works a expected, thanks for the fix.
When setting EscapeNames to false, some names are still escaped/quoted.
Consider the following code:
it comes out something like this:
What's wrong? When writing tables it doesn't quote anything (correct). When writing indexes it quotes everything (incorrect). When writing comments it quotes the column name only (incorrect).
Schema is read from SQL server if that means anything.