-
Notifications
You must be signed in to change notification settings - Fork 257
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
Default value for column doesn`t work #455
Comments
Mikkgn
pushed a commit
to Mikkgn/aiomysql
that referenced
this issue
Dec 11, 2019
Mikkgn
pushed a commit
to Mikkgn/aiomysql
that referenced
this issue
Dec 11, 2019
4 tasks
Mikkgn
pushed a commit
to Mikkgn/aiomysql
that referenced
this issue
Apr 28, 2020
Mikkgn
pushed a commit
to Mikkgn/aiomysql
that referenced
this issue
Apr 28, 2020
terricain
pushed a commit
that referenced
this issue
May 6, 2020
Co-authored-by: mikkegn <[email protected]>
andr-04
added a commit
to andr-04/aiomysql
that referenced
this issue
May 18, 2021
* commit '0a8af2355562ea961477738d66b3334332447186': Bump version and tweak setup.py (aio-libs#540) Fill changelog for 0.0.21 release (aio-libs#538) Support python 3.7 and 3.8 in tests and travis CI Update dependencies (aio-libs#485) chore(flake8): fixed flake8 errors (aio-libs#484) added support for sqlalchemy default parameters aio-libs#455 (aio-libs#456) Fix flake Fixed invalid datatime for MySQL 5.7 Rewrote tests to use pytest exclusively Fixed linting Attempted to move db completely to docker Fix Travis attempt 1 Fix aio-libs#454
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've found, that default column value doesnt work in aiomysql. For example, here is a table definition:
And executing following code:
we get actual behavior with this error:
Expected behavior:
aiomysql should insert default values from the column.default property
Package versions:
The text was updated successfully, but these errors were encountered: