Niall Inman

Niall Inman (born 6 February 1978) in Wakefield, England, is an Irish retired professional footballer who played as a midfielder for Peterborough United in the Football League.

Niall Inman
Personal information
Full name Niall Inman
Date of birth (1978-02-06) 6 February 1978
Place of birth Wakefield, England
Playing position(s) Midfielder
Senior career*
Years Team Apps (Gls)
1995–2001 Peterborough United 12 (2)
1997–1998Stevenage Borough (loan) ? (?)
2000–2001Kettering Town (loan) 28 (4)
2001 Dover Athletic 6 (0)
2001–2003 Kettering Town 44 (7)
2003–2004 Grantham Town 25 (0)
2004–2007 Mildenhall Town ? (?)
Total 115 (11)
National team
Republic of Ireland U21 5 (0)
* Senior club appearances and goals counted for the domestic league only

Honours

Republic of Ireland

gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.