Randall Fox wrote:
> [I]s there any chance of allowing the '?' use in a create table
> statement as well?  For binding of default values of a particular
> column.
>

Not much.  Recall that SQLite stores the original text of
the CREATE TABLE statement in the SQLITE_MASTER table and
reparses that text when it needs to reload the schema.  That
plan won't work so well if the CREATE TABLE contains one
or more "?" characters.


-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to