Dennis Cote wrote:
D. Richard Hipp wrote:
On Tue, 2005-09-13 at 09:08 +0200, Laurent wrote:
I get the error :
Assertion failed: xHash!=0, file hash.c, line 299
Abnormal program termination
I tried the same sequence of commands and it worked
fine for me.
Richard,
I can conf
D. Richard Hipp wrote:
On Tue, 2005-09-13 at 09:08 +0200, Laurent wrote:
I get the error :
Assertion failed: xHash!=0, file hash.c, line 299
Abnormal program termination
I tried the same sequence of commands and it worked
fine for me.
Richard,
I can confirm Laurent's proble
Hello Richard,I'm sorry, but if I do :1. Create a new
directory.2. Download sqlite 2.8.16 (Windows version for sqlite.org).3.
Create 2 files script1 and script2 (see attached):4. Run the
commands: sqlite x1.dbx sqlite
x2.dbx sqlite myfileI get
this error on Windows XP and Windows W2K.B
On Tue, 2005-09-13 at 09:08 +0200, Laurent wrote:
> I get the error :
>
>Assertion failed: xHash!=0, file hash.c, line 299
>Abnormal program termination
>
I tried the same sequence of commands and it worked
fine for me.
--
D. Richard Hipp <[EMAIL PROTECTED]>
Hello,
I'm using sqlite 2.8.16.
I have 2 databases, x1.dbx and x2.dbx, created with the same commands:
create table documents (a);
create index i on documents(a);
Then, if I run :
attach 'x1.dbx' as d1;
attach 'x2.dbx' as d2;
detach d1;
I get the error :
Assertion failed: xHash
5 matches
Mail list logo