Warehouse Rebuild fails after work on SpEd environment tables/views

Issue #981 resolved
Ghislain Hachey created an issue

No description provided.

Comments (6)

  1. Brian Lewis repo owner

    fyi in this commit I have also release common.findText stored procedure, which will identify occruences of a string in the text of a view, stored proc, function etc.

    This is useful for finding unsuspected references to a table name or view name e.g.

    common.findText 'lkpEdEnvironment'
    common.findText 'lkpEdEnvironment', 'warehouse'
    common.findText 'lkpEdEnvironment', 'warehouse','V'
    

  2. Ghislain Hachey reporter
    • changed status to open

    @Brian Lewis re-opening this as the regenerate still fails. Just some other renames to do.

  3. Log in to comment