mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
+ comment
This commit is contained in:
parent
a7c7a25e0f
commit
db75a41d10
@ -38,6 +38,7 @@ String InterpreterShowColumnsQuery::getRewrittenQuery()
|
||||
String rewritten_query;
|
||||
if (use_mysql_types)
|
||||
/// Cheapskate SQL-based mapping from native types to MySQL types, see https://dev.mysql.com/doc/refman/8.0/en/data-types.html
|
||||
/// Only used with setting 'use_mysql_types_in_show_columns = 1'
|
||||
/// Known issues:
|
||||
/// - Enums are translated to TEXT
|
||||
rewritten_query += R"(
|
||||
|
Loading…
Reference in New Issue
Block a user