Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
Description
This code crashes:
import mariadb |
cursor=mariadb.cursor() |
instead of reporting an error, e.g.
AttributeError: module 'mariadb' has no attribute 'cursor'
|