Revision history for Perl extension DBIx-EAV
0.04 2016-06-04T11:31:14Z
- constructor param 'schema_config' replaces all schema-config-related params
- Schema now enables foreign keys for SQLite on BUILD
- fixed constraints from 'entity_relationships' to 'entities' table
- moved methods 'db_driver_name' and 'has_data_type' to Schema.pm
- renamed method 'register_schema' to 'register_types'
- fixed Entity->_get_related() to handle query and options arguments
- improved docs
0.03 2016-06-03T17:56:55Z
* DBIx::EAV can now deploy the eav schema to the database (via SQL::Translator)
- implemented schema->deploy
- implemented schema->get_ddl($sqlt_producer)
- new constructor option 'static_attributes' to define extra 'entities' table columns
- tests now using schema->deploy instead of eav-schema.sql (deleted it)
0.02 2016-06-02T04:59:44Z
- implemented DBIx::EAV->connect() method
0.01 2016-06-02T03:10:43Z
- initial import from cafe's private repo