Skip to content

Commit

Permalink
Fixed using quoted identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Dec 11, 2021
1 parent c2be4be commit 5caaff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MarkMpn.Sql4Cds/SqlQueryControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ private void backgroundWorker_DoWork(object sender, DoWorkEventArgs e)

var options = new QueryExecutionOptions(_con, DataSources[_con.ConnectionName].Connection, backgroundWorker, this);
var converter = new ExecutionPlanBuilder(DataSources.Values, options);
converter.QuotedIdentifiers = Settings.Instance.QuotedIdentifiers;

if (Settings.Instance.UseTSQLEndpoint &&
args.Execute &&
Expand Down

0 comments on commit 5caaff3

Please sign in to comment.