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
- Make EventFeature::$event non-nullable and assign it explicitly
- Resolve GlobalAdapterFeature::getStaticAdapter through a coalesce chain
and throw when no adapter is registered
- Make MasterSlaveFeature::$masterSql nullable and throw when the gateway
has no Sql instance or postInitialize has not run
- Throw in SequenceFeature when a statement yields no result, when the
sequence returns no usable value and when an insert exposes no arrays
- Interpolate the SequenceFeature sequence statements and search insert
columns strictly
- Resolve the MetadataFeature table through getTable(), throw when it is
not a named table, and take the primary key with reset()
- Extract RowGatewayFeature::primaryKeyFromMetadata(), flatten the
prototype branches and throw when the gateway has no named table
- Replace the deprecated setArrayObjectPrototype() calls with
setRowPrototype()
0 commit comments