plasticityai / supersqlite

A supercharged SQLite library for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing __enter__() with cursor

pprados opened this issue · comments

The syntax :
with conn.cursor() as cursor: ...
work with standard Python SQLite and others database drivers (postgres, ...)
But the method __enter__() is not defined in supersqlite driver.