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

Bump to ZIO 2.0.0 Release Version #2511

Merged
merged 6 commits into from Jun 29, 2022
Merged

Conversation

deusaquilus
Copy link
Collaborator

Bump to ZIO 2.0.0 Release Version

@deusaquilus deusaquilus force-pushed the zio2-final branch 5 times, most recently from 6f1bf4e to f351a55 Compare June 29, 2022 12:41
@@ -163,13 +166,12 @@ abstract class ZioJdbcUnderlyingContext[Dialect <: SqlIdiom, Naming <: NamingStr
case Some(size) =>
ZStream.fromIterator(iter, size)
case None =>
Stream.fromIterator(new ResultSetIterator(rs, conn, extractor))
ZStream.fromIterator(new ResultSetIterator(rs, conn, extractor))
Copy link
Contributor

Choose a reason for hiding this comment

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

Why here construct another ResultSetIterator, can we just use iter here?

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.

None yet

3 participants