google-code-export / karkas

Automatically exported from code.google.com/p/karkas
1 stars 0 forks source link

Some sql types create problems #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sysname(nvarchar(128)) type causes the problem and converted as Unknown
type.

What is the expected output? What do you see instead?
sysname(nvarchar(128)) converted to Unknown
sysname(nvarchar(128)) should be converted to string

Original issue reported on code.google.com by sacos...@gmail.com on 15 Oct 2008 at 8:30

GoogleCodeExporter commented 9 years ago
Example view,

CREATE  VIEW [dbo].[MyListView]
AS
SELECT [Name] AS TableName FROM SysObjects WHERE ObjectProperty(ID, 
'IsUserTable') = 1

Original comment by sacos...@gmail.com on 15 Oct 2008 at 8:52

GoogleCodeExporter commented 9 years ago
eger bu kolon tipi sadace varchar icinse bu sorun cozulecek sanırım

Original comment by ati.ozgur on 19 Feb 2009 at 12:40