Index: src/shell.c.in ================================================================== --- src/shell.c.in +++ src/shell.c.in @@ -2764,11 +2764,11 @@ /* ** Bind parameters on a prepared statement. ** ** Parameter bindings are taken from a TEMP table of the form: ** -** CREATE TEMP TABLE "$Parameters"(key TEXT PRIMARY KEY, value) +** CREATE TEMP TABLE sqlite_parameters(key TEXT PRIMARY KEY, value) ** WITHOUT ROWID; ** ** No bindings occur if this table does not exist. The special character '$' ** is included in the table name to help prevent collisions with actual tables. ** The table must be in the TEMP schema.