Gerych1984

Results 27 comments of Gerych1984

> Could you write the structure of the table, and if the error occurs in `AR` or `DB`, to reproduce it correctly, thanks. [src.zip](https://github.com/yiisoft/db/files/7953031/src.zip) Hi - this attached archive contains...

> For get `id` we can make method `getId()` public. > > Private properties and getter/setters allow easier to make changes in the future, create readonly or writeonly properties, also...

> God idea. > > * This method should be added in base `yii-db` package and should be consistent with other DBMS. > * The part of generating SQL query...

> What's wrong with the current type casting? > > https://github.com/yiisoft/db-pgsql/blob/3d47b9af600c807b981d25406ad7a02abac98ab7/src/ColumnSchema.php#L85 > > https://github.com/yiisoft/db-pgsql/blob/3d47b9af600c807b981d25406ad7a02abac98ab7/src/ColumnSchema.php#L107 There's nothing wrong with him. But sometimes you need to use it outside of schema/AR (for...

> > Good idea to support range types 👍 > > 1. What about user defined range types? > https://www.postgresql.org/docs/current/rangetypes.html > 8.17.8. Defining New Range Types > 2. You should...

> 3. There is PHP class `DatePeriod` for date range. What about to use it for convertation? Unfortunately `DatePeriod` can't be without StartDate, but *range can

> > 1. In `Schema` class > > ``` > ... > public const TYPE_RANGE = 'range'; > ... > protected function loadColumnSchema(array $info): ColumnSchemaInterface > { > ... >...

Good afternoon. I wanted to write a PR for this issue, but on tests I didn't understand the logic of working with headers. Some headers are forced from the formatter,...

> I think materialized views should be added in complex. With `create`, `alter`, `drop` and `refresh` methods. And take into account features of all supported DBMSs. > > So, we...

> Please let me know when it's ready for review. Already now, thx