View Issue Details

IDProjectCategoryView StatusLast Update
0001657Database Comparer VCLGeneralpublic2020-11-24 11:52
Reportershirokov Assigned Tobarry  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Summary0001657: DB Comparer 7.2 fails with a dot (.) in the database name using MSSQL
Descriptionfunction TDBCCustomConnection.TestConnectInfo(aShortVersion: Boolean = False): String;
Q.SQL.Text := 'Use ' + ConnectionOptions.DatabaseName;

should be

Q.SQL.Text := 'Use [' + ConnectionOptions.DatabaseName + ']';
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-11-24 11:50 shirokov New Issue
2020-11-24 11:52 shirokov Assigned To => barry
2020-11-24 11:52 shirokov Status new => assigned