beam icon indicating copy to clipboard operation
beam copied to clipboard

Implement SQL features in beam-sqlite.

Open amano-kenji opened this issue 1 year ago • 3 comments

This was recreated from https://github.com/haskell-beam/beam/pull/655 after accidentally deleting my beam fork along with other repositories.

  • T152, T152 // IS (NOT) DISTINCT FROM
  • FULL OUTER JOIN
  • SQL2003 Null Ordering
  • Common Table Expression
  • Window functions
  • Filter clause // FILTER (WHERE ...)

It closes https://github.com/haskell-beam/beam/issues/648

amano-kenji avatar Jan 22 '24 10:01 amano-kenji