[CQLPG-6] CQL2PgJSON: replace regexp by LIKE for <> and == Created: 24/Aug/17 Updated: 21/Nov/17 Resolved: 21/Nov/17 |
|
| Status: | Closed |
| Project: | cql2pgjson |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 1.3.0 |
| Type: | New Feature | Priority: | P3 |
| Reporter: | Julian Ladisch | Assignee: | Julian Ladisch |
| Resolution: | Done | Votes: | 0 |
| Labels: | sprint22, sprint23, sprint25, sprint26 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||
| Sprint: | |||||||||||||||||||||
| Description |
|
CQL2PgJSON always uses a regexp expression to implement <> and ==. |
| Comments |
| Comment by Julian Ladisch [ 16/Nov/17 ] |
|
The code is complete and awaits review: https://github.com/folio-org/cql2pgjson-java/pull/21 |