opaleye v0.6.0.0 Release Notes

    • โž• Added runUpdateEasy

    • ๐Ÿ—„ Deprecated

      • Show instance of Column a
      • Manipulation.arrange...
      • showPGType
      • literalColumn
      • unsafePgFormatTime
      • prepareQuery
      • formatAndShowSQL
    • โœ‚ Removed

      • unsafeCoerce
    • โž• Added TableColumn and tableColumn which selects optional or required based on write type.

    • โž• Added TableColumns as synonym for TableProperties. TableProperties will be deprecated in version 0.7.

    • โž• Added table as synonym for Table. Table will be deprecated in version 0.7.

    • โž• Added tableWithSchema as synonym for TableWithSchema. Table will be deprecated in version 0.7.

    • Replaced ColumnMaker with Unpackspec, which is identical to it.

    • โž• Added Profunctor instance for Table

    • โž• Added restrictExists and restrictNotExists as synonyms for exists and notExists. The latter will be deprecated in version 0.7.