Skip to content

ODatabase.Select call keeps running if there no record matches to filter #168

@dvdnhm

Description

@dvdnhm

I created a simple search for Person vertex

List<ODocument> lstUser = db.Select("@rid, firstName, lastName")
	.From("person")
	.Where("email").Equals<string>(user.email)
	.ToList();

the query works under a second if the email exist in the vertex and just waits if the record does not exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions