Hi,

On Mon, 09 Jun 2025 at 11:14, Ludovic Courtès <l...@gnu.org> wrote:

>   2025-06-09 06:30:44 guix gc: error: executing SQLite statement: FOREIGN KEY 
> constraint failed

Oh, weird!  SQLite and guile-sqlite have not changed since years, right?

Well, my SQL skill is very limited.  So I’ve just read this web page:

    https://sqlite.org/foreignkeys.html

Maybe there is an issue with the line:

    foreign key (referrer) references ValidPaths(id) on delete cascade,

or

    foreign key (drv) references ValidPaths(id) on delete cascade

I mean something unexpected happen but documented by the web page
above. :-)

Cheers,
simon


Reply via email to