Am 11.05.2008 um 22:25 schrieb Igor Tandetnik:

> "Lothar Behrens"
> <[EMAIL PROTECTED]> wrote in
> message news:[EMAIL PROTECTED]
>> Unique index and using replace into ... changes the primary key value,
>> what I cannot handle yet, because I am using triggers
>> to force foreign key referential integrity and updating is not yet
>> implemented.
>
> Use simple INSERT, it will fail if uniqueness is violated, preserving
> your id.
>

Now I am using that and INSERT OR IGNORE INTO.

Thanks,

Lothar

> Igor Tandetnik
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to