Skip to content

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

@kmalakoff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions