Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aiomysql.connect ignores server_public_key argument #670

Open
1 task done
Nothing4You opened this issue Jan 16, 2022 · 0 comments
Open
1 task done

aiomysql.connect ignores server_public_key argument #670

Nothing4You opened this issue Jan 16, 2022 · 0 comments
Labels
Milestone

Comments

@Nothing4You
Copy link
Collaborator

Nothing4You commented Jan 16, 2022

Describe the bug

aiomysql.connect() accepts the argument server_public_key

def connect(host="localhost", user=None, password="",
db=None, port=3306, unix_socket=None,
charset='', sql_mode=None,
read_default_file=None, conv=decoders, use_unicode=None,
client_flag=0, cursorclass=Cursor, init_command=None,
connect_timeout=None, read_default_group=None,
no_delay=None, autocommit=False, echo=False,
local_infile=False, loop=None, ssl=None, auth_plugin='',
program_name='', server_public_key=None):

but it is not passed on to _connect().

aiomysql Version

master as of writing, 0309e5f

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
@Nothing4You Nothing4You added this to the 1.0.0 milestone Jan 16, 2022
@Nothing4You Nothing4You modified the milestones: 0.1, 1.0 Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant