Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/db-mysql

MySQL and MariaDB driver for Yii Database
https://github.com/yiisoft/db-mysql

Add testing docs.

terabytesoftw opened this pull request almost 2 years ago
Add phpdoc constans `AbstractColumn::class`.

terabytesoftw opened this pull request almost 2 years ago
Fix issue psalm `QueryBuilder::class`.

terabytesoftw opened this pull request almost 2 years ago
Change visibility property construct `AbstractDMLQueryBuilder::class`.

terabytesoftw opened this pull request almost 2 years ago
Change visibility property construct `AbstractDQLQueryBuilder::class`.

terabytesoftw opened this pull request almost 2 years ago
Fixes

samdark opened this pull request almost 2 years ago
Change order of params in CommandInterface

darkdef opened this pull request almost 2 years ago
Fix issue psalm.

terabytesoftw opened this pull request almost 2 years ago
Refactor column schema

samdark opened this pull request almost 2 years ago
UUID PK support

darkdef opened this pull request almost 2 years ago
Rename class ColumnSchemaBuilder

darkdef opened this pull request almost 2 years ago
Fix php docs, and remove support for Mysql versions under 5.7 in `QueryBuilder` class.

terabytesoftw opened this pull request almost 2 years ago
Fix php docs, and remove support for Mysql versions under 5.7 in `QueryBuilder` class.

terabytesoftw opened this pull request almost 2 years ago
Clean code and remove support for `Mysql` versions under `5.7`.

terabytesoftw opened this pull request almost 2 years ago
Mini refactoring of ColumnSchemaBuilder.php

darkdef opened this pull request almost 2 years ago
Add phpdoc `ColumnSchema`.

terabytesoftw opened this pull request almost 2 years ago
Clean code `JsonExpressionBuilder::class`.

terabytesoftw opened this pull request almost 2 years ago
Implement `DsnSocket::class` for dsn with unix sockets.

terabytesoftw opened this pull request almost 2 years ago
Fix `dropTable()` method.

terabytesoftw opened this pull request almost 2 years ago
Update code of conduct

vjik opened this pull request almost 2 years ago
Type blob is generated instead of binary Mysql 8.0

RedCatGirl opened this issue almost 2 years ago
Add Abstract prefix for class TableSchema

darkdef opened this pull request almost 2 years ago
Add type tests.

terabytesoftw opened this pull request almost 2 years ago
Update yiisoft/cache requirement from ^2.0 to ^3.0

dependabot[bot] opened this pull request almost 2 years ago
Use `utf8mb4` for default.

terabytesoftw opened this pull request almost 2 years ago
More fix for tests

darkdef opened this pull request almost 2 years ago
Remove warning phpunit 9.6, order tables for name in `findViewNames()`.

terabytesoftw opened this pull request almost 2 years ago
Update `phpunit v.10`.

terabytesoftw opened this pull request almost 2 years ago
Change methods to static `QueryBuilderProvider::class`.

terabytesoftw opened this pull request almost 2 years ago
Update yiisoft/log-target-file requirement from ^2.0 to ^3.0

dependabot[bot] opened this pull request almost 2 years ago
Change methods to static `CommandPDOProvider`.

terabytesoftw opened this pull request almost 2 years ago
Change methods to static `ColumnSchemaBuilderProvider::class`.

terabytesoftw opened this pull request almost 2 years ago
Change methods to static `CommandProvider::class`.

terabytesoftw opened this pull request almost 2 years ago
Update phpunit 10 - part 3.

terabytesoftw opened this pull request almost 2 years ago
Update yiisoft/cache-file requirement from ^2.0 to ^3.0

dependabot[bot] opened this pull request almost 2 years ago
Update phpunit/phpunit requirement from ^9.5 to ^10.0

dependabot[bot] opened this pull request almost 2 years ago
Update Psalm 5.6.

terabytesoftw opened this pull request almost 2 years ago
Default value as expression

darkdef opened this pull request almost 2 years ago
Update yiisoft/aliases requirement from ^2.0 to ^3.0

dependabot[bot] opened this pull request almost 2 years ago
Review 1. Last point of this review - directory `Exception`

darkdef opened this pull request almost 2 years ago
Fix for typecast decimal columns

darkdef opened this pull request almost 2 years ago
[Draft] Medium and long text support for mysql

darkdef opened this pull request almost 2 years ago
Const optimization

darkdef opened this pull request almost 2 years ago
Use composite reusable actions.

terabytesoftw opened this pull request almost 2 years ago
Fix for type of boolean columns

darkdef opened this pull request almost 2 years ago
Cannot save other value in tinyint(1) other than 0 or 1 on mariadb

xandros15 opened this issue almost 2 years ago
Expression -> ExpressionInterface refactoring

darkdef opened this pull request almost 2 years ago
Better naming actions.

terabytesoftw opened this pull request almost 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.6

dependabot[bot] opened this pull request almost 2 years ago
Fix default expression detection for MariaDB `date` and `time` columns

darkdef opened this pull request almost 2 years ago
Fix saving empty records to MySQL

darkdef opened this pull request almost 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.5

dependabot[bot] opened this pull request almost 2 years ago
ErrorException in \yii\db\mysql\Schema::loadColumnSchema on PHP 8.1

darkdef opened this pull request almost 2 years ago
Support for MySQL ANSI/ANSI_QUOTES modes

darkdef opened this pull request almost 2 years ago
Fixes from yii2. Part 1

darkdef opened this pull request almost 2 years ago
Remove depedencies from composer.json

darkdef opened this pull request almost 2 years ago
Attempt to remove of Yiisoft/Array depedency

darkdef opened this pull request almost 2 years ago
Remove unnecessary `Stringable` interface.

terabytesoftw opened this pull request almost 2 years ago
Rename `ColumnSchemaBuilder::class` to `AbstractColumnSchemaBuilder::class`.

terabytesoftw opened this pull request almost 2 years ago
Rename `Schema::class` to `AbstractSchema::class`.

terabytesoftw opened this pull request almost 2 years ago
Fix `README.md`.

terabytesoftw opened this pull request almost 2 years ago
Fix `README.md`.

terabytesoftw opened this pull request almost 2 years ago
Rename `ColumnSchema` to `AbstractColumnSchema`.

terabytesoftw opened this pull request almost 2 years ago
Add support `MariaDb` and type `JSON`.

terabytesoftw opened this pull request almost 2 years ago
Mariadb tests.

terabytesoftw opened this pull request almost 2 years ago
Update `README.md`.

terabytesoftw opened this pull request almost 2 years ago
Use prefix `Abstract` in class in `src/Schema`.

terabytesoftw opened this pull request almost 2 years ago
Remove QueryCache

darkdef opened this pull request almost 2 years ago
Refactoring insertWithReturningPks

darkdef opened this pull request almost 2 years ago
Use prefix Abstract in abstract class querybuilder.

terabytesoftw opened this pull request almost 2 years ago
Add insertEx additional test + bugfix for oracle

darkdef opened this pull request almost 2 years ago
Use prefix Abstract in abstract class command.

terabytesoftw opened this pull request almost 2 years ago
Fix phpdocs, add more tests, better naming.

terabytesoftw opened this pull request almost 2 years ago
Update dependencies composer.json.

terabytesoftw opened this pull request about 2 years ago
Flag $emulatePrepare - false by default

darkdef opened this issue about 2 years ago
Add class with index types as constants

vjik opened this issue over 2 years ago
Unify behavior pdo_mysql 8.0 and 8.1, in terms of numerical values.

terabytesoftw opened this issue over 2 years ago
schema cache dependency with last updated migration

kamarton opened this issue over 5 years ago
MySQL wrong boolean type should be bit(1)

machour opened this issue about 9 years ago
Schema::TYPE_TEXT is too short in MySQL

nkovacs opened this issue over 9 years ago
Support MySQL datatype SET

mikehaertl opened this issue over 10 years ago