Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / yiisoft/db-sqlite issues and pull requests

#220 - Fix more phpdoc and code style.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#219 - Fix phpdoc.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#218 - Fixed phpdocs `AbstractTokenizer`, `ColumnSchema`, `LikeConditionBuilder` class.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#216 - Add phpdoc `ColumnSchema` class.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#215 - Clean code `BaseTokenizer` class.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#214 - Fix remove redundancy phpdoc.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#213 - Fix code style.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#212 - Clean code `LikeConditionBuilder::class`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#211 - Clean code `InConditionBuilder::class`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#210 - Clean code `InConditionBuilder`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#209 - Update code of conduct

Pull Request - State: closed - Opened by vjik over 1 year ago - 1 comment

#208 - Add Abstract prefix for class TableSchema

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#207 - Remove warning `phpunit 9.6`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#205 - Update `phpunit v.10`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#204 - Change methods to static `QueryBuilderProvider::class`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#203 - Change methods to static `ColumnSchemaBuilderProvider::class`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#202 - Change methods to static `CommandProvider::class`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#201 - Update phpunit 10 - part 3.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#200 - Update yiisoft/cache-file requirement from ^2.0 to ^3.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: dependencies, php

#199 - Update phpunit/phpunit requirement from ^9.5 to ^10.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, php

#198 - Update Psalm 5.6.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#197 - Update yiisoft/aliases requirement from ^2.0 to ^3.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: dependencies, php

#196 - Fix for typecast decimal columns

Pull Request - State: closed - Opened by darkdef over 1 year ago

#195 - Medium and long text support for mysql

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#194 - Use composite reusable actions.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#193 - Expression -> ExpressionInterface refactoring

Pull Request - State: closed - Opened by darkdef over 1 year ago - 2 comments

#192 - Update vimeo/psalm requirement from ^4.3 to ^5.6

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, php

#191 - Allow expression in IN builder for columns

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#190 - Update vimeo/psalm requirement from ^4.3 to ^5.5

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, php

#189 - Logger mock

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#188 - Remove depedencies from composer.json

Pull Request - State: closed - Opened by darkdef over 1 year ago

#187 - Attempt to remove of Yiisoft/Array depedency

Pull Request - State: closed - Opened by darkdef over 1 year ago

#186 - Remove yiisoft/strings

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#185 - Remove unnecessary `Stringable` interface.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#184 - Rename `ColumnSchemaBuilder::class` to `AbstractColumnSchemaBuilder::class`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#183 - Rename `Schema::class` to `AbstractSchema::class`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#182 - Rename `ColumnSchema` to `AbstractColumnSchema`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment

#181 - fix tests for remove Profiler

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#180 - Update `README.md`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 1 comment
Labels: status:code review

#179 - Use prefix `Abstract` in class in `src/Schema`.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 2 comments
Labels: status:code review

#178 - Remove QueryCache

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#177 - Insert ex

Pull Request - State: closed - Opened by darkdef over 1 year ago - 2 comments

#176 - Use prefix Abstract in abstract class querybuilder.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 2 comments
Labels: status:code review

#175 - Add insertEx additional test + bugfix for oracle

Pull Request - State: closed - Opened by darkdef over 1 year ago - 2 comments

#174 - Use prefix Abstract in abstract class command.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 2 comments
Labels: status:code review

#173 - Fix phpdocs, add more tests, better naming.

Pull Request - State: closed - Opened by terabytesoftw over 1 year ago - 2 comments

#172 - Improving test coverage - empty value in batchInsert

Pull Request - State: closed - Opened by darkdef over 1 year ago - 2 comments

#171 - Normalize columns and values refactoring

Pull Request - State: closed - Opened by darkdef over 1 year ago - 1 comment

#170 - Improvements `Dsn::class`, fix phpdoc, add more tests.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 2 comments
Labels: status:code review

#169 - Normalize column names

Pull Request - State: closed - Opened by darkdef almost 2 years ago - 1 comment

#168 - Add more tests.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 2 comments
Labels: status:code review

#167 - Fix for cache in tests

Pull Request - State: closed - Opened by darkdef almost 2 years ago - 2 comments

#166 - Add `yiisoft/cache-file`.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 1 comment

#165 - Fix for upsert behavior

Pull Request - State: closed - Opened by darkdef almost 2 years ago - 1 comment

#164 - Add case for increase test cover

Pull Request - State: closed - Opened by darkdef almost 2 years ago - 1 comment

#163 - Fix issue psalm.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 1 comment

#162 - Bugfix for PK in schema of Column

Pull Request - State: closed - Opened by darkdef almost 2 years ago

#161 - Update vimeo/psalm requirement from ^4.18 to ^5.4

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 2 comments
Labels: dependencies, php

#160 - Remove `src\TestSupport` from `yiisoft\db`.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 1 comment
Labels: status:code review

#140 - Test 3: Move `src\TestSupport\TestCommandTrait::class` to `tests/`.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 2 comments
Labels: status:code review

#133 - Rework tests #2.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 3 comments

#65 - Using yii alias in dsn is not resolved - can't open database

Issue - State: closed - Opened by philippfrenzel over 3 years ago - 2 comments
Labels: type:enhancement, status:under discussion