+ comment

This commit is contained in:
Robert Schulze 2023-10-11 15:50:13 +00:00
parent a7c7a25e0f
commit db75a41d10
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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"(