[VSDK] DELETE FROM crash

Arthur Clemens aclemens at xs4all.nl
Thu Dec 4 19:13:23 CST 2003


On Nov 25, 2003, at 22:13, Arthur Clemens wrote:

>>
>>
>> May be another Panther discovered bug?
>>
>> You sure that yesterday you also did have empty table.
>
> I am now doing the same thing, switching frameworks. Beta crashes and 
> public does not.

I found out I have an additional space at the end of the DELETE query 
string:

NSString *query = [NSString stringWithFormat:@
         "DELETE FROM %@ "
         "WHERE parent = %i ", [self fieldId], parentId];

Apparently Valentina crashes on this.

Arthur


More information about the Valentina mailing list