Bela detexta

Bela detexta is an extinct species of sea snail, a marine gastropod mollusk in the family Mangeliidae.[1]

Bela detexta
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Caenogastropoda
Clade: Hypsogastropoda
Clade: Neogastropoda
Superfamily: Conoidea
Family: Mangeliidae
Genus: Bela
Species:
B. detexta
Binomial name
Bela detexta
(Bellardi, 1877)
Synonyms

Raphitoma detexta Bellardi, 1877 (original combination)

Description

Distribution

This extinct marine species was found in Pleistocene strata in Italy.

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.

References

  1. Bouchet, P. (2015). Bela detexta (Bellardi, 1877) †. In: MolluscaBase (2017). Accessed through: World Register of Marine Species at http://marinespecies.org/aphia.php/aphia.php?p=taxdetails&id=853255 on 2017-03-19


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.