blob: 13a3b237434eb9851d698c9a291b152b48d0f926 [file] [log] [blame]
:meth:`sqlite3.connect` now correctly raises :exc:`MemoryError` if the
underlying SQLite API signals memory error. Patch by Erlend E. Aasland.