The author is the last to know
Wednesday, October 22nd, 2008 12:29 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Frequent readers of this journal will recall that The Nice Editor Lady (TNEL) at Ace had back in April given us a schedule for the mass market reissue of the Liaden books. According to that schedule, Agent of Change was to be published in December 2008.
So, over on Amazon.com, Agent is listed as hitting the shelves on November 25.
Bn.com, in the meantime, is positing a publication date of October 28.
The Ace online catalog, which one would think would be the Definitive Source for information of this kind, shows two Lee and Miller titles -- Crystal Soldier and Crystal Dragon.
If anybody sees a copy of Agent on the bookshelves in the next couple weeks, sing out, OK?
So, over on Amazon.com, Agent is listed as hitting the shelves on November 25.
Bn.com, in the meantime, is positing a publication date of October 28.
The Ace online catalog, which one would think would be the Definitive Source for information of this kind, shows two Lee and Miller titles -- Crystal Soldier and Crystal Dragon.
If anybody sees a copy of Agent on the bookshelves in the next couple weeks, sing out, OK?
no subject
Date: 2008-10-22 06:18 pm (UTC)It sounds like an underspecification to me, where the database design was done with the assumption that each "book" record just needs a pointer to one "author" record.
One approach is to have three tables: books, authors, and book-author links (where each book can be linked to multiple authors, and multiple books to the same author or authors).
Another would be to have an "author" record which represented a collaboration, and that itself linked to multiple authors.
(I'm not a database designer, but I did take a DB design class in college, and do some relational DB stuff now and then.)
no subject
Date: 2008-10-23 12:51 pm (UTC)