Skip to content

Commit 2ac9602

Browse files
authored
Clarify sql.commit()
1 parent c5d4877 commit 2ac9602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ scraperwiki.sql.select(sqlfrag[, vars])
6363
``vars`` is an optional list of parameters, inserted when the select command contains ‘?’s. This is like the feature in the ``.execute`` command, above.
6464

6565
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).
6767

6868
scraperwiki.sql.show_tables([dbname])
6969
Returns an array of tables and their schemas in the current database.

0 commit comments

Comments
 (0)