/history.md

http://github.com/budu/lobos · Markdown · 61 lines · 45 code · 16 blank · 0 comment · 0 complexity · e286e77fd33070e79aa768b4c5fd04e7 MD5 · raw file

  1. # Lobos History
  2. ## 0.8
  3. * Support for migration
  4. ## 0.7
  5. * Add support for creating indexes
  6. * Improved compiler support for value expression
  7. * Improved the analyzer to be able to use database specific information
  8. schema
  9. * Removed the global schema map
  10. ## 0.6
  11. * Support for altering tables
  12. * Improved the schema creation process
  13. * Added the refer column option
  14. * Added text and ntext aliases
  15. * Major refactoring of integration tests
  16. * Added system testing with only one test for now
  17. ## 0.5
  18. * Added remaining scalar data-types
  19. * Added support for foreign key and check constraints
  20. * Rewrote part of the analyzer as a multi-method
  21. * Added drop cascade support for SQL Server
  22. ## 0.4
  23. * Added a comprehensive set of data types
  24. * Improve integration testing
  25. * Minor compiler improvements
  26. * Implementation of some more backends (MySQL, SQLite and SQL Server)
  27. * Bug fixing
  28. ## 0.3
  29. * Unit tests for compiler, connectivity and schema namespaces
  30. * Basic integration testing for all backends
  31. * Implementation of the H2 backend
  32. * Lots of issues fixed, API improved
  33. ## 0.2
  34. * Implementation of the PostgreSQL backend
  35. * Support for creating and dropping schemas
  36. * Support for schema-scoped table operations
  37. * Support for auto-inc column option
  38. ## 0.1
  39. * Basic implementation of the compiler, ast, schema, analyzer,
  40. connectivity and core namespaces
  41. * Only default SQL Standard backend
  42. * Support for creating and dropping tables
  43. * Support for integer, timestamp and varchar data-types
  44. * Support for primary key and unique constraints
  45. * Support for not null column option and basic default clause support