Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: MySQL parameter binding compatibility with SQLAlchemy#91

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
santinalbrowns wants to merge1 commit intosqlc-dev:main
base:main
Choose a base branch
Loading
fromsantinalbrowns:fix/mysql-parameter-binding

Conversation

@santinalbrowns
Copy link

  • Convert MySQL '?' placeholders to named parameters (':p1', ':p2', etc.) for proper SQLAlchemy parameter binding
  • Add MySQL type mapping support for Python type inference
  • Fix SQL syntax error when using generated code with MySQL + SQLAlchemy

The generated code was using '?' placeholders in SQL but passing named parameters as dictionaries, which caused MySQL syntax errors. This fix ensures the SQL uses named parameters that match the parameter binding.

Fixes parameter binding issues for MySQL users of sqlc-gen-python.

- Convert MySQL '?' placeholders to named parameters (':p1', ':p2', etc.)  for proper SQLAlchemy parameter binding- Add MySQL type mapping support for Python type inference- Fix SQL syntax error when using generated code with MySQL + SQLAlchemyThe generated code was using '?' placeholders in SQL but passing namedparameters as dictionaries, which caused MySQL syntax errors. This fixensures the SQL uses named parameters that match the parameter binding.Fixes parameter binding issues for MySQL users of sqlc-gen-python.
Copy link
Collaborator

@devsteindevstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Hey@santinalbrowns appreciate the contribution! Are you able to add tests formysql?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@devsteindevsteindevstein left review comments

@kyleconroykyleconroyAwaiting requested review from kyleconroy

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@santinalbrowns@devstein

[8]ページ先頭

©2009-2025 Movatter.jp