cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 24 forks source link

Optimize fetching indexes and primary keys in Postgres driver #37

Closed hustlahusky closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (286ed38) into 2.x (8782eb0) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##                2.x      #37   +/-   ##
=========================================
  Coverage     92.85%   92.86%           
+ Complexity     1524     1523    -1     
=========================================
  Files            93       93           
  Lines          3946     3936   -10     
=========================================
- Hits           3664     3655    -9     
+ Misses          282      281    -1     
Impacted Files Coverage Δ
src/Driver/Postgres/Schema/PostgresTable.php 94.73% <100.00%> (+0.45%) :arrow_up:

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 8782eb0...286ed38. Read the comment docs.