Skip to content

Add numeric operators to TypedColumn #4

Description

@chuwy

Currently it has only universal equality:

infix def ==(c: A): TypedColumn.Op[A] =
TypedColumn.Op(sql"#$n = ${primitive.codec}", c)

At least:

  • >
  • <
  • >=
  • <=

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions