Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 860 Bytes

CHANGELOG.md

File metadata and controls

33 lines (27 loc) · 860 Bytes

Changelog for sosql

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

Unreleased

Added

  • more examples and test cases
  • use external sql formatter tool
  • cli-tool: allow multiple files
  • sosql-lang: implicit SELECT clause
  • sosql-lang: stacked unnamed statements
  • sosql-lang: improved aggregate clause
  • sosql-lang: implicit RETURNING clause
  • allow multiple statements per file
  • ci: configure release
  • docs: add usage instructions

-### Changed -### Deprecated -### Removed -### Fixed -### Security

0.1.0.0 - YYYY-MM-DD

Added

  • SoSql to SQL CLI tool
  • sosql-lang: implicit FROM clause
  • sosql-lang: stacked named statements