Uldis Nelsons
Uldis Nelsons
Other similar extension: [d3files](https://github.com/d3yii2/d3files)
Unit test done
> I've got few concerns: > > 1. How this will work with MSSQL? IIRC ENUM dbType is recognized but enumValues are left empty. This is a problem for MS...
> 1. How this will work with MSSQL? IIRC ENUM dbType is recognized but enumValues are left empty. Please provide me MSSQL schema dump like https://github.com/yiisoft/yii2-gii/pull/434/files#diff-eef4be0410fa93517728588e0c838dd2f9afb86ff7148c7f7d7636de99df3b00R486
@samdark! Actual PR still waiting. @bizley added additional strange requirements. It work.
Thanks @schmunk42 for the base model idea in giiant. Base model regeneration after modifying a database tables is something I do daily. In addition saving gii form data for reuse...
But my view is mirroring full table requirements in model. That allow in validation rules trust on default values. Currently my know problem is with require, but any other problems...
Realy is bug! See description.
Sometimes rules is fired, if not set default values. For example, if field required ( not null), in database is defined default value and in model not set. Then rule...
But my view is mirroring full table requirements in model. That allow in validation rules trust on default values. Currently my know problem is with require, but other problems can...