You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Richard Bounds (JIRA)" <ji...@apache.org> on 2005/10/03 10:34:47 UTC

[jira] Commented: (DDLUTILS-21) Sql Server drop statements fail without delimited identifiers

    [ http://issues.apache.org/jira/browse/DDLUTILS-21?page=comments#action_12331143 ] 

Richard Bounds commented on DDLUTILS-21:
----------------------------------------

I still see the same behaviour with quoted_identifier = OFF or ON

> Sql Server drop statements fail without delimited identifiers
> -------------------------------------------------------------
>
>          Key: DDLUTILS-21
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-21
>      Project: DdlUtils
>         Type: Bug
>     Reporter: Richard Bounds
>     Assignee: Thomas Dudziak
>  Attachments: patch.txt
>
> The drop statements that are generated for sql server are prefixed by:
> IF EXISTS (SELECT 1 FROM sysobjects WHERE type = 'U' AND name = 'tablename')
> Without a delimeter being specified the statement changes to:
> IF EXISTS (SELECT 1 FROM sysobjects WHERE type = 'U' AND name = tablename)
> ...which fails (note the lack of quotes around tablename).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira