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

added support for sqlalchemy default parameters #455 #456

Merged
merged 1 commit into from
May 6, 2020

Conversation

Mikkgn
Copy link
Contributor

@Mikkgn Mikkgn commented Dec 11, 2019

What do these changes do?

Fix #455

Are there changes in behavior for the user?

No changes

Related issue number

#455

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: Fix issue with non-ascii contents in doctest text files.

@terricain
Copy link
Collaborator

So I've changed all the tests to now use pytest, can you update them to match the tests in master.

@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #456 into master will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #456      +/-   ##
==========================================
+ Coverage   87.20%   87.33%   +0.12%     
==========================================
  Files           9        9              
  Lines        1180     1192      +12     
  Branches      172      174       +2     
==========================================
+ Hits         1029     1041      +12     
  Misses        122      122              
  Partials       29       29              
Impacted Files Coverage Δ
aiomysql/sa/engine.py 90.09% <100.00%> (+1.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abef958...3afdf71. Read the comment docs.

@terricain
Copy link
Collaborator

Nice looks good :)

@terricain terricain merged commit e4762d9 into aio-libs:master May 6, 2020
andr-04 added a commit to andr-04/aiomysql that referenced this pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default value for column doesn`t work
2 participants