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 -> and ->> PostgreSQL operators in jOOQ-Scala #3491

Closed
lukaseder opened this issue Aug 1, 2014 · 4 comments
Closed

Add support for -> and ->> PostgreSQL operators in jOOQ-Scala #3491

lukaseder opened this issue Aug 1, 2014 · 4 comments

Comments

@lukaseder
Copy link
Member

PostgreSQL has a couple of operators to manipulate JSON values. We should allow for using them on jOOQ Fields

Probably, other sorts of operators could also be supported natively on jOOQ Fields


See also:

@testark
Copy link

testark commented Apr 22, 2016

@lukaseder any progress on this?

@lukaseder
Copy link
Member Author

No. In fact, it might not make sense to implement this in jOOQ, out of the box. I mean, which JSON library should we even bind to? :-/

@testark
Copy link

testark commented Apr 22, 2016

@lukaseder can't you just implement (DSL.max(), DSL.min(), etc...)-like operators?

@lukaseder
Copy link
Member Author

I'm not sure if I understand...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants