db-sqlite icon indicating copy to clipboard operation
db-sqlite copied to clipboard

SQLite driver for Yii Database

Results 9 db-sqlite issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | yiisoft/db#737

status:code review

| 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...

type:enhancement
status:ready for adoption

| 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

status:under development