On 2/2/15, Peter Haworth <[email protected]> wrote:

> I should also have mentioned that the question also included table names,
> column names, constraint names, etc, but I'll assume the same applies to
> them as for the data.
>

The schema is *always* in the database encoding.  The SQLite parser
wouldn't be able to understand it otherwise, and would have rejected
it, so it never would have made it into the sqlite_master table.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to