diff --git a/lcids_test.go b/lcids_test.go index d5a8a270..d0d79c24 100644 --- a/lcids_test.go +++ b/lcids_test.go @@ -17,7 +17,7 @@ import ( // There are some test integrity assertions that: // 1. Ensure that all LCIDs in the system (as returned by sys.fn_helpcollations()) // are covered by the test. -// 2. The 1252 CTE does not return any "leaked code pages that are not 1252. +// 2. The 1252 CTE does not return any "leaked" code pages that are not 1252. // 3. All code pages come with sample reference data for fetching comparison. // // None of the SQL syntax uses any SQL Server version-specific syntax, @@ -36,7 +36,7 @@ const comparisonQueriesGeneratorSQL = ` -- The format of the query is -- SELECT -- N'' AS [reference_data] --- , CAST(N' COLLATE AS VARCHAR(1000)) AS [codepage_data] +-- , CAST(N' COLLATE AS VARCHAR(1000)) AS [codepage_data] -- This way the conversion from Nvarchar to Varchar does not depend on the collation -- of the currently active database. --