Re: [sqlite] Mismatched columns in union can repeatably crash 2.6.10

2009-04-16 Thread Tom Sillence
2009/4/16 D. Richard Hipp > > On Apr 15, 2009, at 4:38 PM, Tom Sillence wrote: > > > I don't have all that much time to research whether this is a known > > issue. > > The following query crashes 2.6.10 every time, on linux and windows: > > > > create table crash(a,b); insert

Re: [sqlite] Mismatched columns in union can repeatably crash 2.6.10

2009-04-15 Thread D. Richard Hipp
On Apr 15, 2009, at 4:38 PM, Tom Sillence wrote: > I don't have all that much time to research whether this is a known > issue. > The following query crashes 2.6.10 every time, on linux and windows: > > create table crash(a,b); insert into crash select > 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15

Re: [sqlite] Mismatched columns in union can repeatably crash 2.6.10

2009-04-15 Thread Kees Nuyt
On Wed, 15 Apr 2009 21:38:04 +0100, Tom Sillence wrote: >I don't have all that much time to research whether this is a known issue. >The following query crashes 2.6.10 every time, on linux and windows: > >create table crash(a,b); insert into crash select

[sqlite] Mismatched columns in union can repeatably crash 2.6.10

2009-04-15 Thread Tom Sillence
I don't have all that much time to research whether this is a known issue. The following query crashes 2.6.10 every time, on linux and windows: create table crash(a,b); insert into crash select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 union all select