Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Don't require sqlite3 when using postgres #4466

Merged
merged 3 commits into from
Jan 25, 2019
Merged

Don't require sqlite3 when using postgres #4466

merged 3 commits into from
Jan 25, 2019

Conversation

anoadragon453
Copy link
Member

There's no need to import and use sqlite3 if you're using postgres as your db backend.

@anoadragon453 anoadragon453 requested a review from a team January 24, 2019 16:17
@codecov-io
Copy link

codecov-io commented Jan 24, 2019

Codecov Report

Merging #4466 into develop will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #4466      +/-   ##
===========================================
+ Coverage     74.7%   74.72%   +0.01%     
===========================================
  Files          336      336              
  Lines        35041    34056     -985     
  Branches      5875     5538     -337     
===========================================
- Hits         26179    25448     -731     
+ Misses        7237     7036     -201     
+ Partials      1625     1572      -53
Impacted Files Coverage Δ
synapse/storage/engines/sqlite.py 100% <100%> (ø) ⬆️
synapse/util/frozenutils.py 23.33% <0%> (-30%) ⬇️
synapse/handlers/search.py 74.01% <0%> (-6.24%) ⬇️
synapse/events/__init__.py 87.82% <0%> (-5.3%) ⬇️
synapse/federation/federation_client.py 71.95% <0%> (-3.68%) ⬇️
synapse/handlers/federation.py 61.43% <0%> (-2.91%) ⬇️
synapse/api/filtering.py 95.42% <0%> (-1.9%) ⬇️
synapse/storage/state.py 84.9% <0%> (-1.67%) ⬇️
synapse/handlers/user_directory.py 71.25% <0%> (-0.3%) ⬇️
synapse/federation/federation_base.py 68.62% <0%> (ø) ⬆️
... and 5 more

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 50c396a...427b093. Read the comment docs.

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm apart from the changelog

changelog.d/4466.misc Outdated Show resolved Hide resolved
@anoadragon453
Copy link
Member Author

anoadragon453 commented Jan 24, 2019 via email

@anoadragon453 anoadragon453 requested a review from a team January 25, 2019 11:20
@hawkowl hawkowl merged commit 0b3fd14 into develop Jan 25, 2019
@hawkowl hawkowl deleted the anoa/sqlite_no branch January 25, 2019 11:25
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.

4 participants