Skip to content

Commit d829214

Browse files
committed
enable prepared statements
1 parent fbfb54b commit d829214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebolt.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Config_DriverName = "ClickHouse ODBC Driver (ANSI)";
1919
Config_SqlConformance = ODBC[SQL_SC][SQL_SC_SQL92_FULL];
2020
Config_LimitClauseKind = LimitClauseKind.LimitOffset;
2121
Config_DefaultUsernamePasswordHandling = false;
22-
Config_UseParameterBindings = false;
22+
Config_UseParameterBindings = true;
2323
Config_StringLiteralEscapeCharacters = { "'" }; // ex. { "'" } or { {"\", "\\"}, {"'", "\'"} }
2424
Config_UseCastInsteadOfConvert = true;
2525
Config_EnableDirectQuery = true;

0 commit comments

Comments
 (0)