2022-04-12 17:48:05 +05:30
{
"db" : "SQLite" ,
2023-02-26 23:16:25 +05:30
"069a127ffb1062321bba5a915a4ead3e0bbe4dabf6e0f684d8cc6a6d8a68ad5b" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 4
}
} ,
"query" : "INSERT OR IGNORE INTO fts_repositories ( name, description, website, html_url ) \n VALUES ( $1, $2, $3, $4 );"
} ,
2022-04-12 17:48:05 +05:30
"0bb37cc79d5ef803285d05d06e6ef93b62c0b532c0298148fe436178761fd70a" : {
"describe" : {
"columns" : [
{
"name" : "ID" ,
"ordinal" : 0 ,
"type_info" : "Int64"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "SELECT ID FROM starchart_forges WHERE hostname = $1"
} ,
2023-02-26 23:16:25 +05:30
"0f68a0cf8dbe0566dd6e0962c656382095694428dcf8990dc20d88601b56445b" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "INSERT OR IGNORE INTO fts_project_topics ( name ) VALUES ( $1 );"
} ,
2023-02-22 12:05:49 +05:30
"0fbcc736f60b14d55fbd88031a2929d04de02f5244345c2bc0f0e58d4c29cb14" : {
"describe" : {
"columns" : [
{
"name" : "html_url" ,
"ordinal" : 0 ,
"type_info" : "Text"
} ,
{
"name" : "profile_photo_html_url" ,
"ordinal" : 1 ,
"type_info" : "Text"
} ,
{
"name" : "imported" ,
"ordinal" : 2 ,
"type_info" : "Bool"
}
] ,
"nullable" : [
false ,
true ,
false
] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : "SELECT html_url, profile_photo_html_url, imported FROM starchart_users WHERE username = $1 AND \n hostname_id = (SELECT ID FROM starchart_forges WHERE hostname = $2)"
} ,
2022-04-30 23:50:59 +05:30
"2afb17ba3753aa440465a836b46b7a1466f25791cfc4d0acdd38bc2755ae3e86" : {
"describe" : {
"columns" : [
{
"name" : "ID" ,
"ordinal" : 0 ,
"type_info" : "Int64"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "SELECT ID FROM starchart_users WHERE username = $1"
} ,
2022-04-12 17:48:05 +05:30
"30de2d37dd1bd602249cd2adfab499e41105249c20dc58cb360f539d6a782fa1" : {
"describe" : {
"columns" : [
{
"name" : "ID" ,
"ordinal" : 0 ,
"type_info" : "Int64"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "SELECT ID FROM starchart_forge_type WHERE name = $1"
} ,
2023-02-22 12:05:49 +05:30
"338fb30307071e6df9efee6a68697c60e579d7b2332630bce401c0e7186a642a" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 7
}
} ,
"query" : "INSERT INTO \n starchart_users (\n hostname_id, username, html_url,\n profile_photo_html_url, added_on, last_crawl_on, imported\n ) \n VALUES (\n (SELECT ID FROM starchart_forges WHERE hostname = $1), $2, $3, $4, $5, $6, $7)"
} ,
2022-05-17 16:15:04 +05:30
"364c8e3d147318b864fd28ad284f225aaace9479b5cf0428fb97f0e5689e248d" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : " DELETE FROM starchart_users WHERE username = $1 AND \n hostname_id = (SELECT ID FROM starchart_forges WHERE hostname = $2)"
} ,
2022-05-04 12:10:37 +05:30
"6f5ca3d71a541eb6f33e37a5889c048536ab6ad7e81a6236d73aa71433c13717" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "INSERT OR IGNORE INTO starchart_project_topics ( name ) VALUES ( $1 );"
} ,
2023-02-28 16:02:36 +05:30
"74fb3a1ae4f339b5371a6872e6eb4ed7c1f5968dac70de1639454c394a05cb38" : {
2022-05-19 14:12:57 +05:30
"describe" : {
2023-02-28 16:02:36 +05:30
"columns" : [ ] ,
"nullable" : [ ] ,
2022-05-19 14:12:57 +05:30
"parameters" : {
2023-02-28 16:02:36 +05:30
"Right" : 4
2022-05-19 14:12:57 +05:30
}
} ,
2023-02-28 16:02:36 +05:30
"query" : "INSERT INTO starchart_forges\n (hostname, verified_on, forge_type, starchart_instance)\n VALUES\n (\n $1, $2,\n (SELECT ID FROM starchart_forge_type WHERE name = $3),\n $4)"
2022-05-19 14:12:57 +05:30
} ,
2023-02-22 12:05:49 +05:30
"78e53b067f8706f326fe06d184f8d94dd2c1869f89706e88afa9a0b19717229c" : {
2022-05-19 21:38:01 +05:30
"describe" : {
"columns" : [
{
"name" : "hostname" ,
"ordinal" : 0 ,
"type_info" : "Text"
} ,
{
"name" : "username" ,
"ordinal" : 1 ,
"type_info" : "Text"
} ,
{
"name" : "name" ,
"ordinal" : 2 ,
"type_info" : "Text"
} ,
{
"name" : "description" ,
"ordinal" : 3 ,
"type_info" : "Text"
} ,
{
"name" : "html_url" ,
"ordinal" : 4 ,
"type_info" : "Text"
} ,
{
"name" : "ID" ,
"ordinal" : 5 ,
"type_info" : "Int64"
} ,
{
"name" : "website" ,
"ordinal" : 6 ,
"type_info" : "Text"
2023-02-22 12:05:49 +05:30
} ,
{
"name" : "imported" ,
"ordinal" : 7 ,
"type_info" : "Bool"
2022-05-19 21:38:01 +05:30
}
] ,
"nullable" : [
false ,
false ,
false ,
true ,
false ,
2022-06-03 23:05:29 +05:30
false ,
true ,
false
] ,
"parameters" : {
2023-02-22 12:05:49 +05:30
"Right" : 2
2022-06-03 23:05:29 +05:30
}
} ,
2023-02-22 12:05:49 +05:30
"query" : "SELECT \n starchart_forges.hostname,\n starchart_users.username,\n starchart_repositories.name,\n starchart_repositories.description,\n starchart_repositories.html_url,\n starchart_repositories.ID,\n starchart_repositories.website,\n starchart_repositories.imported\n FROM\n starchart_repositories\n INNER JOIN\n starchart_forges\n ON\n starchart_repositories.hostname_id = starchart_forges.id\n INNER JOIN\n starchart_users\n ON\n starchart_repositories.owner_id = starchart_users.id\n ORDER BY\n starchart_repositories.ID\n LIMIT $1 OFFSET $2\n ;"
2022-06-03 23:05:29 +05:30
} ,
2023-02-28 16:02:36 +05:30
"79f5b63171b7884e8bc46fe2754a1e95742b1b7d34fcc3aa9883258a3df4357a" : {
"describe" : {
"columns" : [
{
"name" : "hostname" ,
"ordinal" : 0 ,
"type_info" : "Text"
} ,
{
"name" : "last_crawl_on" ,
"ordinal" : 1 ,
"type_info" : "Int64"
} ,
{
"name" : "name" ,
"ordinal" : 2 ,
"type_info" : "Text"
} ,
{
"name" : "instance_url" ,
"ordinal" : 3 ,
"type_info" : "Text"
}
] ,
"nullable" : [
false ,
true ,
false ,
false
] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : "SELECT\n hostname,\n last_crawl_on,\n starchart_forge_type.name,\n starchart_introducer.instance_url\n FROM\n starchart_forges\n INNER JOIN\n starchart_forge_type\n ON\n starchart_forges.forge_type = starchart_forge_type.id\n LEFT JOIN\n starchart_introducer\n ON\n starchart_introducer.ID = starchart_forges.starchart_instance\n ORDER BY\n starchart_forges.ID\n LIMIT $1 OFFSET $2;\n "
} ,
"7ee4e3e06dc7dea3b514c0d7632c916ee0d9346fd52af43563d47f3c4deff22d" : {
"describe" : {
"columns" : [
{
"name" : "ID" ,
"ordinal" : 0 ,
"type_info" : "Int64"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 3
}
} ,
"query" : "SELECT ID FROM starchart_repositories\n WHERE\n name = $1\n AND\n owner_id = ( SELECT ID FROM starchart_users WHERE username = $2)\n AND\n hostname_id = (SELECT ID FROM starchart_forges WHERE hostname = $3)"
} ,
2023-02-28 16:37:22 +05:30
"96e6de65010251e364c654901cd627a9ce25e98cf0277b10e97fec36ed6db25c" : {
2023-02-28 16:02:36 +05:30
"describe" : {
2023-02-28 16:37:22 +05:30
"columns" : [
{
"name" : "instance_url" ,
"ordinal" : 0 ,
"type_info" : "Text"
}
] ,
"nullable" : [
false
] ,
2023-02-28 16:02:36 +05:30
"parameters" : {
2023-02-28 16:37:22 +05:30
"Right" : 2
2023-02-28 16:02:36 +05:30
}
} ,
2023-02-28 16:37:22 +05:30
"query" : "SELECT\n instance_url\n FROM\n starchart_introducer\n LIMIT $1 OFFSET $2;\n "
2023-02-28 16:02:36 +05:30
} ,
2023-02-26 23:16:25 +05:30
"989fdcfc0088ac19ffbe29bba5349d2dcade134fa2b450769ec617d91f88ffe1" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "INSERT OR IGNORE INTO fts_users ( username ) VALUES ( $1 );"
} ,
2023-02-28 16:02:36 +05:30
"9f95bbc36ece57546b81052765eaf0d6cec38f8cf19cda3d256ba21c46a7bd4f" : {
2022-05-19 14:12:57 +05:30
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
2022-05-19 19:14:31 +05:30
"parameters" : {
"Right" : 4
}
} ,
2023-02-28 16:02:36 +05:30
"query" : "INSERT INTO starchart_forges\n (hostname, verified_on, forge_type, starchart_instance)\n VALUES (\n $1,\n $2,\n (SELECT ID FROM starchart_forge_type WHERE name = $3),\n (SELECT ID FROM starchart_introducer WHERE instance_url = $4)\n )"
2022-05-19 14:12:57 +05:30
} ,
2023-02-26 23:16:25 +05:30
"a60479593819cc7dc7ec87a2d7a25a8960dc2efa1f59c5187d2084c79e26e3f8" : {
"describe" : {
"columns" : [
{
"name" : "name" ,
"ordinal" : 0 ,
"type_info" : "Text"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : "SELECT name FROM starchart_project_topics ORDER BY ID LIMIT $1 OFFSET $2;"
} ,
2022-04-30 23:50:59 +05:30
"a81dd4b5df666e22fac211092e7b8425d838dd9023aa2b17659352f30831944d" : {
"describe" : {
"columns" : [
{
"name" : "ID" ,
"ordinal" : 0 ,
"type_info" : "Int64"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : "SELECT ID FROM starchart_users WHERE username = $1 AND \n hostname_id = (SELECT ID FROM starchart_forges WHERE hostname = $2)"
} ,
2023-02-26 23:16:25 +05:30
"ae9295f46da1753fe91a633b5738533084005ad32915c19635f896c454284b6b" : {
"describe" : {
"columns" : [
{
"name" : "hostname" ,
"ordinal" : 0 ,
"type_info" : "Text"
} ,
{
"name" : "username" ,
"ordinal" : 1 ,
"type_info" : "Text"
} ,
{
"name" : "name" ,
"ordinal" : 2 ,
"type_info" : "Text"
} ,
{
"name" : "description" ,
"ordinal" : 3 ,
"type_info" : "Text"
} ,
{
"name" : "html_url" ,
"ordinal" : 4 ,
"type_info" : "Text"
} ,
{
"name" : "ID" ,
"ordinal" : 5 ,
"type_info" : "Int64"
} ,
{
"name" : "website" ,
"ordinal" : 6 ,
"type_info" : "Text"
} ,
{
"name" : "imported" ,
"ordinal" : 7 ,
"type_info" : "Bool"
}
] ,
"nullable" : [
false ,
false ,
false ,
true ,
false ,
false ,
true ,
false
] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "SELECT \n starchart_forges.hostname,\n starchart_users.username,\n starchart_repositories.name,\n starchart_repositories.description,\n starchart_repositories.html_url,\n starchart_repositories.ID,\n starchart_repositories.website,\n starchart_repositories.imported\n FROM\n starchart_repositories\n INNER JOIN\n starchart_forges\n ON\n starchart_repositories.hostname_id = starchart_forges.id\n INNER JOIN\n starchart_users\n ON\n starchart_repositories.owner_id = starchart_users.id\n WHERE starchart_repositories.html_url = $1\n ;"
} ,
2023-02-28 16:02:36 +05:30
"c6793ce32409465bc6cce5949059f36fcef96e1b6ec1e865506d8e42802403fb" : {
"describe" : {
"columns" : [
{
"name" : "hostname" ,
"ordinal" : 0 ,
"type_info" : "Text"
} ,
{
"name" : "last_crawl_on" ,
"ordinal" : 1 ,
"type_info" : "Int64"
} ,
{
"name" : "instance_url" ,
"ordinal" : 2 ,
"type_info" : "Text"
} ,
{
"name" : "name" ,
"ordinal" : 3 ,
"type_info" : "Text"
}
] ,
"nullable" : [
false ,
true ,
false ,
false
] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : "SELECT\n hostname,\n last_crawl_on,\n starchart_introducer.instance_url,\n starchart_forge_type.name\n FROM\n starchart_forges\n INNER JOIN\n starchart_forge_type\n ON\n starchart_forges.forge_type = starchart_forge_type.id\n LEFT JOIN\n starchart_introducer\n ON\n starchart_introducer.ID = starchart_forges.starchart_instance\n WHERE \n starchart_forges.imported = false\n ORDER BY\n starchart_forges.ID\n LIMIT $1 OFFSET $2;\n "
} ,
2023-02-22 12:05:49 +05:30
"ca22e5f6e7065cf2d4ffdbfac0084f9871de8cd9073d470cbf7eac2de2a73c47" : {
2022-05-04 12:10:37 +05:30
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
2023-02-22 12:05:49 +05:30
"Right" : 9
2022-05-04 12:10:37 +05:30
}
} ,
2023-02-22 12:05:49 +05:30
"query" : "INSERT INTO \n starchart_repositories (\n hostname_id, owner_id, name, description, html_url, website, created,\n last_crawl, imported\n )\n VALUES (\n (SELECT ID FROM starchart_forges WHERE hostname = $1),\n (SELECT ID FROM starchart_users WHERE username = $2),\n $3, $4, $5, $6, $7, $8, $9\n );"
2022-05-04 12:10:37 +05:30
} ,
2023-02-26 23:16:25 +05:30
"d22d18f0c2b49a570ac95e1af5ba398b3d1c7a1a5a6780d6dc646077e466714c" : {
"describe" : {
"columns" : [
{
"name" : "username" ,
"ordinal" : 0 ,
"type_info" : "Text"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : "SELECT username FROM starchart_users ORDER BY ID LIMIT $1 OFFSET $2"
} ,
2023-02-28 16:02:36 +05:30
"da9ae5c04ed5576195b472e69af94827da8a718bd1e7e7a9b595dd120226288d" : {
"describe" : {
"columns" : [
{
"name" : "hostname" ,
"ordinal" : 0 ,
"type_info" : "Text"
} ,
{
"name" : "last_crawl_on" ,
"ordinal" : 1 ,
"type_info" : "Int64"
} ,
{
"name" : "instance_url" ,
"ordinal" : 2 ,
"type_info" : "Text"
} ,
{
"name" : "name" ,
"ordinal" : 3 ,
"type_info" : "Text"
}
] ,
"nullable" : [
false ,
true ,
false ,
false
] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "SELECT \n hostname,\n last_crawl_on,\n starchart_introducer.instance_url,\n starchart_forge_type.name\n FROM\n starchart_forges\n INNER JOIN\n starchart_forge_type\n ON\n starchart_forges.forge_type = starchart_forge_type.id\n LEFT JOIN\n starchart_introducer\n ON\n starchart_introducer.ID = starchart_forges.starchart_instance\n WHERE\n hostname = $1;\n "
} ,
2022-05-04 12:10:37 +05:30
"e30ccfaa6aeda8cf30a2b3e9134abd0c0420441c5ed05189c3be605b1405c8e9" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 2
}
} ,
"query" : "\n INSERT INTO starchart_repository_topic_mapping ( topic_id, repository_id )\n VALUES (\n (SELECT ID FROM starchart_project_topics WHERE name = $1),\n (SELECT ID FROM starchart_repositories WHERE html_url = $2)\n );"
} ,
2023-02-26 23:16:25 +05:30
"e570081e9603b61c9df03d5cbcfcc4bb23b1f6ba077448ed1b743ef3e0cfbf39" : {
"describe" : {
"columns" : [
{
"name" : "html_url" ,
"ordinal" : 0 ,
"type_info" : "Null"
}
] ,
"nullable" : [
true
] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "SELECT html_url FROM fts_repositories WHERE html_url MATCH $1;"
} ,
2022-05-17 16:15:04 +05:30
"ed20e6fcac091172778119cdfc68c8e511224205a0bb7c74df192dcdfbfe63f2" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 3
}
} ,
"query" : " DELETE FROM starchart_repositories\n WHERE \n name = $1\n AND\n owner_id = ( SELECT ID FROM starchart_users WHERE username = $2)\n AND\n hostname_id = (SELECT ID FROM starchart_forges WHERE hostname = $3)"
} ,
2023-02-28 16:37:22 +05:30
"efefccb1c7c44cecb34a6b2548662715695d7c07cea06a23090b3b0c0a21d1e2" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "INSERT OR IGNORE INTO\n starchart_introducer (instance_url)\n VALUES ($1);"
} ,
2022-05-19 21:38:01 +05:30
"f162b8469f951609e5fa026fa14b074361a4c206b34a8e6ed048d2e54157f4bb" : {
"describe" : {
"columns" : [
{
"name" : "name" ,
"ordinal" : 0 ,
"type_info" : "Text"
}
] ,
"nullable" : [
false
] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "SELECT name FROM starchart_project_topics WHERE ID = (\n SELECT topic_id FROM starchart_repository_topic_mapping WHERE repository_id = $1\n )"
} ,
2022-04-12 17:48:05 +05:30
"f52cde89ec10d5ca2151c9df6ae273ee0d52af9f79bb776765cfa716aad6af53" : {
"describe" : {
"columns" : [ ] ,
"nullable" : [ ] ,
"parameters" : {
"Right" : 1
}
} ,
"query" : "DELETE FROM starchart_forges WHERE hostname = ($1)"
}
}