Skip to content

1.2.1.0

Compare
Choose a tag to compare
@ocharles ocharles released this 21 Nov 14:11
· 114 commits to master since this release
77d1eb3

New features

  • castTable has been added, which casts all columns selected from in Query according to the types of columns. This can occasionally be useful when using many/some on older PostgreSQL versions. (#137)

  • Added <:, <=:, >:, >=:, greatest and least, which sort all columns in a table lexicographically. These operators are like the <. operators which operate on Exprs, but the <: operate on entire tables. (#139)

Other

  • Support opaleye-0.8 (#142)