| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| WHERE table_schema = '{}' | ||
| """.format( | ||
| schema | ||
| schema or "" |
There was a problem hiding this comment.
By default schema arg is None, so it tried to search for tables with schema 'None'. Not sure how I've written this, it's not smart at all. Fixing it.
Sorry, something went wrong.
| answer = ["users", "user_tmp", "email_addresses", "dingalings"] | ||
| eq_(table_names, answer) | ||
| else: | ||
| answer = ["dingalings", "email_addresses", "user_tmp", "users"] |
There was a problem hiding this comment.
user_tmp is a temporary table, adding it into the expected results
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Changes introduced in this PR (i.e. schema name and table name test override) LGTM 👍
Approval pending the base PR
Sorry, something went wrong.
|
Merging to unblock further work |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The PR is based on another: #24