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
version 3.4.2
- don't need special case for --sql with --js, since json is already tried early
- don't need except db = x, confusing and prefer error if csv fails on stdin (seems to be able to parse any string, albeit as a single entry)
- create exception to hint at other options if failing to read db from file path
- use db to hold list of tables on db connection, mainly so prior variable db is not used by accident from differing db input types, but more useful than db = None