mirror of https://github.com/realaravinth/gitpad
531 lines
14 KiB
JSON
531 lines
14 KiB
JSON
{
|
|
"db": "SQLite",
|
|
"0b6e7311c44fa5278b5279b1ecfb8eba57a80f5ddc5f0e1a78f126113a31187b": {
|
|
"query": "insert into gists_users \n (username , password, email, secret) values ($1, $2, $3, $4)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"1516ec34202a21239aa8275d5637007d4c2c54ada5ed346dcebfb4b7b3cdf019": {
|
|
"query": "\n SELECT\n ID,\n comment,\n owner,\n created,\n gist_public_id\n FROM\n gists_comments_view\n WHERE\n gist_public_id = $1\n ORDER BY created;\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "ID",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "comment",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "owner",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "created",
|
|
"ordinal": 3,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "gist_public_id",
|
|
"ordinal": 4,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"1ea7ea0bb1a6f4b84a2b9c6b1741c6bf9f1938f107133bd80e72a82fb44d5c8a": {
|
|
"query": "INSERT INTO gists_comments (owner_id, gist_id, comment, created)\n VALUES (\n (SELECT ID FROM gists_users WHERE username = $1),\n (SELECT ID FROM gists_gists WHERE public_id = $2),\n $3,\n $4\n )",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"340413dd6062e88bf2db846a05f600d6d0384f8b7038445653c3156b997232a8": {
|
|
"query": "DELETE FROM gists_gists \n WHERE \n public_id = $1\n AND\n owner_id = (SELECT ID FROM gists_users WHERE username = $2)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"36dec233992fb484e0ee86dac49197ddcea4e2ea47bb98a3aee89f857e13cc80": {
|
|
"query": "SELECT\n owner,\n visibility,\n created,\n updated,\n public_id,\n description\n FROM\n gists_gists_view\n WHERE \n owner = $1\n AND\n visibility = $2\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "owner",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "visibility",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "created",
|
|
"ordinal": 2,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "updated",
|
|
"ordinal": 3,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "public_id",
|
|
"ordinal": 4,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"ordinal": 5,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
true
|
|
]
|
|
}
|
|
},
|
|
"38409cc4e1e1edf0a5f15160d54a59b741fc668795bcdc11570e3963661c77e0": {
|
|
"query": "SELECT\n owner,\n visibility,\n created,\n updated,\n public_id,\n description\n FROM\n gists_gists_view\n WHERE public_id = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "owner",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "visibility",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "created",
|
|
"ordinal": 2,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "updated",
|
|
"ordinal": 3,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "public_id",
|
|
"ordinal": 4,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"ordinal": 5,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
true
|
|
]
|
|
}
|
|
},
|
|
"39cea9b1c3ff61fdc935e3559151ce3100fe7d7090843cb39dc77ec67d668980": {
|
|
"query": "SELECT ID from gists_gists WHERE public_id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "ID",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"405772009a7aee0194b6b25c42955c2674c3ff92b812d7f15c4075d243879c60": {
|
|
"query": "SELECT password FROM gists_users WHERE username = ($1)",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "password",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"4eb5627f85e0395422df67fb6d9bb8a1325bb751293b55a370f3906b42fec554": {
|
|
"query": "UPDATE gists_users set password = $1\n WHERE username = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"7cc18cdd39aa42dcbb75b0b0d06b6df05ac654654b86db71be07344e3f09510d": {
|
|
"query": "UPDATE gists_users set username = $1 WHERE username = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"87e92bd84adbe95b27200a84c861d30b7c09b0a7976df7a02caa645b46cdf7dd": {
|
|
"query": "SELECT username, password FROM gists_users WHERE email = ($1)",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "username",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"9aaf3a384bf79f278bf79c99b34fadcc172cfa4e7857111502782e6ad7110b7b": {
|
|
"query": "UPDATE gists_users set email = $1\n WHERE username = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"a123bde2c6da21bc9b98036b4c68c34dc5e1fbe73564e9f64d832b8d9a2b667d": {
|
|
"query": "\n SELECT\n ID,\n comment,\n owner,\n created,\n gist_public_id\n FROM\n gists_comments_view\n WHERE\n ID = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "ID",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "comment",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "owner",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "created",
|
|
"ordinal": 3,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "gist_public_id",
|
|
"ordinal": 4,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"aa899a667f05d021e1d537f1ab53289edcec5fc76a88b56abb08909bbc5b8478": {
|
|
"query": "UPDATE gists_users set secret = $1\n WHERE username = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"abb03ed8bb0c881539d518d4585689b9511d0eedec683007916eaaac3db9eefa": {
|
|
"query": "SELECT id from gists_users WHERE email = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "ID",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"b3c2a524999bb13149704c53c059a856c5003ef537b9e966548123a52c01802b": {
|
|
"query": "DELETE FROM gists_users WHERE username = ($1)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"c2ab0ea9f4f409a089d9bf845a6102d7acae88fab627b77cf906852c6feb4aeb": {
|
|
"query": "INSERT INTO gists_gists \n (owner_id , description, public_id, visibility, created, updated)\n VALUES (\n (SELECT ID FROM gists_users WHERE username = $1),\n $2, $3, (SELECT ID FROM gists_visibility WHERE name = $4), $5, $6\n )",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 6
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"d2926f3eb50920293d620b2c312302981645da0ac54c2c99e8cc822ddb67b544": {
|
|
"query": "SELECT ID from gists_visibility WHERE name = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "ID",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"d4762a0b958e06f8d2837d43e8138a560c9c966cbe12d1f10ec12da09866f8eb": {
|
|
"query": "SELECT id from gists_users WHERE username = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "ID",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"d5ad01498e65415f65a3c30e327b60c61b016a89050ff3fb2e853d0b0632f964": {
|
|
"query": "DELETE FROM gists_comments\n WHERE\n ID = $1\n AND\n owner_id = (SELECT ID FROM gists_users WHERE username = $2)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"d96deddee5298f86c6938eeb12ee6ad130a2d6217629533c0400689065ab7a08": {
|
|
"query": "SELECT\n owner,\n visibility,\n created,\n updated,\n public_id,\n description\n FROM\n gists_gists_view\n WHERE owner = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "owner",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "visibility",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "created",
|
|
"ordinal": 2,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "updated",
|
|
"ordinal": 3,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "public_id",
|
|
"ordinal": 4,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"ordinal": 5,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
true
|
|
]
|
|
}
|
|
},
|
|
"e3604664ce429e2f49c0c4cc2601c5336be3f8690c06b9883b64b53085c9c9a6": {
|
|
"query": "INSERT INTO gists_users \n (username , password, secret) VALUES ($1, $2, $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
}
|
|
},
|
|
"e7aadec10bcf05eeac542b2f89ce27fcf2efd5d5e8c4ff929fce35c47d7feed1": {
|
|
"query": "SELECT secret FROM gists_users WHERE username = ($1)",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "secret",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
}
|
|
},
|
|
"f8f0c9da439206cfc4df5f916d9c4cf731c19cbf6c005a5e7f56dac5d3b90b8e": {
|
|
"query": "SELECT\n owner,\n visibility,\n created,\n updated,\n public_id,\n description\n FROM\n gists_gists_view\n WHERE \n owner = $1\n AND\n visibility <> $2\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "owner",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "visibility",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "created",
|
|
"ordinal": 2,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "updated",
|
|
"ordinal": 3,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "public_id",
|
|
"ordinal": 4,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"ordinal": 5,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
true
|
|
]
|
|
}
|
|
},
|
|
"fbeb7f634647d0082b9a083590b027ba668e59f2173e0699b78c2261ace2638f": {
|
|
"query": "INSERT INTO gists_gists \n (owner_id , public_id, visibility, created, updated)\n VALUES (\n (SELECT ID FROM gists_users WHERE username = $1),\n $2, (SELECT ID FROM gists_visibility WHERE name = $3), $4, $5\n )",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 5
|
|
},
|
|
"nullable": []
|
|
}
|
|
}
|
|
} |