Use same commit link style everywhere

This commit is contained in:
Joscha 2023-08-06 23:38:12 +02:00
parent 2b81d497bc
commit 794787a4be
10 changed files with 96 additions and 75 deletions

View file

@ -1,6 +1,6 @@
{
"db_name": "SQLite",
"query": "SELECT name, hash, tracked, message FROM refs JOIN commits USING (hash) ORDER BY name ASC ",
"query": "SELECT name, hash, message, reachable, tracked FROM refs JOIN commits USING (hash) ORDER BY name ASC ",
"describe": {
"columns": [
{
@ -14,14 +14,19 @@
"type_info": "Text"
},
{
"name": "tracked",
"name": "message",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "reachable",
"ordinal": 3,
"type_info": "Int64"
},
{
"name": "message",
"ordinal": 3,
"type_info": "Text"
"name": "tracked",
"ordinal": 4,
"type_info": "Int64"
}
],
"parameters": {
@ -31,8 +36,9 @@
false,
false,
false,
false,
false
]
},
"hash": "39e21f75c4f68be1e4f64c4a9c0a38974f12556b6ac463f21f7729f758dec886"
"hash": "c7a4115d81a3371d77afadfdad7dbe47c4d1d23211a35c0c68174f9ce82893c2"
}

View file

@ -1,6 +1,6 @@
{
"db_name": "SQLite",
"query": "SELECT id, hash, message, date AS \"date: time::OffsetDateTime\", priority FROM queue JOIN commits USING (hash) ORDER BY priority DESC, unixepoch(date) DESC, hash ASC ",
"query": "SELECT id, hash, message, reachable, date AS \"date: time::OffsetDateTime\", priority FROM queue JOIN commits USING (hash) ORDER BY priority DESC, unixepoch(date) DESC, hash ASC ",
"describe": {
"columns": [
{
@ -19,13 +19,18 @@
"type_info": "Text"
},
{
"name": "date: time::OffsetDateTime",
"name": "reachable",
"ordinal": 3,
"type_info": "Int64"
},
{
"name": "date: time::OffsetDateTime",
"ordinal": 4,
"type_info": "Text"
},
{
"name": "priority",
"ordinal": 4,
"ordinal": 5,
"type_info": "Int64"
}
],
@ -37,8 +42,9 @@
false,
false,
false,
false,
false
]
},
"hash": "02a0484f131cdd7420fb073dec5c9ed2758e21a6bf74026ba3e19cba1d274536"
"hash": "ca4e47d1a7fa0bbe474992eafeca39fa12d022fc171b8e4195cf1899ccb0557b"
}