You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing that it supplies default values (e.g. empty string) for the missing parameters, but the default value isn't very useful? In which case, the new behavior would be to throw if the user doesn't supply the right number of arguments?
I think you mean !tables, !indexes, !primarykeys and others command where it really supplies default values.
But in case of !metadata getTables or !metadata whatever based on code it looks like it does not even try to supply default values.
For instance each of the next lines has no output (as getTables requires 4 arguments)
while the line shows all tables
The text was updated successfully, but these errors were encountered: