× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ivangron reported 2016-07-19T13:41:30Z  · tariqrahiman last modified 2016-10-19T16:26:49Z

Sybase ASE -> Procedure parameters of user defined types not extracting


customer request
Priority Low
Complexity Unknown
Component App - General
Version 17.0

In the the following example, attempting to extract the procedure fails to retrieve the @c parameter due to it been on a user defined datatype.

sp_addtype N'ndg_varchar', N'varchar(25)', N'not null'
GO
CREATE PROCEDURE "dbo"."proc_hello_world_ndg" @a nchar(5), @b varchar(25), @c ndg_varchar, @d nvarchar(10), @e nchar(1)  AS declare @mylocalvar int  select @mylocalvar = 1  SELECT 'Hello World!'
 

Issue #14556

Closed
Fixed
Resolved 2016-07-19T14:06:52Z
 
 
Completion
No due date
Fixed Build v17.0.8
No time estimate

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