skunk-tables icon indicating copy to clipboard operation
skunk-tables copied to clipboard

Add numeric operators to TypedColumn

Open chuwy opened this issue 1 year ago • 0 comments

Currently it has only universal equality: https://github.com/foldables-io/skunk-tables/blob/a9754af6d94f9bc8e7da46f0ebcc3e11ff81d745/core/src/main/scala/skunk/tables/TypedColumn.scala#L46-L47

At least:

  • >
  • <
  • >=
  • <=

chuwy avatar Jul 20 '23 16:07 chuwy