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

Fix reversed Rows and Elements. #67

Merged
merged 1 commit into from
May 10, 2016
Merged

Fix reversed Rows and Elements. #67

merged 1 commit into from
May 10, 2016

Conversation

penland365
Copy link
Contributor

The rows and elements within these rows returned from Postgresql were reversed. I simply forgot to reverse the List while after it was clear that reading the query transmission was complete.

This change fixes #66 .

The rows and elements within these rows returned from Postgresql were
reversed. I simply forgot to reverse the List while after it was clear
that reading the query transmission was complete.

This change fixes #66 .
@codecov-io
Copy link

codecov-io commented May 10, 2016

Current coverage is 76.22%

Merging #67 into master will decrease coverage by -0.10%

  1. 2 files (not in diff) in ...postgresql/transport were modified. more
  2. File ...PacketDecoders.scala was modified. more
@@             master        #67   diff @@
==========================================
  Files            18         18          
  Lines           760        761     +1   
  Methods         750        753     +3   
  Messages          0          0          
  Branches         10          8     -2   
==========================================
  Hits            580        580          
- Misses          180        181     +1   
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by c6c2e44...f167526

@penland365 penland365 merged commit 6ab971e into finagle:master May 10, 2016
@penland365 penland365 deleted the reverse-results branch May 10, 2016 22:00
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.

Result and elements are reversed.
2 participants