Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Multiple authors

Braxton Schafer edited this page Oct 6, 2013 · 1 revision

Multiple author support is kind of a kludge, because sqlite3 stores lists as strings. It was either that or serialize them. So, I'm going to store multiple authors as just a plain, comma separated string (e.g. ignore list representation for now, as it would serve no benefit).

If functionality were implemented in the future that would benefit from list representation of authors, at that point it could be reimplemented so as to not break things from a user's point of view but make the change.

Clone this wiki locally