× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2013-09-25T20:57:44Z  · swissarmyknife(*) last modified 2014-02-04T20:27:39Z

User Defined Data Types with multiple column is not extracted correctly


customer request
Priority Low
Complexity Unknown
Component App - Visual Editing
Version 14.0
Version: 14.0.0-rc-31
Build #: 34149
Build Date: 2013-Sep-25 10:18:10 AM
 
User Defined Data Types with multiple columns is not extracted correctly in SQL Server
 
To reproduce in SQL Server 2012:
 
1. Create User Defined Data Type with multiple columns using the script below
 
CREATE TYPE LocationTableType AS TABLE 
    ( LocationName VARCHAR(50)
    , CostRate INT )
GO
 
2. Now try to script it and you get FROM null instead of the complete column list
 
CREATE TYPE [dbo].[LocationTableType] FROM null NOT NULL
GO
 

 

1 attachment

Issue #10211

Closed
Fixed
Resolved 2014-02-03T21:26:44Z
 
 
Completion
No due date
Fixed Build v14.0.8-4
No time estimate

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