[CONPY-77] Add mariadb dialect to sqlalchemy Created: 2020-06-11 Updated: 2021-04-27 Resolved: 2020-09-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.1 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| 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. |
| Comments |
| Comment by Honglei Jiang [ 2020-07-15 ] |
| Comment by Andrew Hutchings (Inactive) [ 2020-07-15 ] |
|
hongleij many thanks for this, I've also added a comment to it. |
| Comment by Georg Richter [ 2020-09-03 ] |