We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfb54b commit d829214Copy full SHA for d829214
Firebolt.pq
@@ -19,7 +19,7 @@ Config_DriverName = "ClickHouse ODBC Driver (ANSI)";
19
Config_SqlConformance = ODBC[SQL_SC][SQL_SC_SQL92_FULL];
20
Config_LimitClauseKind = LimitClauseKind.LimitOffset;
21
Config_DefaultUsernamePasswordHandling = false;
22
-Config_UseParameterBindings = false;
+Config_UseParameterBindings = true;
23
Config_StringLiteralEscapeCharacters = { "'" }; // ex. { "'" } or { {"\", "\\"}, {"'", "\'"} }
24
Config_UseCastInsteadOfConvert = true;
25
Config_EnableDirectQuery = true;
0 commit comments