Jack Wotherspoon
Jack Wotherspoon
Support PostgreSQL [psycopg2](https://github.com/psycopg/psycopg2/) driver with connector.
Before being ready for review: - [x] Merge asyncpg PR into main and merge main into this branch (fix conflicts) - [ ] Have new aiomysql version released with support...
Monitor interest and adoption of [psycopg3](https://github.com/psycopg/psycopg) driver for potential support with Cloud SQL connector.
Support PostgreSQL [aiopg](https://github.com/aio-libs/aiopg) async driver with connector.
Support for MySQL [C extension module](https://dev.mysql.com/doc/connector-python/en/connector-python-cext-module.html) driver with connector.
Support SQL Server [pyodbc](https://github.com/mkleehammer/pyodbc) driver with connector.
Support MySQL [aiomysql](https://github.com/aio-libs/aiomysql) async driver with connector.
### TL;DR I have been seeing random failures in our Github Action `auth` step with the following error message: ```sh Error: google-github-actions/auth failed with: retry function failed after 1 attempt:...
Adding a validation step to validate format of database `user` argument for better error handling and debugging when using automatic IAM database authentication. **Postgres**: Removes `.gserviceaccount.com` domain suffix if it...
The Python Connector currently uses `raise_for_status=True` when using aiohttp's [`ClientSession`](https://docs.aiohttp.org/en/stable/client_reference.html). The default behaviour for this argument is to close http connections when response status code > 400 and raise generic...