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

Bug Fix: Compatibility for sqlalchemy>=1.4.0 #290

Closed
wants to merge 1 commit into from
Closed

Bug Fix: Compatibility for sqlalchemy>=1.4.0 #290

wants to merge 1 commit into from

Conversation

naterenegar
Copy link

@naterenegar naterenegar commented Jul 27, 2021

See https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.18 and sqlalchemy/sqlalchemy#6153

This may not be everything needed for compatibility, but it puts ormar in the right direction

@collerek
Copy link
Owner

Hi, thanks for the pr! :)

Unfortunately if databases won't merge it's pr as described in #142 it won't be possible as the databases will crush.

@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2021

Codecov Report

Merging #290 (2f20227) into master (ef3edd4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #290   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          167       167           
  Lines        14237     14237           
=========================================
  Hits         14237     14237           
Impacted Files Coverage Δ
ormar/models/model_row.py 100.00% <ø> (ø)

@roansong
Copy link
Contributor

roansong commented Aug 28, 2021

encode/databases@89efe60 has been merged!
Now part of databases@0.5.0

@collerek collerek closed this Aug 30, 2021
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.

None yet

4 participants