Skip to content

$lte/$gte queries fail for Dates on MySQL #8

Description

@kmalakoff
  1. Model.find (cache: false, query_cache: false) Handles $ne for dates:
    Uncaught AssertionError: all but START DATE found

  2. Model.find (cache: false, query_cache: false) Handles $lt and $lte boundary conditions:
    Uncaught AssertionError: first model found

  3. Model.find (cache: false, query_cache: false) Handles $lt and $lte boundary conditions with step:
    Uncaught AssertionError: two models found

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