1.2.1.0
New features
-
castTable
has been added, which casts all columns selected from inQuery
according to the types of columns. This can occasionally be useful when usingmany
/some
on older PostgreSQL versions. (#137) -
Added
<:
,<=:
,>:
,>=:
,greatest
andleast
, which sort all columns in a table lexicographically. These operators are like the<.
operators which operate onExpr
s, but the<:
operate on entire tables. (#139)
Other
- Support opaleye-0.8 (#142)