Skip to content

Conversation

@erizocosmico
Copy link
Contributor

Fixes #212

  • []byte is converted to bytea
  • []byte does no longer scan an array but a chunk of bytes in Scan
  • []byte does no longer has a postgres array but a chunk of bytes in Value

- []byte is now converted to bytea
- []byte does no longer scan an array but a chunk of bytes in Scan
- []byte does no longer has a postgres array but a chunk of bytes in Value

Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
@codecov
Copy link

codecov bot commented Aug 1, 2017

Codecov Report

Merging #213 into master will increase coverage by 0.07%.
The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
+ Coverage   79.18%   79.26%   +0.07%     
==========================================
  Files          19       19              
  Lines        3647     3627      -20     
==========================================
- Hits         2888     2875      -13     
+ Misses        545      543       -2     
+ Partials      214      209       -5
Impacted Files Coverage Δ
generator/migration.go 86.77% <100%> (+0.08%) ⬆️
types/slices.go 61.65% <75%> (-0.34%) ⬇️

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 96a9f67...92523fd. Read the comment docs.

@erizocosmico erizocosmico merged commit 0cd6899 into src-d:master Aug 1, 2017
@erizocosmico erizocosmico deleted the fix/byte-array-scan branch August 1, 2017 08:58
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.

2 participants