Re: [sqlite] error "malformed database schema" on view in attached table

2014-07-01 Thread Gert Van Assche
Bingo! That was indeed the problem, Kevin. I'm sorry I did not find that user group posting. Thanks. 2014-07-01 11:30 GMT+02:00 Kevin Benson : > On Tue, Jul 1, 2014 at 5:07 AM, Gert Van Assche wrote: > > > All, > > > > I get this error message: > >

Re: [sqlite] error "malformed database schema" on view in attached table

2014-07-01 Thread Richard Hipp
Can you please send us the complete schema (as shown by the ".schema" command in the command-line shell) for both the original database and the database you are trying to attach? On Tue, Jul 1, 2014 at 5:07 AM, Gert Van Assche wrote: > All, > > I get this error message: > >

Re: [sqlite] error "malformed database schema" on view in attached table

2014-07-01 Thread Kevin Benson
On Tue, Jul 1, 2014 at 5:07 AM, Gert Van Assche wrote: > All, > > I get this error message: > > malformed database schema (WrongTargetLang) - view [WrongTargetLang] cannot > reference objects in database main > > when I try to attach a database containing a view. If I delete

[sqlite] error "malformed database schema" on view in attached table

2014-07-01 Thread Gert Van Assche
All, I get this error message: malformed database schema (WrongTargetLang) - view [WrongTargetLang] cannot reference objects in database main when I try to attach a database containing a view. If I delete the view, I get this message for another view. I get that message for all views. I can