On Sat, 2005-10-01 at 22:19 +0200, denys wrote:
> Hi all,
> 
> I'm trying to create a table but I always get an "assertion failed" 
> crash :-(
> 
> Here is the statement:
> CREATE TABLE Media (id INTEGER PRIMARY KEY, keywords TEXT, original 
> INTEGER, used INTEGER, picture TEXT, note INTEGER, comment BLOB, note 
> INTEGER, type INTEGER, idSpec INTEGER);
> 
> And here is the error:
> Assertion failed: pCol->zType==0, file build.c, line 955
> This application has requested the Runtime to terminate it in an unusual 
> way.
> Please contact the application's support team for more information.
> 
> I'm using SQLite 3.2.2 under Windows XP.
> Does anyone see what could be wrong with that??
> 
> Thanks by advance for all the hints.
> 
> D

I would recommend an upgrade. See http://www.sqlite.org/changes.html
-- 
G. Roderick Singleton <[EMAIL PROTECTED]>
PATH tech

Reply via email to