Tom Worster
Tom Worster
This is a real problem and i don't have a work around. It should be tracked as BUG
try [`--skip-extended-insert`](https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html#option_mysqldump_extended-insert)
@dumblob I think it is in fact about inserts and sqlite3's error message is misleading. Afaict, sqlite3 is reusing the SQLITE_LIMIT_COMPOUND_SELECT limit and error message for extended inserts. It accepts...
actually, it turns out that i cannot recreate this bug with a simple test sql query. i need to investigate some more. in any case, --skip-extended-insert is worth a try
please use [yii2-conding standards](https://packagist.org/packages/yiisoft/yii2-coding-standards) and [yii2 code style](https://github.com/yiisoft/yii2/wiki#code-style). my ide reformats code to conform so this is not hard work.
please fix your local git config so the commits are attributed to you rather than "nexus"
Thanks for the report @gvasilopulos. I reformatted your post to make it more readable. Even so, I'm not sure what the problem is. Can you reduce this to a simple...
> They (fields) cannot get used in forms in their current dotted form The docs say "The dot notation works anywhere Yii accepts an attribute name string, for example" and...
to get the unit tests to work i deleted the entire `vendor` dir, `composer.lock` and did `composer update --prefer-source` then check that [this line](https://github.com/tom--/yii2-dynamic-ar/blob/master/tests/unit/bootstrap.php#L16) Yii::setAlias('@yiiunit', __DIR__ . '/../../vendor/yiisoft/yii2-dev/tests'); points to...
@gvasilopulos where is your repo so we can try this for ourselves? both issues may be in tests/unit/data/pgsql.sql. 1. it has a bunch of JSON docs in string literals 2....