db-sqlite
db-sqlite copied to clipboard
SQLite driver for Yii Database
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | yiisoft/db#737
| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️/❌ | Breaks BC? | ❌ | Fixed issues | #276
Related with yiisoft/db-migration#219 ```sql CREATE TABLE `table_name` -- table comment ( id INTEGER, -- field comment ); ``` Comments can be obtained using query ```sql SELECT sql FROM sqlite_master WHERE...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | [#725](https://github.com/yiisoft/db/issues/725)
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | yiisoft/db#860
See https://github.com/yiisoft/yii2/issues/20150
### Related PR - yiisoft/db#881 | Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ See https://github.com/yiisoft/db/pull/880