infinispan / js-client

Javascript client for Infinispan, over the Hot Rod wire protocol
https://infinispan.org/docs/hotrod-clients/js/latest/js_client.html
Apache License 2.0
15 stars 28 forks source link

Added support of query with projection #90

Closed NeerajGartia21 closed 2 years ago

NeerajGartia21 commented 2 years ago

This is a follow-up PR of #89.

In this PR query with projection is implemented. i.e. now users can use select u.name, u.surname, u.age from sample_bank_account.User u where u.age is null.

NeerajGartia21 commented 2 years ago

It is completely fine sir. I think in the documentation also we should mention this.

rigazilla commented 2 years ago

merged, thanks @NeerajGartia21 !