matthiasmullie / scrapbook

PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
https://www.scrapbook.cash
MIT License
315 stars 27 forks source link

Fix psql create index syntax error #21

Closed klermonte closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   84.44%   84.44%           
=======================================
  Files          44       44           
  Lines        2719     2719           
=======================================
  Hits         2296     2296           
  Misses        423      423
Impacted Files Coverage Δ
src/Adapters/PostgreSQL.php 65.38% <0%> (ø) :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 35b9659...d4967f2. Read the comment docs.