Re: [sqlite] Problem with rename table

2016-09-15 Thread Zsbán Ambrus
On Tue, Sep 6, 2016 at 3:37 PM, Radovan Antloga wrote: > I can't find a solution how to fix my database after > I have renamed table DOKUMENTI to DOKUMENTI2. > Table DOKUMENTI had trigger dokumenti_trigger1 > and after renaming table I cant execute any sql. I forgot > to drop trigger first. So now

Re: [sqlite] Problem with rename table

2016-09-14 Thread John McMahon
2016 7:49 PM To: SQLite mailing list Subject: Re: [sqlite] Problem with rename table On 9/6/16, Radovan Antloga wrote: Hi Richard ! I can't find a solution how to fix my database after I have renamed table DOKUMENTI to DOKUMENTI2. Table DOKUMENTI had trigger dokumenti_trigger1 and after r

Re: [sqlite] Problem with rename table

2016-09-10 Thread Scott Robison
> Sent: Wednesday, September 7, 2016 7:49 PM >> To: SQLite mailing list >> Subject: Re: [sqlite] Problem with rename table >> >> On 9/6/16, Radovan Antloga wrote: >>> >>> Hi Richard ! >>> >>> I can't find a solution how to fix

Re: [sqlite] Problem with rename table

2016-09-10 Thread John McMahon
...@mailinglists.sqlite.org] On Behalf Of Richard Hipp Sent: Wednesday, September 7, 2016 7:49 PM To: SQLite mailing list Subject: Re: [sqlite] Problem with rename table On 9/6/16, Radovan Antloga wrote: Hi Richard ! I can't find a solution how to fix my database after I have renamed table DOKUMENTI to DOKUM

Re: [sqlite] Problem with rename table

2016-09-09 Thread Radovan Antloga
, 2016 7:49 PM To: SQLite mailing list Subject: Re: [sqlite] Problem with rename table On 9/6/16, Radovan Antloga wrote: Hi Richard ! I can't find a solution how to fix my database after I have renamed table DOKUMENTI to DOKUMENTI2. Table DOKUMENTI had trigger dokumenti_trigger1 and

Re: [sqlite] Problem with rename table

2016-09-07 Thread Bob McFarlane
Please reply if you sent this. Thanks. -Original Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Richard Hipp Sent: Wednesday, September 7, 2016 7:49 PM To: SQLite mailing list Subject: Re: [sqlite] Problem with rename table On 9/6/16

Re: [sqlite] Problem with rename table

2016-09-07 Thread Bob McFarlane
Please reply if you sent this. Thanks. -Original Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Radovan Antloga Sent: Tuesday, September 6, 2016 9:37 AM To: SQLite mailing list Subject: [sqlite] Problem with rename table Hi Richard

Re: [sqlite] Problem with rename table

2016-09-07 Thread Richard Hipp
On 9/6/16, Radovan Antloga wrote: > Hi Richard ! > > I can't find a solution how to fix my database after > I have renamed table DOKUMENTI to DOKUMENTI2. > Table DOKUMENTI had trigger dokumenti_trigger1 > and after renaming table I cant execute any sql. I forgot > to drop trigger first. So now I a

[sqlite] Problem with rename table

2016-09-07 Thread Radovan Antloga
Hi Richard ! I can't find a solution how to fix my database after I have renamed table DOKUMENTI to DOKUMENTI2. Table DOKUMENTI had trigger dokumenti_trigger1 and after renaming table I cant execute any sql. I forgot to drop trigger first. So now I always get error: malformed database schema (dok