mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-07 17:25:04 -05:00
Address warnings and (some) nullables (#2013)
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Microsoft.SqlTools.ServiceLayer.DacFx
|
||||
/// </summary>
|
||||
public static ModelTypeClass MapType(string type)
|
||||
{
|
||||
switch (type.ToLower())
|
||||
switch (type.ToLower(System.Globalization.CultureInfo.InvariantCulture))
|
||||
{
|
||||
case "table":
|
||||
return ModelSchema.Table;
|
||||
|
||||
Reference in New Issue
Block a user