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

fix(mysql): support parametrized datetime types #9294

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jun 3, 2024

Closes #9293.

@cpcloud cpcloud changed the title mysql datetime 6 fix(mysql): support parametrized datetime types Jun 3, 2024
Copy link
Contributor

github-actions bot commented Jun 3, 2024

ACTION NEEDED

Ibis follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message.

Please update your PR title and description to match the specification.

@cpcloud cpcloud added bug Incorrect behavior inside of ibis mysql The MySQL backend datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) timestamps Issues related to the timestamp API labels Jun 3, 2024
@cpcloud cpcloud added this to the 9.1 milestone Jun 3, 2024
@cpcloud cpcloud merged commit ccfcbbc into ibis-project:main Jun 3, 2024
83 of 84 checks passed
@cpcloud cpcloud deleted the mysql-datetime-6 branch June 3, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) mysql The MySQL backend timestamps Issues related to the timestamp API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: cannot convert mysql datetime(6) type to ibis datatype
2 participants