You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transforming of fields from entity to definition is respecting defined fields and automatically declaring columns of
type string and with original property name of entity for undefined fields
Hydrator extraction respects field names and entity names and accurate assignment of field names to data.
Fixed
underscorized fields are now correctly assigned their camelcased mutators and accessors in entity
\Blast\Orm\QueryFactoryInterface act as contract for query creation
\Blast\Orm\Connection acts as connection wrapper for doctrine connection and is able to create connection-aware mappers and queries. createQueryBuilder is still creating doctrine SQL query builder!
Altered
\Blast\Orm\MapperFactoryInterface is not forcing to add a connection