Jack Wotherspoon

Results 97 issues of Jack Wotherspoon

Support PostgreSQL [psycopg2](https://github.com/psycopg/psycopg2/) driver with connector.

type: feature request
priority: p2

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.

type: feature request
priority: p2

Support PostgreSQL [aiopg](https://github.com/aio-libs/aiopg) async driver with connector.

type: feature request
priority: p2
api: cloudsql

Support for MySQL [C extension module](https://dev.mysql.com/doc/connector-python/en/connector-python-cext-module.html) driver with connector.

type: feature request
priority: p2
api: cloudsql

Support SQL Server [pyodbc](https://github.com/mkleehammer/pyodbc) driver with connector.

type: feature request
priority: p2
api: cloudsql

Support MySQL [aiomysql](https://github.com/aio-libs/aiomysql) async driver with connector.

type: feature request
priority: p2

### 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:...

bug
waiting-response

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...

type: feature request
priority: p1