This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let loadIssuesMetadata (key:RepoKey) : string = | |
use conn = new Npgsql.NpgsqlConnection(connectionString) | |
let p = ExpandoObject() | |
let pp = p :> IDictionary<string, obj> | |
pp.Add("owner", key.owner) | |
pp.Add("repo", key.repo) | |
conn.Query<R>("WITH metadata AS ( | |
SELECT leadtime, last_updated_on, repo, owner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For Testing Ghee |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class < self | |
def accept_headers(header) | |
#do stuff | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Booya! |