Skip to content

Commit df4413e

Browse files
author
Dragon Dave McKee
committed
Merge pull request #84 from scraperwiki/clarify-substitution-in-readme
Update README
2 parents cb59273 + c027a7e commit df4413e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ scraperwiki.sql.execute(sql[, vars])
5555

5656
scraperwiki.sql.execute("INSERT INTO swdata VALUES (?,?,?)", [a,b,c])
5757

58-
The ‘?’ convention is like "paramstyle qmark" from `Python's DB API 2.0 <http://www.python.org/dev/peps/pep-0249/>`_ (but note that the API to the datastore is nothing like Python's DB API). In particular the ‘?’ does not itself need quoting, and can in general only be used where a literal would appear.
58+
The ‘?’ convention is like "paramstyle qmark" from `Python's DB API 2.0 <http://www.python.org/dev/peps/pep-0249/>`_ (but note that the API to the datastore is nothing like Python's DB API). In particular the ‘?’ does not itself need quoting, and can in general only be used where a literal would appear. (Note that you cannot substitute in, for example, table or column names.)
5959

6060
scraperwiki.sql.select(sqlfrag[, vars])
6161
Executes a select command on the datastore. For example::

0 commit comments

Comments
 (0)