Josh Fee fa8c9ddc55 fix: generate longer IDs when using sqlite
The sqlite ID generation code was intending to recursively try longer
IDs until one was found without collision, however the recursive call
didn't actually try longer IDs, and just made 10 attempts at finding a
3 character ID (the default).
2015-07-15 17:21:32 -04:00
..