Skip to content

Compound Database Queries#20

Draft
bspradling wants to merge 1 commit into
jakeswenson:mainfrom
bspradling:patch/wip
Draft

Compound Database Queries#20
bspradling wants to merge 1 commit into
jakeswenson:mainfrom
bspradling:patch/wip

Conversation

@bspradling

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/lib.rs
use crate::ids::{BlockId, DatabaseId};
use crate::models::error::ErrorResponse;
use crate::models::search::{DatabaseQuery, SearchRequest};
use crate::models::search::{DatabaseQuery, SearchRequest, Foo};

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems.. interesting.. probaly not a type we want to check in

Comment thread src/models/search.rs
And(Vec<PropertyCondition>),
}

pub trait Foo {}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing?

@jakeswenson jakeswenson added the WIP Work In Progress label Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

WIP Work In Progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants