oursql v0.9.1 Release Notes

    • Recategorized ER_DUP_ENTRY as an IntegrityError.
    • Made Connection objects usable as context managers, fixing launchpad bug #506821.
    • Calling mysql_library_init() in initoursql() to prevent potential problems with multithreading.
    • Fixed IterWrapper to call iter() on what it's passed, fixing launchpad bug #545104.