Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Implement N1QL features #74

Open
borosr opened this issue Oct 8, 2019 · 1 comment
Open

Implement N1QL features #74

borosr opened this issue Oct 8, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request investigation
Milestone

Comments

@borosr
Copy link
Collaborator

borosr commented Oct 8, 2019

Create a struct Filter with fieldName, value, operator fields, which represents the where condition.
This is would be an alternative method for N1QL's select usage.

@borosr borosr added the question Further information is requested label Oct 8, 2019
@PumpkinSeed
Copy link
Owner

We won't write our own filter mechanism. There is a function provided by the gocb, we only care about to filling the incoming struct with the data.

@PumpkinSeed PumpkinSeed added enhancement New feature or request investigation and removed question Further information is requested labels Oct 8, 2019
@PumpkinSeed PumpkinSeed changed the title Get with filter Implement N1QL features Oct 8, 2019
@PumpkinSeed PumpkinSeed added this to the 0.2.0 milestone Oct 9, 2019
@PumpkinSeed PumpkinSeed modified the milestones: 0.2.0, backlog Oct 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request investigation
Projects
None yet
Development

No branches or pull requests

3 participants