Skip to content
  • brajmohan saxena's avatar
    a795e8b8
    BUG#11748924 PARTITIONS: TOO-LONG COMMENT CAUSES NO WARNING · a795e8b8
    brajmohan saxena authored
        
        Problem:
                There is no validation of comment length for
                partition comments and some redundancy of code
                for table,column and index comments.
        Solution:
                Replaced the existing redundant code of comment
                length for table, column and index objects with
                a generic function validate_comment_length.this
                function will validate partition comments as well.
    a795e8b8
    BUG#11748924 PARTITIONS: TOO-LONG COMMENT CAUSES NO WARNING
    brajmohan saxena authored
        
        Problem:
                There is no validation of comment length for
                partition comments and some redundancy of code
                for table,column and index comments.
        Solution:
                Replaced the existing redundant code of comment
                length for table, column and index objects with
                a generic function validate_comment_length.this
                function will validate partition comments as well.
Loading