Re: [sqlite] sqlite_temp_master schema

2010-07-08 Thread Simon Slavin
On 8 Jul 2010, at 4:09pm, Jon Polfer wrote: > My apologies - I took a closer look and realized that I was actually > putting a semicolon on the end of the statement: > > .schema sqlite_temp_master; -- doesn't work. Which is correct. Semicolons are for SQL commands. '.schema' is not a SQL co

Re: [sqlite] sqlite_temp_master schema

2010-07-08 Thread Jon Polfer
e.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Richard Hipp Sent: Thursday, July 08, 2010 9:48 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] sqlite_temp_master schema On Thu, Jul 8, 2010 at 8:49 AM, Jon Polfer wrote: > I'm running SQLite 3.5.9. > > In the

Re: [sqlite] sqlite_temp_master schema

2010-07-08 Thread Richard Hipp
On Thu, Jul 8, 2010 at 8:49 AM, Jon Polfer wrote: > I'm running SQLite 3.5.9. > > In the interactive client sqlite3, when I type: > > .schema sqlite_temp_master > > No schema description is returned, even when data exists in the table. > > Is this to be expected? > Cannot replicate. Here is wha

[sqlite] sqlite_temp_master schema

2010-07-08 Thread Jon Polfer
I'm running SQLite 3.5.9. In the interactive client sqlite3, when I type: .schema sqlite_temp_master No schema description is returned, even when data exists in the table. Is this to be expected? -Jon __ Jon Polfer Project Engineer - High Level Software