MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / makeSQLiteWriteContext

Function makeSQLiteWriteContext

src/Storages/StorageSQLite.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using namespace DB;
29
30ContextPtr makeSQLiteWriteContext(ContextPtr context)
31{
32 auto write_context = Context::createCopy(context);
33 write_context->setSetting("output_format_values_escape_quote_with_quote", Field(true));
34 return write_context;
35}
36
37}
38

Callers 1

StorageSQLiteMethod · 0.85

Calls 2

FieldClass · 0.50
setSettingMethod · 0.45

Tested by

no test coverage detected