Changes for version v0.3.0 - 2018-11-17

  • Enhancements
    • Types::SQL::Util checks type library names.
    • Types::SQL::Util uses a lookup table for improved performance, and to make supporting additional type libraries easier.
    • Types::SQL::Util translates the following types from Types::Common::Numeric and Types::Common::String:
      • LowerCaseSimpleStr
      • LowerCaseStr
      • NonEmptySimpleStr
      • NonEmptyStr
      • PositiveInt
      • PositiveNum
      • SimpleStr
      • SingleDigit
      • UpperCaseSimpleStr
      • UpperCaseStr
  • Documentation
    • Added a ROADMAP section to POD about planned changes.
  • Bug Fixes
    • column_info_from_type checks that the type isa Type::Tiny object.
  • Tests
    • Add more tests.

Modules

a library of SQL types
extract DBIx::Class column_info from types