Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Update flask-sqlalchemy to 2.3.1 #63

Merged
merged 2 commits into from
Oct 8, 2017

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Oct 4, 2017

There's a new version of Flask-SQLAlchemy available.
You are currently using 2.3.0. I have updated it to 2.3.1

These links might come in handy: PyPI | Changelog | Repo | Docs

Changelog

2.3.1


Released on October 5, 2017

  • If a model has a table name that matches an existing table in the metadata,
    use that table. Fixes a regression where reflected tables were not picked up
    by models. (551_)
  • Raise the correct error when a model has a table name but no primary key.
    (556_)
  • Fix repr on models that don't have an identity because they have not been
    flushed yet. (555_)
  • Allow specifying a max_per_page limit for pagination, to avoid users
    specifying high values in the request args. (542_)
  • For paginate with error_out=False, the minimum value for page is
    1 and per_page is 0. (558_)

.. _542: pallets-eco/flask-sqlalchemy#542
.. _551: pallets-eco/flask-sqlalchemy#551
.. _555: pallets-eco/flask-sqlalchemy#555
.. _556: pallets-eco/flask-sqlalchemy#556
.. _558: pallets-eco/flask-sqlalchemy#558

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@codecov-io
Copy link

codecov-io commented Oct 8, 2017

Codecov Report

Merging #63 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #63   +/-   ##
======================================
  Coverage    94.3%   94.3%           
======================================
  Files         106     106           
  Lines        2266    2266           
======================================
  Hits         2137    2137           
  Misses        129     129

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 7363429...7dace8c. Read the comment docs.

@LowieHuyghe LowieHuyghe merged commit bdae42e into master Oct 8, 2017
@LowieHuyghe LowieHuyghe deleted the pyup-update-flask-sqlalchemy-2.3.0-to-2.3.1 branch October 8, 2017 21:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants