SqlDbx Forum

SqlDbx

You are not logged in.

#1 2008-12-18 10:54:26

phtorche
Member

Script generation capitalize usertype

When usertype is used for tables, procedures and so on, the script generation tools capitalize them ! This is not correct for a case sensitive database (our case).

Example:

...
CREATE TABLE dbo.tempo
    (
    description T_LONG_TEXT NOT NULL
    )
GO
...

>>> Error (2715) Can't find type 'T_LONG_TEXT'.

CREATE TABLE dbo.tempo
    (
    description t_long_text NOT NULL
    )
GO

>>> OK

Offline

#2 2008-12-18 12:33:07

sqldbxhelp
Administrator

Re: Script generation capitalize usertype

You absolutely right it should not do it. We will fix it
in the next release.

Offline

#3 2008-12-18 22:53:54

sqldbxhelp
Administrator

Re: Script generation capitalize usertype

You can download updated version  of SqlDbx which has this issue fixed.

www.sqldbx.com/files/SqlDbxPersonalTest.zip

Offline

Board footer

Powered by FluxBB