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

Add support for Circe in Slick. #262

Merged
merged 1 commit into from
Mar 10, 2016
Merged

Conversation

Petesta
Copy link
Contributor

@Petesta Petesta commented Mar 10, 2016

No description provided.

@Petesta
Copy link
Contributor Author

Petesta commented Mar 10, 2016

This PR is for issue 261.

I will update the README.md as well to include information about circe.

implicit class PgJsonPositionResult(r: PositionedResult) {
def nextJson() = nextJsonOption().getOrElse(Json.Empty)
def nextJsonOption() = r.nextStringOption().map(parse(_).getOrElse(Json.Empty))
// def nextJsonOption() = r.nextStringOption().map(parse(_))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will remove.

Copy link
Owner

Choose a reason for hiding this comment

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

I removed it after merged.

tminglei added a commit that referenced this pull request Mar 10, 2016
Add support for Circe in Slick.
@tminglei tminglei merged commit 7d16e34 into tminglei:master Mar 10, 2016
@tminglei
Copy link
Owner

Merged. Thanks! :-)

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