-
**Summary:**
There is a bug in the `findTableNames` method of the `Schema` class in Yii2 that affects the retrieval of table names when a schema is specified. The current implementation does not corr…
-
Postgres since 13, and oracle since 12 ver support expression
`OFFSET start { ROW | ROWS } FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } { ONLY | WITH TIES }`
MariaDb also supports since 10.6 …
-
### Current state
Now the commands look like this:
![20 12 07-14 19 45](https://user-images.githubusercontent.com/6429469/101344892-498b1180-3897-11eb-86e1-7be3fc8f1412.jpg)
### Proposal
1…
-
后面 1.0 系列就是 如果不存在 bug 基本不改了。重心转到 v1.1 系列。
目前 1.1 系列的分支已经上传 github
1.1 系列 打算和 和其他框架竞争了
活成自己讨厌的模样
* 不再期望一个文件打天下,但保留单一文件 autoload
* 使用 php-cs-fixer 格式化 php 代码
* 基本单个文件拆分
* 拆分出核心类
重写文档,按入门等级来 。
…
-
This is not a library and most of the changes relates to specific package versions/commits so commit `composer.lock`, `package-lock.json` and `yarn.lock` would be ok
-
### Is your feature request related to a problem? Please describe.
### Describe the solution you'd like
### Describe alternatives you've considered
-
- [x] Prepare environment to php 8.0
- [x] Use `yiisoft/config`
- [x] Move readers and senders to the new `src` directory. Readers are services/entities of an RSS module, while Senders are from a Se…
-
We should try to implement Twig templates in the app.
Main benefit is that it provides output escaping out of the box so there will be way less Yii 3 apps with XSS. Another thing is that it's a goo…
-
### What steps will reproduce the problem?
Use yii2-usario with bootstrap 4
### What is the expected result?
Alerts to show
### What do you get instead?
Alerts are invisible
I know you don…
-
### What steps will reproduce the problem?
At present Yii2 and Yii3 creates sql statements using 'CHARACTER SET utf8 COLLATE utf8_unicode_ci' for MySql.
MySql 8 is applying utf8mb4 and utf8mb4_uni…