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
``vars`` is an optional list of parameters, inserted when the select command contains ‘?’s. This is like the feature in the ``.execute`` command, above.
64
64
65
65
scraperwiki.sql.commit()
66
-
Functionality now removed. (sql.save auto-commits after every action).
66
+
Functionality now removed. It is retained, but does nothing. (sql.save auto-commits after every action).
67
67
68
68
scraperwiki.sql.show_tables([dbname])
69
69
Returns an array of tables and their schemas in the current database.
0 commit comments