Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 758 Bytes

history.md

File metadata and controls

executable file
·
25 lines (19 loc) · 758 Bytes

Lobos History

0.3

  • Unit tests for compiler, connectivity and schema namespaces
  • Basic integration testing for all backends
  • Implementation of the H2 backend
  • Lots of issues fixed, API improved

0.2

  • Implementation of the PostgreSQL backend
  • Support for creating and dropping schemas
  • Support for schema-scoped table operations
  • Support for auto-inc column option

0.1

  • Basic implementation of the compiler, ast, schema, analyzer, connectivity and core namespaces
  • Only default SQL Standard backend
  • Support for creating and dropping tables
  • Support for integer, timestamp and varchar data-types
  • Support for primary key and unique constraints
  • Support for not null column option and basic default clause support