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