NathanWolf / BukkitPlugins

My plugins for the Bukkit Minecraft server
mine.elmakers.com
14 stars 7 forks source link

Handle missing SQLLite drivers gracefully #30

Closed NathanWolf closed 13 years ago

NathanWolf commented 13 years ago

Persistence currently throws some exceptions when it can't find the SQLLite drivers.

NathanWolf commented 13 years ago

This should be better now- it will return a null connection, which will just cause an attempt to re-connect on re-use.