-
Notifications
You must be signed in to change notification settings - Fork 6
Support for JPQL Functions on Query Conditions #89
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
dac6a3d
Add test case for applying JPQL functions on conditions
MRichards99 ce68126
Expand test case to use a related entity
MRichards99 851fef2
Add function to split attribute and JPQL function from a condition key
MRichards99 e141e54
Implement JPQL function wrapping in query conditions
MRichards99 499f486
Fix failing test due to change in condition key format
MRichards99 c825b80
Add documentation for JPQL function support in query conditions
MRichards99 5c5a1d3
Add test for failing case using JPQL functions in conditions
RKrahl 0ff98d1
Use a regular expression to parse optional JPQL function and attribute
RKrahl 5920b24
Simplify code: always store the values of query.conditions as a list,
RKrahl a79300f
Review structure of Query.conditions: do not store JPQL functions in
RKrahl 6ccfc1a
Minor review of test_query_condition_jpql_function
RKrahl 88abf6e
Documentation review
RKrahl 963e9a0
Review structure of Query.order, change it from a list of tuples to an
RKrahl 8cb7f28
Documentation update for Query.setOrder()
RKrahl 275a9aa
Implement JPQL function wrapping in query order
RKrahl 151ac78
Add another test for JPQL function in conditions
RKrahl 635b4b6
Add an example for using a JPQL function in order to the tutorial
RKrahl 5e7aa32
Add an explanation on the 'fullName IS NOT NULL' condition in the
RKrahl afa2a90
Revert 5e7aa32: this is simply wrong
RKrahl 38fd671
Merge branch 'sql-functions-conditions-bis' into sql-functions-condit…
RKrahl b834a33
Update changelog
RKrahl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.