Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser don't report tables not created #10

Open
alexandreab opened this issue Apr 8, 2015 · 0 comments
Open

Parser don't report tables not created #10

alexandreab opened this issue Apr 8, 2015 · 0 comments
Labels

Comments

@alexandreab
Copy link
Contributor

Structure to parser:

# Checking databases dbexample on server1 and dbexample on server2
#
# WARNING: Objects in server1.dbexample but not in server2.dbexample:
#        TABLE: tabela5
#
#                                                   Defn    Row     Data   
# Type      Object Name                             Diff    Count   Check  
# ------------------------------------------------------------------------- 
# TABLE     tabela1                                 pass    pass    pass    
# TABLE     tabela2                                 pass    pass    pass    
# TABLE     tabela3                                 pass    pass    pass   

It's necessary to identify the following warning:

# WARNING: Objects in server1.dbexample but not in server2.dbexample:
#        TABLE: tabela5
@alexandreab alexandreab added the bug label Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant