× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2013-04-10T19:56:27Z  · SachinPrakash last modified 2013-10-21T19:50:19Z

Enable Ignore case doesnt work with Include Table Constraints Names option


Dev
Emilian Bold
emilianbold
QA
Sachin Prakash
SachinPrakash
Priority Low
Complexity Unknown
Component Tools - Compare - Schema
Version 14.0

 

Version: 14.0-dev-37
Build #: 31885
Build Date: 2013-Apr-10 08:20:37 AM
Enable Ignore case doesnt work with Include Table Constraints Names option
 
1. Connect to SQL Server 2008 Northwind Database
2. Do a Schema compare between guest and dbo schema for the the table employee_azure
3. Enable Ignore Case
4. Include Table Constraints name
 
You can see that even when the option to ignore case is selected you find 1 difference in a constraint name which is in upper and lower case
 
see attached pics
 
These are the SQL i used to create the 2 tables
 

create table guest.employee_azure

(ID SMALLINT NOT NULL,

NAME VARCHAR(9),

DEPT SMALLINT CHECK (DEPT BETWEEN 10 AND 100),

JOB CHAR(5) CHECK (JOB IN ('Sales', 'Mgr', 'Clerk')),

HIREDATE DATE,

SALARY DECIMAL(7,2),

COMM DECIMAL(7,2),

PRIMARY KEY (ID),

CONSTRAINT YEARSAL CHECK (YEAR(HIREDATE) > 1986 OR SALARY > 40500) )

go

 

 

create table dbo.employee_azure

(ID SMALLINT NOT NULL,

NAME VARCHAR(9),

DEPT SMALLINT CHECK (DEPT BETWEEN 10 AND 100),

JOB CHAR(5) CHECK (JOB IN ('Sales', 'Mgr', 'Clerk')),

HIREDATE DATE,

SALARY DECIMAL(7,2),

COMM DECIMAL(7,2),

PRIMARY KEY (ID),

CONSTRAINT yearsal CHECK (YEAR(HIREDATE) > 1986 OR SALARY > 40500) )

GO

 

 

2 attachments
  • 2

    2013-04-10T19:56:27Z

    74 KB

  • Options

    2013-05-06T23:13:55Z

    41 KB

Issue #8653

Closed
Fixed
Resolved 2013-05-15T06:02:22Z
 
 
Completion
No due date
Fixed Build Vincaed 3.0.5.7
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017