Stefano D. Mtangoo

Results 184 comments of Stefano D. Mtangoo

I have also experienced problems with the TCP version with our in-house editor. I will find time and gather information to see if this might be a cause the same....

@fedemotta can you add that option or at least provide a lead for someone to fix it? Loading all data when you have bunch of them isn't funny!

@alzearafat Would you help to provide abc on how to use this?

I believe making it working like GridView (pagination and filters) will be great. Right now it loads all data with pagination being false and filters does not work as Yii2...

@samdark @dynasource et al What was the final resolution to this one? at leas recommended way?

am referring to setting multiple schema once as in ```php 'schemaMap' => [ 'pgsql' => [ 'class' => 'yii\db\pgsql\Schema', 'defaultSchema' => 'public,tenant', ], ], ``` Our current way is to...

can you explain what need to be done and specific files may be? I would like to weigh if I can do it and make a PR. This is very...

@samdark thanks, let me create PR and then we can discuss it there

@samdark can you review the PR at https://github.com/yiisoft/yii2/pull/17283 I have tested with Postgres here and its working fine. Should work with other databases just fine

Bumped the same confusion. `tests\*` is not working . Am going to change everything to `app\tests*`