alexradzin / aerospike-jdbc-driver

JDBC driver for Aerospike
Apache License 2.0
12 stars 3 forks source link

Select with criteria #1

Closed alexradzin closed 5 years ago

alexradzin commented 5 years ago

Select with one-field criteria is now working. There are 3 types of criteria: PK, indexed and not indexed field

codecov[bot] commented 5 years ago

Codecov Report

Merging #1 into master will increase coverage by 21.05%. The diff coverage is 49.19%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master       #1       +/-   ##
=============================================
+ Coverage     12.57%   33.62%   +21.05%     
- Complexity       24       84       +60     
=============================================
  Files             8       17        +9     
  Lines           652      904      +252     
  Branches          9       27       +18     
=============================================
+ Hits             82      304      +222     
- Misses          566      587       +21     
- Partials          4       13        +9
Impacted Files Coverage Δ Complexity Δ
...river/aerospike/sql/AerospikeDatabaseMetadata.java 7.14% <100%> (+7.14%) 7 <0> (+7) :arrow_up:
...osqldriver/aerospike/sql/query/AerospikeQuery.java 100% <100%> (ø) 1 <1> (?)
...driver/aerospike/sql/query/AerospikeQueryByPk.java 100% <100%> (ø) 2 <2> (?)
...nosqldriver/aerospike/sql/AerospikeConnection.java 17.97% <100%> (+4.02%) 4 <2> (+1) :arrow_up:
...r/aerospike/sql/query/AerospikeBatchQueryByPk.java 100% <100%> (ø) 2 <2> (?)
...sql/query/AerospikeBatchQueryBySecondaryIndex.java 100% <100%> (ø) 2 <2> (?)
.../nosqldriver/aerospike/sql/AerospikeStatement.java 19.29% <100%> (-3.66%) 2 <1> (ø)
.../nosqldriver/aerospike/sql/AerospikeResultSet.java 5.68% <5.68%> (ø) 5 <5> (?)
...iver/aerospike/sql/AerospikeResultSetMetaData.java 22.22% <54.54%> (+22.22%) 3 <3> (+3) :arrow_up:
...iver/aerospike/sql/ConnectionParametersParser.java 60.78% <69.56%> (+7.21%) 15 <6> (+6) :arrow_up:
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b33f8b7...69a2152. Read the comment docs.