The Wayback Machine - https://web.archive.org/web/20230118140407/https://github.com/PyMySQL/PyMySQL/issues/202
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

Support prepared statement. #202

Open
methane opened this issue Dec 16, 2013 · 6 comments
Open

Support prepared statement. #202

methane opened this issue Dec 16, 2013 · 6 comments

Comments

@methane
Copy link
Member

methane commented Dec 16, 2013

No description provided.

@kostix
Copy link

kostix commented Jul 18, 2016

The link appears to be 404.

@methane methane added this to the After 1.0 milestone Jul 28, 2016
@methane
Copy link
Member Author

methane commented Aug 30, 2016

FYI, I'm not interested in supporting this.
After 1.0, I'll look MySQL x-protocol. It support prepared statement without extra roundtrips.

If someone interested in this, please respect PostgreSQL drivers and MySQL Connector/Python
APIs.

@methane methane removed this from the After 1.0 milestone Jun 27, 2018
@gganley
Copy link

gganley commented Apr 18, 2019

@methane Is this something you want to close or still waiting for 1.0? What sort of issues are more important for 1.0 release.

@bskotny
Copy link

bskotny commented May 5, 2019

I believe I was able to do this part. I created a prepared statement class and wrote some tests.

@jmehnle
Copy link

jmehnle commented Sep 9, 2020

So what's the latest on this? Has this secretly been implemented in PyMySQL? If not, then are there still plans to support prepared statements at some point?

@mariadb-DmitryVolkov
Copy link

mariadb-DmitryVolkov commented Nov 14, 2022

I am very interested in "prepare statement" functionality. I found that someone seems have implemented it here:
aio-libs/aiomysql#508

aiomysql pushed back saying it has to be implemented in PyMySQL. Seriously, you folks are the best Python MySQL library, with literally one feature missing! I can't use other libraries because PyMySQL is gevent friendly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants