Fix repo update choking on duplicated parents

This commit is contained in:
Joscha 2023-08-05 01:55:40 +02:00
parent b26ab8feff
commit 5871b19f8e
3 changed files with 15 additions and 13 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT OR IGNORE INTO commit_links (parent, child) VALUES (?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "2af3e5b2458b2674034853428f264190c2c1614d8df8dd831fd668c121786e88"
}