in

CodeSmith Community

Your Code. Your Way. Faster!

Stored procedure interpretation bug.

Last post 04-17-2008 6:19 AM by criistii. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 04-17-2008 6:19 AM

    • criistii
    • Not Ranked
    • Joined on 04-16-2008
    • Posts 2
    • Points 40

    Stored procedure interpretation bug.

    Hi,

    If I have a stored procedure written as follows:

    CREATE PROCEDURE dbo.GG

        @Var as int = null

    AS

    than codesmith doesn't detect the default value for that command parameter. It only works with the following syntax: 

    CREATE PROCEDURE dbo.GG

        @Var int = null

    AS

     

    • Post Points: 5
Page 1 of 1 (1 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems