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 556e4fb commit eb3937aCopy full SHA for eb3937a
source/dbconnection.pas
@@ -5869,7 +5869,7 @@ function TDBConnection.GetTableColumns(Table: TDBObject): TTableColumnList;
5869
Col.LengthSet := MaxLen;
5870
end;
5871
Col.Charset := ColQuery.Col('CHARACTER_SET_NAME');
5872
- Col.Collation := ColQuery.Col('COLLATION_NAME');
+ Col.Collation := ColQuery.Col('COLLATION_NAME', True);
5873
// MSSQL has no expression
5874
Col.GenerationExpression := ColQuery.Col('GENERATION_EXPRESSION', True);
5875
Col.GenerationExpression := UnescapeString(Col.GenerationExpression);
0 commit comments