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

Provide a task to insert into MySQL #124

Closed
loicmathieu opened this issue Apr 3, 2023 · 2 comments
Closed

Provide a task to insert into MySQL #124

loicmathieu opened this issue Apr 3, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@loicmathieu
Copy link
Member

Feature description

There is currently no way to insert into MySQL, only querying is supported.

@loicmathieu loicmathieu added the enhancement New feature or request label Apr 3, 2023
@loicmathieu
Copy link
Member Author

We should be able to leverage the generateSimpleParameterMetadata connection properties to implement Batch the same way we did for Postgres.

See https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-connp-props-prepared-statements.html#cj-conn-prop_generateSimpleParameterMetadata

@github-project-automation github-project-automation bot moved this to Backlog in All issues Apr 25, 2023
@anna-geller anna-geller removed this from All issues Oct 30, 2023
@anna-geller anna-geller added this to the v0.18.0 milestone Dec 5, 2023
iNikitaGricenko added a commit to iNikitaGricenko/plugin-jdbc that referenced this issue Apr 27, 2024
loicmathieu pushed a commit that referenced this issue Apr 29, 2024
* Add test for query with aliases

* #109

* #124 Implemented batch

* Fixed flow issue. Changed datetime type
@tchiotludo tchiotludo modified the milestones: v0.18.0, v0.17.0 May 2, 2024
@tchiotludo
Copy link
Member

done in #293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Planned
Development

No branches or pull requests

3 participants