RE: [sqlite] UPDATE - crash when many columns

2005-07-28 Thread Christian Smith
Message- >> From: Christian Smith [mailto:[EMAIL PROTECTED] >> Sent: 27 July 2005 17:35 >> To: sqlite-users@sqlite.org >> Subject: Re: [sqlite] UPDATE - crash when many columns >> >> >> On Wed, 27 Jul 2005, Mark Allan wrote: >> >> > >>

Re: [sqlite] UPDATE - crash when many columns

2005-07-28 Thread D. Richard Hipp
On Wed, 2005-07-27 at 16:52 +0100, Mark Allan wrote: > I seem to have a problem when I update more than 6 columns within a > single record at one time. All columns are in the same table, they are > either strings, integers or dates. > I just ran a test where create a table with 1 columns,

RE: [sqlite] UPDATE - crash when many columns

2005-07-28 Thread Mark Allan
; From: Christian Smith [mailto:[EMAIL PROTECTED] > Sent: 27 July 2005 17:35 > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] UPDATE - crash when many columns > > > On Wed, 27 Jul 2005, Mark Allan wrote: > > > > >Hi, > > > >I am using the SQL command:

RE: [sqlite] UPDATE - crash when many columns

2005-07-27 Thread Fred Williams
-Original Message- From: Mark Allan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 10:53 AM To: sqlite-users@sqlite.org Subject: [sqlite] UPDATE - crash when many columns Hi, I am using SQLite on an embedded software product. I seem to have a problem when I update more than