Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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