mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #75: CHECK_CONSTRAINTS is there on MSSQL, but does not work due to missing TABLE_NAME column: https://www.heidisql.com/forum.php?t=37462
This commit is contained in:
@ -2921,8 +2921,8 @@ begin
|
||||
end;
|
||||
end;
|
||||
// List of known IS tables
|
||||
FInformationSchemaObjects.CommaText := 'CHECK_CONSTRAINTS,'+
|
||||
'COLUMN_DOMAIN_USAGE,'+
|
||||
// CHECK_CONSTRAINTS is there but does not work due to missing TABLE_NAME column: https://www.heidisql.com/forum.php?t=37462
|
||||
FInformationSchemaObjects.CommaText := 'COLUMN_DOMAIN_USAGE,'+
|
||||
'COLUMN_PRIVILEGES,'+
|
||||
'COLUMNS,'+
|
||||
'CONSTRAINT_COLUMN_USAGE,'+
|
||||
|
Reference in New Issue
Block a user