Menu

#48 Wrong metadata extract with blob sub_type 1

Future_Release
open
5
2007-06-15
2006-12-07
No

When i edit a stored procedure with a paramenter "Blob sub_type 1", the "sub_type 1" miss then when i recompile it the parameter is of a different type (this thing is important because many tools (my ones too :D ) need to know the exactly type of the parameter, in this case bin or text).

Discussion

  • Ryan J. Mills

    Ryan J. Mills - 2007-06-15
    • milestone: --> Future_Release
    • assigned_to: nobody --> rjmills
    • labels: --> Meta Extract
     
  • Ryan J. Mills

    Ryan J. Mills - 2007-06-15

    Logged In: YES
    user_id=351844
    Originator: NO

    I've taken a look at the code and I've noticed that the sub_type code is in there but only for dialect 3 databases. I'll have to do some research as I'm not sure whether or not dialect 1 is supposed to support that or not. I assume that it is supposed to because I just created a stored proc in a dialect 1 database just the other day. I hadn't noticed this bug yet. <g>

    Just a question, is your database a dialect 1 database?

     

Log in to post a comment.