• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JSQLParser / JSqlParser / 164
89%

Build:
DEFAULT BRANCH: master
Ran 04 May 2016 01:04PM UTC
Jobs 3
Files 170
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
164

Pull #258

travis-ci

davelindquist-egistix
Added ability to have operators like '>=' or '<=' separated by a space.

This includes:
* Modifying the JJT syntax to support the 'space in the middle' versions
  of operators (any quantity of whitespace is supported).
* Modifying the various operators to inherit from a new
  'ComparisonOperator' class, which handles the (previously NotEqualsTo-
  only) logic for capturing the form of the operator.
* Giving each of the various operators a constructor that accepts the
  syntax used.
* Modifying TestUtils to strip comments out before comparing SQL text
  (necessary because condition07.sql is now passing, and has a comment).
* Updating SpecialOracleTest to indicate 130 tests passing now
  (condition7.sql now passes).
* Adding a new test specifically for operators into SpecialOracleTest.

NOTE: Because the "! =" form of the 'not equals' operator means something
different in PostgresSQL (factorial of previous argument + equals), we do
NOT include that case.
Pull Request #258: Supporting Oracle operators like '>=' or '<=' with embedded whitespace.

20 of 20 new or added lines in 7 files covered. (100.0%)

3220 of 3856 relevant lines covered (83.51%)

12614.46 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/main/java/net/sf/jsqlparser/expression/operators/relational/NotEqualsTo.java
2
100.0
src/main/java/net/sf/jsqlparser/expression/operators/relational/GreaterThanEquals.java
2
100.0
src/main/java/net/sf/jsqlparser/expression/operators/relational/MinorThanEquals.java

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/java/net/sf/jsqlparser/expression/operators/relational/NotEqualsTo.java
Jobs
ID Job ID Ran Files Coverage
1 164.1 04 May 2016 01:04PM UTC 0
83.41
Travis Job 164.1
2 164.2 04 May 2016 01:05PM UTC 0
83.41
Travis Job 164.2
3 164.3 04 May 2016 01:05PM UTC 0
83.54
Travis Job 164.3
Source Files on build 164
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #164
  • Pull Request #258
  • PR Base - master (#163)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc