Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Many python applications use sqlalchemy for an ORM instead of direct database access. Sqlalchemy itself has dialect plugins for every DB connector. We should add mariadb to either the mysql dialect or add a new dialect for MariaDB. This would require a PR to sqlalchemy's repo.
Attachments
Issue Links
- is blocked by
-
CONPY-93 Fatal Python error: Python memory allocator called without holding the GIL
- Closed
-
CONPY-102 Set autocommit OFF by default
- Closed
-
CONPY-105 Change behavior of cursor->rowcount and cursor->lastrowid
- Closed
-
CONPY-106 Exceptions and MariaDB Error codes
- Closed
-
CONPY-107 Negative time value not handled
- Closed
- relates to
-
CONPY-153 Travis: Add SQL Alchemy test suite
- Open